Match element
| Type: | MatchType | 
| Namespace: | urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 | 
Example JSON
{
  "MatchId" : ...,
  "AttributeValue" : {
    "DataType" : ...
  },
  "AttributeSelector" : {
    "Category" : ...,
    "ContextSelectorId" : ...,
    "Path" : "...",
    "DataType" : ...,
    "MustBePresent" : false
  },
  "AttributeDesignator" : {
    "Category" : ...,
    "AttributeId" : ...,
    "DataType" : ...,
    "Issuer" : "...",
    "MustBePresent" : false
  }
}