<xacml-samlp:XACMLAuthzDecisionQuery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="urn:oasis:xacml:2.0:saml:protocol:schema:os saml/access_control-xacml-2.0-saml-protocol-schema-os3.xsd"
    xmlns:xacml-samlp="urn:oasis:xacml:2.0:saml:protocol:schema:os" Version="1" ID="Auth1"
    IssueInstant="2014-12-12T01:01:01" InputContextOnly="false" ReturnContext="false">
    <Request xmlns="urn:oasis:names:tc:xacml:2.0:context:schema:os">
        <!-- Requester Entity identifier -->
        <Subject>
            <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id"
                DataType="http://www.w3.org/2001/XMLSchema#string">
                <AttributeValue>admin</AttributeValue>
            </Attribute>
        </Subject>
        <!-- DOC 1 -->
        <Resource>
            <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id"
                DataType="http://www.w3.org/2001/XMLSchema#string">
                <AttributeValue>documentID1</AttributeValue>
            </Attribute>
            <Attribute
                AttributeId="urn:ihe:iti:xds-b:2007:document-
                    entry:repository-unique-id"
                DataType="http://www.w3.org/2001/XMLSchema#anyURI">
                <AttributeValue>urn:oid:1.2.3.4.5</AttributeValue>
            </Attribute>
        </Resource>
        <!-- DOC 2 -->
        <Resource>
            <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id"
                DataType="http://www.w3.org/2001/XMLSchema#string">
                <AttributeValue>documentID2</AttributeValue>
            </Attribute>
            <Attribute
                AttributeId="urn:ihe:iti:xds-b:2007:document-
                    entry:repository-unique-id"
                DataType="http://www.w3.org/2001/XMLSchema#anyURI">
                <AttributeValue> urn:oid:1.2.3.4.5</AttributeValue>
            </Attribute>
        </Resource>
        <!-- DOC 3 -->
        <Resource>
            <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id"
                DataType="http://www.w3.org/2001/XMLSchema#string">
                <AttributeValue>documentID3</AttributeValue>
            </Attribute>
            <Attribute
                AttributeId="urn:ihe:iti:xds-b:2007:document-
                    entry:repository-unique-id"
                DataType="http://www.w3.org/2001/XMLSchema#anyURI">
                <AttributeValue>urn:oid:1.2.3.4.5</AttributeValue>
            </Attribute>
        </Resource>
        <Action>
            <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:action-id"
                DataType="http://www.w3.org/2001/XMLSchema#anyURI">
                <AttributeValue>urn:ihe:iti:2007:RetrieveDocumentSetResponse</AttributeValue>
            </Attribute>
        </Action>
        <Environment/>
    </Request>
</xacml-samlp:XACMLAuthzDecisionQuery>
