<?xml version="1.0" encoding="UTF-8"?>
	  <policy>
	  	<rule>
	  		<description>Type Filtering</description>
	  		<conditions>
	  			<and>
	  				<if-operation op="equal">add</if-operation>
	  			</and>
	  		</conditions>
	  		<actions>
	  			<do-status level="warning">
	  				<arg-string>
	  					<token-text xml:space="preserve" xmlns:xml="http://www.w3.org/XML/1998/namespace">Change ignored: Adds are not allowed.</token-text>
	  				</arg-string>
	  			</do-status>		
	  			<do-veto/>
	  		</actions>
	  	</rule>
	  </policy>


