xacml:Attribute
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:AttributeType
Properties: Global, Qualified
Content
- xacml:AttributeValue [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
AttributeId | [1..1] | xsd:anyURI | ||
Issuer | [0..1] | xsd:string | ||
IncludeInResult | [1..1] | xsd:boolean |
Used in
- Type xacml:AttributesType (Element xacml:Attributes)
- Type xacml:PolicyIssuerType (Element xacml:PolicyIssuer)
Sample instance
<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>