source: trunk/examples/xmlpatterns/schema/files/valid_order.xml@ 846

Last change on this file since 846 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 438 bytes
Line 
1<order>
2 <customerId>194223</customerId>
3 <article>
4 <articleId>22242</articleId>
5 <count>5</count>
6 </article>
7 <article>
8 <articleId>32372</articleId>
9 <count>12</count>
10 <comment>without stripes</comment>
11 </article>
12 <article>
13 <articleId>23649</articleId>
14 <count>2</count>
15 </article>
16 <deliveryDate>2009-01-23</deliveryDate>
17 <payed>true</payed>
18</order>
Note: See TracBrowser for help on using the repository browser.