2
0
mirror of https://github.com/pyqt/examples.git synced 2025-08-27 03:57:08 +00:00
examples/xmlpatterns/schema/files/invalid_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

14 lines
302 B
XML

<order>
<customerId>234219</customerId>
<article>
<articleId>21692</articleId>
<count>3</count>
</article>
<article>
<articleId>24749</articleId>
<count>9</count>
</article>
<deliveryDate>2009-01-23</deliveryDate>
<payed>yes</payed>
</order>