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 KeyInfo Drilldown into NotBefore Drilldown into NotOnOrAfter Drilldown into Address Drilldown into InResponseTo Drilldown into RecipientXSD Diagram of KeyInfoConfirmationDataType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="KeyInfoConfirmationDataType" mixed="false">
    <complexContent mixed="false">
        <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 ds: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: