5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
22 lines
660 B
XML
Executable File
22 lines
660 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<per:Person xmlns:per="http://openuri.org/test/Person"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
Sex="male" Birthday="1967-08-13">
|
|
<per:Name>
|
|
<per:First>Person</per:First>
|
|
<per:Last>One</per:Last>
|
|
</per:Name>
|
|
<per:Sibling Sex="male" Birthday="1967-08-13">
|
|
<per:Name>
|
|
<per:First>Person</per:First>
|
|
<per:Last>Two</per:Last>
|
|
</per:Name>
|
|
<per:Sibling Sex="female" Birthday="1992-14-12">
|
|
<per:Name>
|
|
<per:First>Person</per:First>
|
|
<per:Last>Three</per:Last>
|
|
</per:Name>
|
|
</per:Sibling>
|
|
</per:Sibling>
|
|
</per:Person>
|