5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
25 lines
769 B
XML
Executable File
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>
|