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 Drilldown into SubjectLocality Drilldown into StatementAbstractType Drilldown into SessionNotOnOrAfter Drilldown into SessionIndex Drilldown into AuthnInstantXSD Diagram of AuthnStatementType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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