xacml:Attributes
Element information
Namespace: urn:oasis:names:tc:xacml:3.0:core:schema:wd-17
Schema document: xacml-core-v3-schema-wd-17.xsd
Type: xacml:AttributesType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xacml:Content [0..1]
- xacml:Attribute [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Category | [1..1] | xsd:anyURI | ||
xml:id | [0..1] | xsd:ID |
Used in
- Type xacml:RequestType (Element xacml:Request)
- Type xacml:ResultType (Element xacml:Result)
Sample instance
<Attributes Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject"> <Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id"> <AttributeValue DataType="urn:oasis:names:tc:xacml:1.0:data-type:rfc822Name">bs@simpsons.com</AttributeValue> </Attribute> </Attributes>