25 lines
769 B
XML
25 lines
769 B
XML
|
<?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<61>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>
|