saml:AdviceType

Complex Type Information

Model

saml:AssertionIDRef | saml:AssertionURIRef | saml:Assertion | saml:EncryptedAssertion | ANY element from ANY namespace OTHER than 'urn:oasis:names:tc:SAML:2.0:assertion'

Used By

Element saml:Advice

Source

<complexType name="AdviceType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="saml:AssertionIDRef"/>
    <element ref="saml:AssertionURIRef"/>
    <element ref="saml:Assertion"/>
    <element ref="saml:EncryptedAssertion"/>
    <any namespace="##other" processContents="lax"/>
  </choice>
</complexType>