jaxp/test/javax/xml/jaxp/functional/javax/xml/validation/xmlfiles/shiporder12.xml
changeset 28697 fae50549d70d
equal deleted inserted replaced
28696:dd8c7efde993 28697:fae50549d70d
       
     1 <?xml version="1.0" encoding="ISO-8859-1"?>
       
     2 
       
     3 <shiporder orderid="889923"
       
     4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     5 xsi:noNamespaceSchemaLocation="shiporder.xsd">
       
     6 <orderperson>John Smith</orderperson>
       
     7 <shipto>
       
     8 <name>Ola Nordmann</name>
       
     9 <address>Langgt 23</address>
       
    10 <city>4000 Stavanger</city>
       
    11 <country>Norway</country>
       
    12 </shipto>
       
    13 <item>
       
    14 <title>Empire Burlesque</title>
       
    15 <note>Special Edition</note>
       
    16 <quantity>1</quantity>
       
    17 <price>10.90</price>
       
    18 </item>
       
    19 <item>
       
    20 <title>Hide your heart</title>
       
    21 <quantity>1</quantity>
       
    22 <price>9.90</price>
       
    23 </item>
       
    24 </shiporder>