<?xml version="1.0" encoding="UTF-8"?>
<Policy
      xmlns="urn:oasis:names:tc:xacml:1.0:policy"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="urn:oasis:names:tc:xacml:1.0:policy
        cs-xacml-schema-policy-01.xsd"
      PolicyId="urn:oasis:names:tc:xacml:1.0:conformance-test:IIC003:policy"
      RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:deny-overrides">
    <Description>
        Policy for Conformance Test IIC003.
    </Description>
    <Target>
        <Subjects>
            <AnySubject/>
        </Subjects>
        <Resources>
            <AnyResource/>
        </Resources>
        <Actions>
            <AnyAction/>
        </Actions>
    </Target>
    <Rule
          RuleId="urn:oasis:names:tc:xacml:1.0:conformance-test:IIC003:rule"
          Effect="Permit">
        <Description>
            Any subject who is a member of the
            convicted-felons group may perform any action on any
            resource.
        </Description>
        <Condition FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
            <AttributeValue
                  DataType="http://www.w3.org/2001/XMLSchema#string">convicted-felon</AttributeValue>
            <SubjectAttributeDesignator
                  AttributeId="urn:oasis:names:tc:xacml:1.0:conformance-test:group"
                  DataType="http://www.w3.org/2001/XMLSchema#string"/>
        </Condition>
    </Rule>
</Policy>

