﻿<?xml version="1.0" encoding="utf-8"?>
<RuleList revision="1" version="1" xsi:schemaLocation="http://www.movielabs.com/cr/rules rules.xsd" xmlns="http://www.movielabs.com/cr/rules" xmlns:isan="http://www.isan.org/ISAN/isan" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">


	<Owner>
		<Name>MovieLabs</Name>
                <OwnerDomain>www.movielbs.com</OwnerDomain>
		<Email>info@movielabls.com</Email>
		<Phone>+440234587394</Phone>
		<Geography type="include">
			<Country>us</Country>
		</Geography>
	</Owner>
	<AssetList>
	  <Asset>
	    <OriginalAssetName>My Way</OriginalAssetName>
	    <OriginalAssetID type="ISAN">
		    <isan:ISAN root="effe-ffef-feff" />
	    </OriginalAssetID>
	  </Asset>
	</AssetList>
	<Rule name="TooMuch" generateACNS="true" 
         matchedComponents="both" priority="100">
		<DetectionCriteria>
			<MinPercentOfSiteAssetMatching percent="90" />
		</DetectionCriteria>
		<Actions>
			<TakeDown assertOwnership="true"/>
			<NotifyOriginator />
			<ReportToOwner />
		</Actions>
	</Rule>
	<Rule name="MarginalAudio" matchedComponents="audio" priority="50">
		<DetectionCriteria>
			<MinPercentOfSiteAssetMatching percent="90" />
		</DetectionCriteria>
		<Actions>
			<NotifyOriginator />
			<ReportToOwner />
		</Actions>
	</Rule>
	<Rule name="MarginalVideo" matchedComponents="video" priority="50">
		<DetectionCriteria>
			<MinPercentOfSiteAssetMatching percent="90" />
		</DetectionCriteria>
		<Actions>
			<NotifyOriginator />
			<ReportToOwner />
		</Actions>
	</Rule>
</RuleList>

