ObligationExpressions element
| Type: | ObligationExpressionsType | 
| Namespace: | urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 | 
Example JSON
{
  "ObligationExpression" : [ {
    "ObligationId" : ...,
    "FulfillOn" : "Permit",
    "AttributeAssignmentExpression" : [ {
      "AttributeId" : ...,
      "Category" : ...,
      "Issuer" : "...",
      "Expression" : {
      }
    }, ... ]
  }, ... ]
}