<?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>Leave It To Beaver 1</OriginalAssetName>
	       <OriginalAssetID type="ISAN">
		      <isan:ISAN root="0000-0000-80CD" episodeOrPart="0001" />
	       </OriginalAssetID>
	       <Group type="ISAN">
		        <isan:ISAN root="0000-0000-80CD" />
	       </Group>
      </Asset>
      <Asset>
         <OriginalAssetName>Leave It To Beaver 2</OriginalAssetName>
	       <OriginalAssetID type="ISAN">
		      <isan:ISAN root="0000-0000-80CD" episodeOrPart="0002" />
	       </OriginalAssetID>
	       <Group type="ISAN">
		        <isan:ISAN root="0000-0000-80CD" />
	       </Group>
      </Asset>
  	</AssetList>
	<Rule name="TooMuch" generateACNS="true" priority="100">
		<DetectionCriteria>
			<MinLengthMatched time="PT2M" />
		</DetectionCriteria>
		<Actions>
			<TakeDown />
			<NotifyOriginator />
			<ReportToOwner />
		</Actions>
	</Rule>
	<Rule name="TooMuchAggregate" generateACNS="true" priority="90">
		<DetectionCriteria>
			<MinAggregateLengthMatched time="PT4M" />
		</DetectionCriteria>
		<Actions>
			<TakeDown />
			<NotifyOriginator />
			<ReportToOwner />
		</Actions>
	</Rule>
</RuleList>

