<?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>
|