<Products>
  <Product>
    <ID>4</ID>
    <Name>Spyglass</Name>
    <Description>Magnifying glass for detectives</Description>
    <Projects>
      <Project>
        <ID>101</ID>
        <Name>Market Research</Name>
        <StartDate>20020130</StartDate>
        <Items>
          <Item>
            <ID>10001</ID>
            <Description>Search for professionals</Description>
            <Hours>40</Hours>
          </Item>
          <Item>
            <ID>10002</ID>
            <Description>Survey mailing</Description>
            <Hours>15</Hours>
          </Item>
        </Items>
      </Project>
      <Project>
        <ID>106</ID>
        <Name>Manufacturing</Name>
        <StartDate>20020312</StartDate>
        <Items>
          <Item>
            <ID>10011</ID>
            <Description>Prototype creation</Description>
            <Hours>80</Hours>
          </Item>
          <Item>
            <ID>10012</ID>
            <Description>Assembly line orders</Description>
            <Hours>45</Hours>
          </Item>
        </Items>
      </Project>
    </Projects>
  </Product>
</Products>

