Definition Type: ComplexType
Name: KeyInfoConfirmationDataType
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Type: saml:SubjectConfirmationDataType
Containing Schema: saml-schema-assertion-2.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into  in schema Drilldown into Address in schema saml-schema-assertion-2_0_xsd Drilldown into InResponseTo in schema saml-schema-assertion-2_0_xsd Drilldown into Recipient in schema saml-schema-assertion-2_0_xsd Drilldown into NotOnOrAfter in schema saml-schema-assertion-2_0_xsd Drilldown into NotBefore in schema saml-schema-assertion-2_0_xsdXSD Diagram of KeyInfoConfirmationDataType in schema saml-schema-assertion-2_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<complexType name="KeyInfoConfirmationDataType" mixed="false">
    <complexContent>
        <restriction base="saml:SubjectConfirmationDataType">
            <sequence>
                <element ref="ds:KeyInfo" maxOccurs="unbounded" />
            </sequence>
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
KeyInfo Unresolved link to keyinfo (1) unbounded
<xs:any> Allowed namespace: '##any' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
NotBefore saml:NotBefore Optional
NotOnOrAfter saml:NotOnOrAfter Optional
Recipient saml:Recipient Optional
InResponseTo saml:InResponseTo Optional
Address saml:Address Optional
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: