Definition Type: ComplexType
Name: AttributeStatementType
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Type: saml:StatementAbstractType
Containing Schema: saml-schema-assertion-2.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EncryptedAttribute Drilldown into Attribute Drilldown into StatementAbstractTypeXSD Diagram of AttributeStatementType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="AttributeStatementType">
    <complexContent>
        <extension base="saml:StatementAbstractType">
            <choice maxOccurs="unbounded">
                <element ref="saml:Attribute" />
                <element ref="saml:EncryptedAttribute" />
            </choice>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Attribute saml:Attribute (1) (1)
EncryptedAttribute saml:EncryptedAttribute (1) (1)
Collapse Derivation Tree:
Collapse References:
saml:AttributeStatement