| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
LassoSamlAttributeStatementLassoSamlAttributeStatement — object mapping for a saml:AttributeStatement |
LassoSamlAttributeStatement;
LassoSamlAttributeStatement* lasso_saml_attribute_statement_new
(void);
The schema fragment (oasis-sstc-saml-schema-assertion-1.1.xsd):
Figure 24. Schema fragment for saml:AttributeStatement
<element name="AttributeStatement" type="saml:AttributeStatementType"/>
<complexType name="AttributeStatementType">
<complexContent>
<extension base="saml:SubjectStatementAbstractType">
<sequence>
<element ref="saml:Attribute" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>