<?xml version="1.0" ?>
<!-- Purchase Order DTD -->

<!DOCTYPE POlist [
  <!ELEMENT POlist (PO+)>
    <!ELEMENT PO (Id, Items, Contact, Billing, Shipping, Payment, Attachments*)>
      <!ELEMENT Id (login, trackNbr, status, date)>
      <!ELEMENT login         (#PCDATA)>
      <!ELEMENT trackNbr      (#PCDATA)>
      <!ELEMENT status        (#PCDATA)>
      <!ELEMENT date          (#PCDATA)>

    <!ELEMENT Items (Item+)>
      <!ELEMENT Item (Description, quantity)>
        <!ELEMENT Description       (#PCDATA)>
        <!ELEMENT quantity          (#PCDATA)>

    <!ELEMENT Contact (Name, Email)>
      <!ELEMENT Name                (#PCDATA)>
      <!ELEMENT Email               (#PCDATA)>

    <!ELEMENT Billing (Organization, Addresses, Name, Phone)>
      <!ELEMENT Organization        (#PCDATA)>
      <!ELEMENT Addresses (Address+)>                  
        <!ELEMENT Address           (#PCDATA)>
        <!ELEMENT Phone             (#PCDATA)>
 
    <!ELEMENT Shipping (Organization, Addresses, Name, Phone)>

    <!ELEMENT Payment (payMethod, payNumber, Cost*)>
      <!ELEMENT payMethod              (#PCDATA)>
      <!ELEMENT payNumber              (#PCDATA)>
      <!ELEMENT Cost                (#PCDATA)>

    <!ELEMENT Attachments (attachment+)>
      <!ELEMENT attachment (link)>
        <!ATTLIST attachment type (packing-slip | invoice) "invoice">
        <!ELEMENT link              (#PCDATA)>
]>

<POlist>
<PO>
  <Id>
    <login>hideki</login>
    <trackNbr>15</trackNbr>
    <status>PO sent</status>
    <date>Sat May 12 13:25:05 PDT 2001 // 20010512</date>
  </Id>
  <Items>
  <Item>
    <Description>17 inch microwave</Description>
    <quantity>1</quantity>
  </Item>
  <Item>
    <Description>13 inch high desktop lamps</Description>
    <quantity>2</quantity>
  </Item>
  <Item>
    <Description>Paper shredder</Description>
    <quantity>1</quantity>
  </Item>
  </Items>
  <Contact>
    <Name>Hideki Goto</Name>
    <Email>hideki@u.washington.edu</Email>
  </Contact>
  <Billing>
    <Organization>University of Washington</Organization>
    <Addresses>
    <Address>Savery Hall</Address>
    <Address>Seattle Wa 98195</Address>
    </Addresses>
    <Name>Blake Soto</Name>
    <Phone>206-111-2345</Phone>
  </Billing>
  <Shipping>
    <Organization>University of Washington</Organization>
    <Addresses>
    <Address>Savery Hall</Address>
    <Address>Seattle Wa 98195</Address>
    </Addresses>
    <Name>Blake Soto</Name>
    <Phone>206-111-2345</Phone>
  </Shipping>
  <Payment>
    <payMethod>UW</payMethod>
    <payNumber>33333333</payNumber>
  </Payment>
</PO>
<PO>
  <Id>
    <login>maryl</login>
    <trackNbr>14</trackNbr>
    <status>PO sent</status>
    <date>Sat May 12 13:20:40 PDT 2001 // 20010512</date>
  </Id>
  <Items>
  <Item>
    <Description>6 foot wide 5 foot high cabinet</Description>
    <quantity>1</quantity>
  </Item>
  <Item>
    <Description>6 foot wide shelves</Description>
    <quantity>4</quantity>
  </Item>
  </Items>
  <Contact>
    <Name>Mary Lee</Name>
    <Email>maryl@kg.co.lib</Email>
  </Contact>
  <Billing>
    <Organization>King County Library</Organization>
    <Addresses>
    <Address>12345 23rd Ave NE</Address>
    <Address>Edmonds Wa, 98123</Address>
    </Addresses>
    <Name>John Suzuki</Name>
    <Phone>360-111-2222</Phone>
  </Billing>
  <Shipping>
    <Organization>King County Library</Organization>
    <Addresses>
    <Address>12345 23rd Ave NE</Address>
    <Address>Edmonds Wa, 98123</Address>
    </Addresses>
    <Name>Jill Simmons</Name>
    <Phone>360-333-4444</Phone>
  </Shipping>
  <Payment>
    <payMethod>Visa</payMethod>
    <payNumber>5555555</payNumber>
  </Payment>
</PO>
<PO>
  <Id>
    <login>sallyp</login>
    <trackNbr>13</trackNbr>
    <status>PO sent</status>
    <date>Sat May 12 13:16:41 PDT 2001 // 20010512</date>
  </Id>
  <Items>
  <Item>
    <Description>900 MHz Compact Desktop</Description>
    <quantity>1</quantity>
  </Item>
  <Item>
    <Description>6 foor tall floor lamp</Description>
    <quantity>2</quantity>
  </Item>
  </Items>
  <Contact>
    <Name>Sally Pench</Name>
    <Email>sallyp@sea.city.org</Email>
  </Contact>
  <Billing>
    <Organization>City of Seattle</Organization>
    <Addresses>
    <Address>1224 pike Street</Address>
    <Address>Seattle Washington, 98145</Address>
    </Addresses>
    <Name>Sally Pench</Name>
    <Phone>206-123-5678</Phone>
  </Billing>
  <Shipping>
    <Organization>City of Seattle</Organization>
    <Addresses>
    <Address>1224 Pike Street</Address>
    <Address>Seattle Wa, 98145</Address>
    </Addresses>
    <Name>Fred Jones</Name>
    <Phone>206-123-1111</Phone>
  </Shipping>
  <Payment>
    <payMethod>MC</payMethod>
    <payNumber>2222222</payNumber>
  </Payment>
</PO>
<PO>
  <Id>
    <login>billb</login>
    <trackNbr>12</trackNbr>
    <status>PO sent</status>
    <date>Sat May 12 13:12:13 PDT 2001 // 20010512</date>
  </Id>
  <Items>
  <Item>
    <Description>Dell Inspiron Laptop</Description>
    <quantity>1</quantity>
  </Item>
  </Items>
  <Contact>
    <Name>Willam Burk</Name>
    <Email>billb@cgt.edu</Email>
  </Contact>
  <Billing>
    <Organization>University of California</Organization>
    <Addresses>
    <Address>Berkely Calif, 12345</Address>
    <Address>1206 Riverside North</Address>
    </Addresses>
    <Name>Jill Coreyson</Name>
    <Phone>345-123-4567</Phone>
  </Billing>
  <Shipping>
    <Organization>University of California</Organization>
    <Addresses>
    <Address>Berkeley Calif, 12346</Address>
    <Address>1992 Riverside North</Address>
    </Addresses>
    <Name>James Phelps</Name>
    <Phone>345-111-2222</Phone>
  </Shipping>
  <Payment>
    <payMethod>Visa</payMethod>
    <payNumber>1111111</payNumber>
  </Payment>
</PO>
<PO>
  <Id>
    <login>larryg</login>
    <trackNbr>11</trackNbr>
    <status>PO sent</status>
    <date>Sat May 12 13:08:15 PDT 2001 // 20010512</date>
  </Id>
  <Items>
  <Item>
    <Description>Apple PowerBook G4</Description>
    <quantity>1</quantity>
  </Item>
  <Item>
    <Description>Inkjet Printer</Description>
    <quantity>1</quantity>
  </Item>
  </Items>
  <Contact>
    <Name>Larry Gales</Name>
    <Email>larryg@u.washington.edu</Email>
  </Contact>
  <Billing>
    <Organization>University of Washington</Organization>
    <Addresses>
    <Address>Seattle Washington, 98195</Address>
    <Address>Mary Gates Hall, Room 015D</Address>
    </Addresses>
    <Name>Doris James</Name>
    <Phone>206-543-1234</Phone>
  </Billing>
  <Shipping>
    <Organization>University of Washington</Organization>
    <Addresses>
    <Address>3737 Brooklyn Ave NE</Address>
    <Address>Seattle Wa, 98195</Address>
    </Addresses>
    <Name>Joe Port</Name>
    <Phone>206-543-1111</Phone>
  </Shipping>
  <Payment>
    <payMethod>UW</payMethod>
    <payNumber>123456</payNumber>
  </Payment>
</PO>
</POlist>
