saml:Attribute
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Schema document: saml-2.0-os/saml-schema-assertion-2.0.xsd
Type: saml:AttributeType
Properties: Global, Qualified
Content
- saml:AttributeValue [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Name | [1..1] | xsd:string | ||
NameFormat | [0..1] | xsd:anyURI | ||
FriendlyName | [0..1] | xsd:string | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Type md:AttributeAuthorityDescriptorType (Element md:AttributeAuthorityDescriptor)
- Type md:IDPSSODescriptorType (Element md:IDPSSODescriptor)
- Type saml:AttributeStatementType (Element saml:AttributeStatement)
- Type samlp:AttributeQueryType (Element samlp:AttributeQuery)
Sample instance
<saml:Attribute Name="string"> <saml:AttributeValue>any content</saml:AttributeValue> </saml:Attribute>