Definition Type: ComplexType
Name: KeyIdentifierType
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 key identifier
Collapse XSD Schema Diagram:
Drilldown into Id Drilldown into AttributedString Drilldown into EncodingType Drilldown into EncodedString Drilldown into ValueTypeXSD Diagram of KeyIdentifierType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="KeyIdentifierType">
    <xsd:annotation>
        <xsd:documentation>A security token key identifier</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="wsse: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:KeyIdentifier