| Top |  |  |  |  | 
Figure 45. Schema fragment for saml2:Advice
<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>
LassoNode *
lasso_saml2_advice_new (void);
Creates a new LassoSaml2Advice object.