2
0
mirror of https://github.com/pyqt/examples.git synced 2025-08-26 11:37:09 +00:00
examples/xmlpatterns/schema/files/valid_order.xml
Michael Herrmann 54f8b69baa Restore broken links by reverting to revision a52c47bf
The commits since then moved many files into the src/ subdirectory.
This would have broken existing links on the internet. To solve this,
we leave the master branch as-is and make such breaking changes on a
different branch.
2019-06-28 16:21:19 +02:00

19 lines
438 B
XML

<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>