source: trunk/examples/xmlpatterns/schema/files/invalid_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: 302 bytes
Line 
1<order>
2 <customerId>234219</customerId>
3 <article>
4 <articleId>21692</articleId>
5 <count>3</count>
6 </article>
7 <article>
8 <articleId>24749</articleId>
9 <count>9</count>
10 </article>
11 <deliveryDate>2009-01-23</deliveryDate>
12 <payed>yes</payed>
13</order>
Note: See TracBrowser for help on using the repository browser.