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 Drilldown into FriendlyName Drilldown into NameFormat Drilldown into NameXSD Diagram of AttributeType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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:
Collapse References:
saml:Attribute