xacml-context:Resource
Element information
Namespace: urn:oasis:names:tc:xacml:2.0:context:schema:os
Schema document: access_control-xacml-2.0-context-schema-os.xsd
Type: xacml-context:ResourceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xacml-context:ResourceContent [0..1]
- xacml-context:Attribute [0..*]
Attributes
None
Used in
- Type xacml-context:RequestType (Element xacml-context:Request)
Sample instance
<Resource> <ResourceContent> <md:record xsi:schemaLocation="urn:med:example:schemas:record http:www.med.example.com/schemas/record.xsd"> <md:patient> <md:patientDoB>1992-03-21</md:patientDoB> <md:patient-number>555555</md:patient-number> </md:patient> </md:record> </ResourceContent> <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" DataType="xs:string"> <AttributeValue> //med.example.com/records/bart-simpson.xml# xmlns(md=http:www.med.example.com/schemas/record.xsd)xpointer(/md:record/md:patient/md:patientDoB) </AttributeValue> </Attribute> <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:target-namespace" DataType=" http://www.w3.org/2001/XMLSchema#anyURI"> <AttributeValue> urn:med:example:schemas:record </AttributeValue> </Attribute> </Resource>