1 |
4432
|
daigle
|
<ord:order xmlns:ord="http://example.org/ord"
|
2 |
|
|
xmlns:prod="http://example.org/prod"
|
3 |
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
4 |
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5 |
4443
|
daigle
|
xsi:schemaLocation="http://example.org/prod @contextUrl@/test/chapter05prod.xsd
|
6 |
|
|
http://example.org/ord @contextUrl@/test/chapter05ord.xsd">
|
7 |
4432
|
daigle
|
<items>
|
8 |
|
|
<prod:product>
|
9 |
|
|
<number xsi:type="xs:short">557</number>
|
10 |
|
|
<name>Short-Sleeved Linen Blouse</name>
|
11 |
|
|
<size xsi:nil="true"></size>
|
12 |
|
|
</prod:product>
|
13 |
|
|
</items>
|
14 |
|
|
</ord:order>
|