Definition Type: ComplexType
Name: AuthnContextType
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Containing Schema: saml-schema-assertion-2.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuthenticatingAuthority Drilldown into AuthnContextDeclRef Drilldown into AuthnContextDecl Drilldown into AuthnContextDeclRef Drilldown into AuthnContextDecl Drilldown into AuthnContextClassRefXSD Diagram of AuthnContextType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="AuthnContextType">
    <sequence>
        <choice>
            <sequence>
                <element ref="saml:AuthnContextClassRef" />
                <choice minOccurs="0">
                    <element ref="saml:AuthnContextDecl" />
                    <element ref="saml:AuthnContextDeclRef" />
                </choice>
            </sequence>
            <choice>
                <element ref="saml:AuthnContextDecl" />
                <element ref="saml:AuthnContextDeclRef" />
            </choice>
        </choice>
        <element ref="saml:AuthenticatingAuthority" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AuthnContextClassRef saml:AuthnContextClassRef (1) (1)
AuthnContextDecl saml:AuthnContextDecl (1) (1)
AuthnContextDeclRef saml:AuthnContextDeclRef (1) (1)
AuthnContextDecl saml:AuthnContextDecl (1) (1)
AuthnContextDeclRef saml:AuthnContextDeclRef (1) (1)
AuthenticatingAuthority saml:AuthenticatingAuthority 0 unbounded
Collapse Derivation Tree:
Collapse References:
saml:AuthnContext