xacml:Apply
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:ApplyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xacml:Description [0..1]
- Choice [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
FunctionId | [1..1] | xsd:anyURI |
Used in
- Type xacml:ApplyType (Element xacml:Apply)
- Type xacml:AttributeAssignmentExpressionType (Element xacml:AttributeAssignmentExpression)
- Type xacml:ConditionType (Element xacml:Condition)
- Type xacml:VariableDefinitionType (Element xacml:VariableDefinition)
Substitution hierarchy
- xacml:Expression
- can be substituted with xacml:Apply
Sample instance
<Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only"> <AttributeDesignator MustBePresent="false" Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" AttributeId="urn:oasis:names:tc:xacml:3.0:example:attribute:patient-number" DataType="http://www.w3.org/2001/XMLSchema#string"/> </Apply> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only"> <AttributeSelector MustBePresent="false" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" Path="md:record/md:patient/md:patient-number/text()" DataType="http://www.w3.org/2001/XMLSchema#string"/> </Apply> </Apply>