<?xml version="1.0" encoding="UTF-8"?>
<stores>
  <store id="1" name="The Mozilla Store">
    <!-- Data from ../xml-dtd/store.xml,
         modified and reorganized into departments -->
    <department name="Software">
      <product>
        <code>MZ80006</code>
        <name>Firefox and Thunderbird CDs</name>
        <price>6.00</price>
        <software>
          <version>1.5</version>
          <media>CD-ROM</media>
        </software>
      </product>
    </department>

    <department name="Books">
      <product>
        <code>MZ82002</code>
        <name>Don't Click on the Blue E</name>
        <price>16.00</price>
        <book>
          <author>Scott Granneman</author>
          <title>Don't Click on the Blue E</title>
          <publisher>O'Reilly</publisher>
          <pages>254</pages>
        </book>
      </product>
      
      <product>
        <code>MZ82004</code>
        <name>Firefox &amp; Thunderbird Garage</name>
        <price>19.00</price>
        <book>
          <author>Chris Hofmann</author>
          <author>Marcia Knous</author>
          <author>John Hedtke</author>
          <title>Firefox &amp; Thunderbird Garage</title>
          <publisher>Pearson Education/Prentice Hall</publisher>
          <pages>337</pages>
        </book>
      </product>
      
    </department>

    <department name="Clothing">
      <product>
        <code>MZ13012</code>
        <name>Navy Firefox T-Shirt</name>
        <price>17.00</price>
        <clothing>
          <size>S</size>
          <size>M</size>
          <size>L</size>
          <size>XL</size>
          <size>XXL</size>
          <size>XXXL</size>
        </clothing>
      </product>
      
      <product>
        <code>MZ14013</code>
        <name>Firefox Champion Hooded Sweatshirt</name>
        <price>50.00</price>
        <clothing>
          <size>S</size>
          <size>M</size>
          <size>L</size>
          <size>XL</size>
          <size>XXL</size>
        </clothing>
      </product>
      
      <product>
        <code>MZ36003</code>
        <name>Firefox Laptop Backpack</name>
        <price>55.00</price>
        <other-description>
          Durable polyester backpack with room for 15&quot; laptop;
          two additional storage pockets.  Firefox name and logo
          embroidered on front.
        </other-description>
      </product>

    </department>
    
  </store>

  <store id="2" name="Nile.com">
    <department name="Clothing">
      <product>
        <code>NC54545</code>
        <name>Gray Socks</name>
        <price>5.00</price>
        <clothing>
          <size>S</size>
          <size>M</size>
          <size>L</size>
        </clothing>
      </product>
    </department>

    <department name="Books">
      <product>
        <code>NC12121</code>
        <name>Beginning XML</name>
        <price>30.00</price>
        <book>
          <author>Joe Fawcett</author>
          <author>Liam R. E. Quin</author>
          <author>Danny Ayers</author>
          <publisher>Wrox Press/John Wiley and Sons</publisher>
          <pages>827</pages>
          <year>2012</year>
        </book>
      </product>
    </department>
    
    <department name="Electronics" excellent="yes">
      <product>
        <code>NC34343</code>
        <name>4-Port USB Charger</name>
        <price>24.99</price>
        <other-description>
          Plugs into wall socket, recharges up to 4 devices at once.
          Draws 40 watts of power.
        </other-description>
      </product>

      <product>
        <code>NC74747</code>
        <name>40" HD Television</name>
        <price>297.99</price>
        <other-description>
          40" 1080p 60Hz LED HDTV.  Wide range of colors.
        </other-description>
      </product>

      <product>
        <code>NC83838</code>
        <name>Digital SLR camera</name>
        <price>549.99</price>
        <other-description>
          18-55mm IS II and EF 75-300mm III lenses,
          18 megapixel, ISO 100-6400, built in WiFi and NFC.
        </other-description>
      </product>
      
    </department>
    
  </store>
  
</stores>
