<?xml version="1.0" encoding="utf-8"?> | |
<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"> | |
<Attributes Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject"> | |
<Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id"> | |
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Julius Hibbert</AttributeValue> | |
</Attribute> | |
<Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:2.0:conformance-test:age"> | |
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">45</AttributeValue> | |
</Attribute> | |
</Attributes> | |
<Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> | |
<Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id"> | |
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://medico.com/record/patient/BartSimpson</AttributeValue> | |
</Attribute> | |
</Attributes> | |
<Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action"> | |
<Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id"> | |
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> | |
</Attribute> | |
</Attributes> | |
<Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:environment"> | |
<Attribute IncludeInResult="true" AttributeId="urn:oasis:names:tc:xacml:2.0:conformance-test:NaN"> | |
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#double">NaN</AttributeValue> | |
</Attribute> | |
<Attribute IncludeInResult="true" AttributeId="urn:oasis:names:tc:xacml:2.0:conformance-test:INF"> | |
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#double">INF</AttributeValue> | |
</Attribute> | |
<Attribute IncludeInResult="true" AttributeId="urn:oasis:names:tc:xacml:2.0:conformance-test:NegativeINF"> | |
<AttributeValue DataType="http://www.w3.org/2001/XMLSchema#double">-INF</AttributeValue> | |
</Attribute> | |
</Attributes> | |
</Request> |