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

17 lines
477 B
XML
Executable File

<customer xmlns="http://openuri.org/mytest"
gender="male"
hexAtt="474749515457594747"
base64Att="
VGhpcyBzdHJpbmcgaXMgYmFzZTY0QmluYXJ5IGVuY29kZWQh
">
<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>
</customer>