aboutsummaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/schema/files/valid_order.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/schema/files/valid_order.xml')
-rw-r--r--examples/xmlpatterns/schema/files/valid_order.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/xmlpatterns/schema/files/valid_order.xml b/examples/xmlpatterns/schema/files/valid_order.xml
new file mode 100644
index 000000000..f83c36cb1
--- /dev/null
+++ b/examples/xmlpatterns/schema/files/valid_order.xml
@@ -0,0 +1,18 @@
+<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>