Definition Type: ComplexType
Name: BinarySecurityTokenType
Namespace: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
Type: wsse:EncodedString
Containing Schema: oasis-200401-wss-wssecurity-secext-1.0.xsd
Abstract
Documentation:
A security token that is encoded in binary
Collapse XSD Schema Diagram:
Drilldown into Id in schema oasis-200401-wss-wssecurity-utility-1_0_xsd Drilldown into AttributedString in schema oasis-200401-wss-wssecurity-secext-1_0_xsd Drilldown into EncodingType in schema oasis-200401-wss-wssecurity-secext-1_0_xsd Drilldown into EncodedString in schema oasis-200401-wss-wssecurity-secext-1_0_xsd Drilldown into ValueType in schema oasis-200401-wss-wssecurity-secext-1_0_xsdXSD Diagram of BinarySecurityTokenType in schema oasis-200401-wss-wssecurity-secext-1_0_xsd (OASIS Web Services Security (WSS) TC)
Collapse XSD Schema Code:
<xsd:complexType name="BinarySecurityTokenType">
    <xsd:annotation>
        <xsd:documentation>A security token that is encoded in binary</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="EncodedString">
            <xsd:attribute name="ValueType" type="xsd:anyURI" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Id wsu:Id (Optional)
EncodingType wsse:EncodingType (Optional)
ValueType wsse:ValueType (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsse:BinarySecurityToken