| Top |  |  |  |  | 
Figure 47. Schema fragment for saml2:AttributeStatement
<complexType name="AttributeStatementType">
  <complexContent>
    <extension base="saml:StatementAbstractType">
      <choice maxOccurs="unbounded">
        <element ref="saml:Attribute"/>
        <element ref="saml:EncryptedAttribute"/>
      </choice>
    </extension>
  </complexContent>
</complexType>
LassoNode *
lasso_saml2_attribute_statement_new (void);
Creates a new LassoSaml2AttributeStatement object.