<?xml version="1.0" encoding="UTF-8"?>
<!--

    *******************************************************************************
    * Copyright © Temenos Headquarters SA 2021. All rights reserved.
    *******************************************************************************

-->
<pdp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	 xmlns="http://authzforce.github.io/core/xmlns/pdp/7" version="7.1">
	<policyProvider id="rootPolicyProvider"
					xsi:type="StaticPolicyProvider">
		<policyLocation>classpath:xacml/root-policy.xml</policyLocation>
		<policyLocation>classpath:xacml/ADMIN.xml</policyLocation>
		<policyLocation>classpath:xacml/LegalEntity.xml</policyLocation>
	</policyProvider>
	<rootPolicyRef policySet="true">default</rootPolicyRef>
</pdp>