Definition Type: ComplexType
Name: AuthenticationStatementType
Namespace: urn:oasis:names:tc:SAML:1.0:assertion
Type: saml:SubjectStatementAbstractType
Containing Schema: oasis-sstc-saml-schema-assertion-1.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuthorityBinding in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into SubjectLocality in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into Subject in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into StatementAbstractType in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into SubjectStatementAbstractType in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into AuthenticationInstant in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into AuthenticationMethod in schema oasis-sstc-saml-schema-assertion-1_0_xsdXSD Diagram of AuthenticationStatementType in schema oasis-sstc-saml-schema-assertion-1_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<complexType name="AuthenticationStatementType">
    <complexContent>
        <extension base="saml:SubjectStatementAbstractType">
            <sequence>
                <element ref="saml:SubjectLocality" minOccurs="0" />
                <element ref="saml:AuthorityBinding" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
            <attribute name="AuthenticationMethod" type="anyURI" use="required" />
            <attribute name="AuthenticationInstant" type="dateTime" use="required" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Subject saml:Subject (1) (1)
SubjectLocality saml:SubjectLocality 0 (1)
AuthorityBinding saml:AuthorityBinding 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
AuthenticationMethod saml:AuthenticationMethod Required
AuthenticationInstant saml:AuthenticationInstant Required
Collapse Derivation Tree:
Collapse References:
saml:AuthenticationStatement