<?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 ../common-scripts/RXSPMLSchema.xsd"
PolicyId="user-table-table-ops" 
RuleCombiningAlgId="ordered-permit-overrides">
	<Description>
		Allow all table operations operations.
	</Description>
	<Target> <Actions> <Action>
	  <ActionMatch MatchId="regexp-match">
			<AttributeValue DataType="string">table-*</AttributeValue>
			<ActionAttributeDesignator AttributeId="action-id"/>
		</ActionMatch>
	</Action> </Actions> </Target>
	
	<Rule RuleId="allow-all" Effect="Permit"> <Target/> </Rule>
</Policy>
