| Top |  |  |  |  | 
Figure 70. Schema fragment for samlp2:AttributeQuery
<complexType name="AttributeQueryType">
  <complexContent>
    <extension base="samlp:SubjectQueryAbstractType">
      <sequence>
        <element ref="saml:Attribute" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
LassoNode *
lasso_samlp2_attribute_query_new (void);
Creates a new LassoSamlp2AttributeQuery object.