Files
qt4-x11/examples/xmlpatterns/schema/files/invalid_order.xml
2025-08-24 20:55:26 +08: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>