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, 0 insertions, 18 deletions
diff --git a/examples/xmlpatterns/schema/files/valid_order.xml b/examples/xmlpatterns/schema/files/valid_order.xml
deleted file mode 100644
index f83c36cb1..000000000
--- a/examples/xmlpatterns/schema/files/valid_order.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>