<?xml version="1.0" encoding="UTF-8"?>
<Policy
xmlns="http://www.rubix.com/2008/RXSPMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.rubix.com/2008/RXSPMLSchema ./RXSPMLSchema.xsd"
PolicyId="deny" 
RuleCombiningAlgId="ordered-deny-overrides">
	<Description>
		Deny all operations
	</Description>
	<Target/>
	<Rule RuleId="deny-all" Effect="Deny">
		<Target/>
	</Rule>
</Policy>
