Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / schemas / po1_0.xml
1 <?xml version="1.0"?>\r
2 <apo:purchaseOrder xmlns:apo="http://www.example.com/PO1"\r
3                    orderDate="1999-10-20">\r
4   <shipTo country="US">\r
5     <name>Alice Smith</name>\r
6     <street>123 Maple Street</street>\r
7     <city>Mill Valley</city>\r
8     <state>CA</state>\r
9     <zip>90952</zip>\r
10   </shipTo>\r
11   <billTo country="US">\r
12     <name>Robert Smith</name>\r
13     <street>8 Oak Avenue</street>\r
14     <city>Old Town</city>\r
15     <state>PA</state>\r
16     <zip>95819</zip>\r
17   </billTo>\r
18   <apo:comment>Hurry, my lawn is going wild!</apo:comment>\r
19   <items>\r
20     <item partNum="872-AA">\r
21       <productName>Lawnmower</productName>\r
22       <quantity>1</quantity>\r
23       <USPrice>148.95</USPrice>\r
24       <apo:comment>Confirm this is electric</apo:comment>\r
25     </item>\r
26     <item partNum="926-AA">\r
27       <productName>Baby Monitor</productName>\r
28       <quantity>1</quantity>\r
29       <USPrice>39.98</USPrice>\r
30       <shipDate>1999-05-21</shipDate>\r
31     </item>\r
32   </items>\r
33 </apo:purchaseOrder>\r
34 \r