Attributes element
| Type: | AttributesType | 
| Namespace: | urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 | 
Example JSON
{
  "Category" : ...,
  "id" : "...",
  "Content" : {
  },
  "Attribute" : [ {
    "AttributeId" : ...,
    "Issuer" : "...",
    "IncludeInResult" : false,
    "AttributeValue" : [ {
      "DataType" : ...
    }, ... ]
  }, ... ]
}