2
0
mirror of https://github.com/pyqt/examples.git synced 2025-08-27 20:17:17 +00:00
examples/xmlpatterns/schema/files/invalid_order.xml

14 lines
302 B
XML
Raw Normal View History

2016-10-13 08:05:02 +01:00
<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>