2
0
mirror of https://github.com/pyqt/examples.git synced 2025-08-26 19:47:19 +00:00
examples/xmlpatterns/schema/files/valid_order.xml

19 lines
438 B
XML
Raw Permalink Normal View History

2016-10-13 08:05:02 +01:00
<order>
<customerId>194223</customerId>
<article>
<articleId>22242</articleId>
<count>5</count>
</article>
<article>
<articleId>32372</articleId>
<count>12</count>
<comment>without stripes</comment>
</article>
<article>
<articleId>23649</articleId>
<count>2</count>
</article>
<deliveryDate>2009-01-23</deliveryDate>
<payed>true</payed>
</order>