xacml:Resource
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:ResourceType
Properties: Global, Qualified
Content
- xacml:ResourceMatch [1..*]
Attributes
None
Used in
- Type xacml:ResourcesType (Element xacml:Resources)
Sample instance
<Resource> <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> </Resource>