| diagram |  | ||
| namespace | urn:oasis:names:tc:SAML:2.0:assertion | ||
| children | saml:AuthnContextClassRef saml:AuthnContextDecl saml:AuthnContextDeclRef saml:AuthenticatingAuthority | ||
| used by | 
 | ||
| source | <xs:complexType name="AuthnContextType"> <xs:sequence> <xs:choice> <xs:sequence> <xs:element ref="saml:AuthnContextClassRef"/> <xs:choice minOccurs="0"> <xs:element ref="saml:AuthnContextDecl"/> <xs:element ref="saml:AuthnContextDeclRef"/> </xs:choice> </xs:sequence> <xs:choice> <xs:element ref="saml:AuthnContextDecl"/> <xs:element ref="saml:AuthnContextDeclRef"/> </xs:choice> </xs:choice> <xs:element ref="saml:AuthenticatingAuthority" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |