Definition Type: ComplexType
Name: SecurityKeyType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Documentation:
Security key specifications from various oither standards inlcude XML DigitalSignature and WS-Security.
Collapse XSD Schema Diagram:
Drilldown into BinarySecurityToken Drilldown into dsKeyInfoXSD Diagram of SecurityKeyType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="SecurityKeyType">
    <xs:annotation>
        <xs:documentation>
            Security key specifications from various oither standards inlcude XML DigitalSignature and WS-Security.
            </xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element name="dsKeyInfo" type="ds:KeyInfoType" minOccurs="0" />
        <xs:element name="BinarySecurityToken" type="wsse:BinarySecurityTokenType" minOccurs="0" />
        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dsKeyInfo pwg:dsKeyInfo 0 (1)
BinarySecurityToken pwg:BinarySecurityToken 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:ClientSecurityKey, pwg:DeviceSecurityKey, pwg:KeyInfo, pwg:ServiceSecurityKey, pwg:UserSecurityKey