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