home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / samples / schematron / po / po-bad.xml next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  1.0 KB  |  33 lines

  1. <?xml version="1.0"?>
  2. <!-- Deliberate errors!  -->
  3. <!-- See http://www.w3.org/TR/xmlschema-0/   -->
  4. <purchaseOrder  >
  5.     <shipTo place="AU">
  6.         <name>Kippabboo Versace</name>
  7.         <street>18 Action Street</street>
  8.         <city>Sleepy Town</city>
  9.         <zip>2099</zip>
  10.     </shipTo>
  11.     <billAt country="NZ">
  12.         <name>Katapo Feelgood</name>
  13.         <street>1 Xena Avenue</street>
  14.         <city>Aukland</city>
  15.         <state>North Island</state>
  16.         <zip>123</zip>
  17.     </billAt>
  18.     <comment>Hurry, my kiwi is going <i>wild</i>!</comment>
  19.     <items>
  20.         <Item partNum="872-AA">
  21.             <ProductName>Deluxe Kiwi Beakbrush</ProductName>
  22.             <Quantity>1</Quantity>
  23.             <Price>148.95</Price>
  24.             <Comment>Confirm this is electric</Comment>
  25.         </Item>
  26.         <item partNum="926-AA">
  27.             <productName>Bilby Trap</productName>
  28.             <USPrice>39.98</USPrice>
  29.             <shipDate>2001-08-01</shipDate>
  30.         </item>
  31.     </items>
  32. </purchaseOrder>
  33.