Definition Type: ComplexType
Name: SubjectConfirmationDataType
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: saml-schema-assertion-2.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into NotBefore Drilldown into NotOnOrAfter Drilldown into Address Drilldown into InResponseTo Drilldown into RecipientXSD Diagram of SubjectConfirmationDataType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="SubjectConfirmationDataType" mixed="true">
    <complexContent mixed="true">
        <restriction base="anyType">
            <sequence>
                <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
            <attribute name="NotBefore" type="dateTime" use="optional" />
            <attribute name="NotOnOrAfter" type="dateTime" use="optional" />
            <attribute name="Recipient" type="anyURI" use="optional" />
            <attribute name="InResponseTo" type="NCName" use="optional" />
            <attribute name="Address" type="string" use="optional" />
            <anyAttribute namespace="##other" processContents="lax" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<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:
Collapse References:
saml:KeyInfoConfirmationDataType, saml:SubjectConfirmationData