The AttributeStatement element supplies a statement by the issuer that the
specified subject is associated with the specified attributes.
The following schema fragment specifies the expected content contained within SAML
AttributeStatement element.
<complexType name="AttributeStatementType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectStatementAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Attribute" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
|