Definition Type: ComplexType
Name: AttributeType
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Containing Schema: saml-schema-assertion-2.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AttributeValue in schema saml-schema-assertion-2_0_xsd Drilldown into FriendlyName in schema saml-schema-assertion-2_0_xsd Drilldown into NameFormat in schema saml-schema-assertion-2_0_xsd Drilldown into Name in schema saml-schema-assertion-2_0_xsdXSD Diagram of AttributeType in schema saml-schema-assertion-2_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<complexType name="AttributeType">
    <sequence>
        <element ref="saml:AttributeValue" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
    <attribute name="Name" type="string" use="required" />
    <attribute name="NameFormat" type="anyURI" use="optional" />
    <attribute name="FriendlyName" type="string" use="optional" />
    <anyAttribute namespace="##other" processContents="lax" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AttributeValue saml:AttributeValue 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Name saml:Name Required
NameFormat saml:NameFormat Optional
FriendlyName saml:FriendlyName Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
  • AttributeType
    • Unresolved link to requestedattributetype
Collapse References:
saml:Attribute, Unresolved link to requestedattributetype