aboutsummaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/schema/files/valid_order.xml
blob: f83c36cb1ec185dafa3b9f56efb103a92982718f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>