Build XACML PDP support for native xacml policy type
[policy/xacml-pdp.git] / main / src / test / resources / decisions / decision.native.request.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Request xsi:schemaLocation="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 http://docs.oasis-open.org/xacml/3.0/xacml-core-v3-schema-wd-17.xsd" ReturnPolicyIdList="false" CombinedDecision="false" xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3   <Attributes Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject">
4     <Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id">
5       <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Julius Hibbert</AttributeValue>
6     </Attribute>
7   </Attributes>
8   <Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource">
9     <Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id">
10       <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://medico.com/record/patient/BartSimpson</AttributeValue>
11     </Attribute>
12   </Attributes>
13   <Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action">
14     <Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id">
15       <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue>
16     </Attribute>
17   </Attributes>
18   <Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:environment" />
19 </Request>