<?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>
|