Definition Type: ComplexType
Name: AuthnStatementType
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Type: saml:StatementAbstractType
Containing Schema: saml-schema-assertion-2.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuthnContext in schema saml-schema-assertion-2_0_xsd Drilldown into SubjectLocality in schema saml-schema-assertion-2_0_xsd Drilldown into StatementAbstractType in schema saml-schema-assertion-2_0_xsd Drilldown into SessionNotOnOrAfter in schema saml-schema-assertion-2_0_xsd Drilldown into SessionIndex in schema saml-schema-assertion-2_0_xsd Drilldown into AuthnInstant in schema saml-schema-assertion-2_0_xsdXSD Diagram of AuthnStatementType in schema saml-schema-assertion-2_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<complexType name="AuthnStatementType">
    <complexContent>
        <extension base="saml:StatementAbstractType">
            <sequence>
                <element ref="saml:SubjectLocality" minOccurs="0" />
                <element ref="saml:AuthnContext" />
            </sequence>
            <attribute name="AuthnInstant" type="dateTime" use="required" />
            <attribute name="SessionIndex" type="string" use="optional" />
            <attribute name="SessionNotOnOrAfter" type="dateTime" use="optional" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubjectLocality saml:SubjectLocality 0 (1)
AuthnContext saml:AuthnContext (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
AuthnInstant saml:AuthnInstant Required
SessionIndex saml:SessionIndex Optional
SessionNotOnOrAfter saml:SessionNotOnOrAfter Optional
Collapse Derivation Tree:
Collapse References:
saml:AuthnStatement