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 in schema saml-schema-assertion-2_0_xsd Drilldown into Attribute in schema saml-schema-assertion-2_0_xsd Drilldown into StatementAbstractType in schema saml-schema-assertion-2_0_xsdXSD Diagram of AttributeStatementType in schema saml-schema-assertion-2_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<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