<?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.movielabs.com</OwnerDomain>
		<Email>info@movielabls.com</Email>
		<Phone>+440234587394</Phone>
		<Geography type="include">
			<Country>us</Country>
		</Geography>
	</Owner>
   <AssetList>
      <Asset>
	     <OriginalAssetName>Modern Times</OriginalAssetName>
	     <OriginalAssetID type="ISAN">
		     <isan:ISAN root="0000-0000-48E3" />
	     </OriginalAssetID>
      </Asset>
  </AssetList>
	<Rule name="TooMuch" generateACNS="true" priority="100">
		<DetectionCriteria>
			<MinPercentOfOriginalAssetMatched percent="25" />
		</DetectionCriteria>
		<Actions>
			<TakeDown assertOwnership="true"/>
			<NotifyOriginator />
			<ReportToOwner />
		</Actions>
	</Rule>
	<Rule name="RevenuePotential" priority="50">
		<DetectionCriteria>
			<MinPercentOfOriginalAssetMatched percent="5" />
		</DetectionCriteria>
		<Actions>
       <ReportToOwner />
			<SiteAdSupported>
				<AllowedType>video-pre</AllowedType>
				<AllowedType>video-post</AllowedType>
			</SiteAdSupported>
		</Actions>
	</Rule>
	<Rule name="BuzzTracker" priority="10">
		<Actions>
			<Log />
		</Actions>
	</Rule>
</RuleList>
