Build XACML PDP support for native xacml policy type
[policy/xacml-pdp.git] / main / src / test / resources / decisions / decision.native.response.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Response
3       xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17"
4       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5       xsi:schemaLocation="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17
6         http://docs.oasis-open.org/xacml/3.0/xacml-core-v3-schema-wd-17.xsd">
7     <Result>
8         <Decision>Permit</Decision>
9         <Status>
10             <StatusCode
11                   Value="urn:oasis:names:tc:xacml:1.0:status:ok"/>
12         </Status>
13     </Result>
14 </Response>