PwgSmRev1-185 - SecurityKeyType

complexType SecurityKeyType
diagram PwgSmRev1-185_p4259.png
namespace http://www.pwg.org/schemas/2012/12/sm
children dsKeyInfo Token
used by
elements DeviceIdentificationType/DeviceSecurityKey AuthenticationInfoType/KeyInfo OrganizationIdentificationType/OrganizationKey ServiceIdentificationType/ServiceSecurityKey UserIdentificationType/UserSecurityKey
annotation
documentation

            Security key specifications from various oither standards inlcude XML DigitalSignature and WS-Security.
           
source <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="Token" type="xs:base64Binary"/>
   
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:choice>
</xs:complexType>

element SecurityKeyType/dsKeyInfo
diagram PwgSmRev1-185_p4260.png
namespace http://www.pwg.org/schemas/2012/12/sm
type ds:KeyInfoType
properties
minOcc 0
maxOcc 1
content complex
mixed true
children ds:KeyName ds:KeyValue ds:RetrievalMethod ds:X509Data ds:PGPData ds:SPKIData ds:MgmtData
attributes
Name  Type  Use  Default  Fixed  Annotation
Id  xs:ID  optional      
source <xs:element name="dsKeyInfo" type="ds:KeyInfoType" minOccurs="0"/>

element SecurityKeyType/Token
diagram PwgSmRev1-185_p4261.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:base64Binary
properties
content simple
source <xs:element name="Token" type="xs:base64Binary"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy