<?xml version="1.0" encoding="utf-8"?>
<RuleList templateID="f8a0afe0-41fb-11dd-ae16-0800200c9a66" 
 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>
  </Owner>
  <Rule name="TooMuch" generateACNS="true" matchedComponents="both" priority="100">
    <DetectionCriteria>
      <MinLengthMatched time="PT3M" />
    </DetectionCriteria>
    <Actions>
      <TakeDown assertOwnership="true" />
      <NotifyOriginator />
      <ReportToOwner />
    </Actions>
  </Rule>
  <Rule name="MarginalVideo" matchedComponents="video" priority="80">
    <DetectionCriteria>
      <MinLengthMatched time="PT3M" />
    </DetectionCriteria>
    <Actions>
      <NotifyOriginator />
      <ReportToOwner />
      <Quarantine assertOwnership="true" />
    </Actions>
  </Rule>
</RuleList>
