poi/xmlbeans/test/cases/xbean/ValidatingStream/person-xsi-inv.xml
2018-02-16 22:41:27 +00:00

7 lines
259 B
XML
Executable File

<per:Name xmlns:per="http://openuri.org/test/Person"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="per:personType">
<per:First>Person</per:First>
<per:Last>Two</per:Last>
<per:Middle>M</per:Middle>
</per:Name>