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

25 lines
769 B
XML
Executable File

<?xml version='1.0' encoding='ISO-8859-1'?>
<customer xmlns="http://openuri.org/xstypes/test"
gender="male"
hexAtt="474749515457594747"
base64Att="
VGhpcyBzdHJpbmcgaXMgYmFzZTY0QmluYXJ5IGVuY29kZWQh
"
anyuriAtt="http://dmoz.org/World/Français/"
qnameAtt="pref:localname" xmlns:pref="some_uri"
notationAtt="JPEG"
>
<firstname>Howdy</firstname>
<number>436</number>
<number>123</number>
<birthday>1998-08-26Z</birthday>
<number>44</number>
<number>933</number>
<birthday>2000-08-06-08:00</birthday>
<hex>454749515457595A4A</hex>
<base64>VGhpcyBzdHJpbmcgaXMgYmFzZTY0QmluYXJ5IGVuY29kZWQh</base64>
<anyuri>http://3space.org/space%20space/</anyuri>
<qname>openuri_org_localname</qname>
<notation>GIF</notation>
</customer>