xacml:ResourceMatch
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:ResourceMatchType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xacml:AttributeValue [1..1]
- Choice [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
MatchId | [1..1] | xsd:anyURI |
Used in
- Type xacml:ResourceType (Element xacml:Resource)
Sample instance
<ResourceMatch MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"> urn:med:example:schema:records </AttributeValue> <ResourceAttributeDesignator AttributeId="urn:oasis:names:tc:xacml:1.0:resource:target-namespace" DataType="http://www.w3.org/2001/XMLSchema#string"/> </ResourceMatch>