<?xml version="1.0"?>
<powder xmlns="http://www.w3.org/2007/05/powder#" 
        xmlns:ex="http://example.org/vocab#">

  <attribution>
    <maker src="http://authority.example.org/foaf.rdf#me" />
    <issued>2007-12-14T00:00:00</issued>
  </attribution>

  <ol>
    <dr>
      <iriset>
        <includehosts>movie.example.com</includehosts>
        <pathstartswith>/after9pm</pathstartswith>
      </iriset>

      <descriptorset src="#adult" />
      <descriptorset src="#trustmark" />
    </dr>

    <dr>
      <iriset>
        <includehosts>movie.example.com</includehosts>
      </iriset>

      <descriptorset src="#allages" />
      <descriptorset src="#trustmark" />
    </dr>
  </ol>

  <descriptorset xml:id="adult">
    <ex:agemin>18</ex:agemin>
  </descriptorset>

  <descriptorset xml:id="allages">
    <ex:agemin>0</ex:agemin>
  </descriptorset>

  <descriptorset xml:id="trustmark">
    <ex:trustedsite>true</ex:trustedsite>
  </descriptorset>

  <dr>
    <iriset>
      <includehosts>movie.example.com</includehosts>
      <pathstartswith>/latest</pathstartswith>
    </iriset>

    <tageset>
      <tag>New Releases</tag>
      <tag>What's hot</tag>
    </tagset>
  </dr>
</powder>