8 lines
260 B
XML
8 lines
260 B
XML
|
<per:Name xmlns:per="http://openuri.org/test/Person"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:type="per:middlename">
|
||
|
<per:First>Person</per:First>
|
||
|
<per:Last>Two</per:Last>
|
||
|
<per:Middle>M</per:Middle>
|
||
|
</per:Name>
|