Definition Type: ComplexType
Name: AttributeType
Namespace: urn:oasis:names:tc:SAML:1.0:assertion
Type: saml:AttributeDesignatorType
Containing Schema: oasis-sstc-saml-schema-assertion-1.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AttributeValue in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into AttributeNamespace in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into AttributeName in schema oasis-sstc-saml-schema-assertion-1_0_xsd Drilldown into AttributeDesignatorType in schema oasis-sstc-saml-schema-assertion-1_0_xsdXSD Diagram of AttributeType in schema oasis-sstc-saml-schema-assertion-1_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<complexType name="AttributeType">
    <complexContent>
        <extension base="saml:AttributeDesignatorType">
            <sequence>
                <element ref="saml:AttributeValue" maxOccurs="unbounded" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AttributeValue saml:AttributeValue (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
AttributeName saml:AttributeName Required
AttributeNamespace saml:AttributeNamespace Required
Collapse Derivation Tree:
Collapse References:
saml:Attribute