xacml:Apply
Element information
Namespace: urn:oasis:names:tc:xacml:2.0:policy:schema:os
Schema document: access_control-xacml-2.0-policy-schema-os.xsd
Type: xacml:ApplyType
Properties: Global, Qualified
Content
- Choice [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
FunctionId | [1..1] | xsd:anyURI |
Used in
- Type xacml:ApplyType (Element xacml:Apply)
- 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"> <SubjectAttributeDesignator AttributeId="urn:oasis:names:tc:xacml:2.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 RequestContextPath="//xacml-context:Resource/xacml-context:ResourceContent/md:record/md:patient/md:patient-number/text()" DataType="http://www.w3.org/2001/XMLSchema#string"/> </Apply> </Apply>