<?xml version='1.0' encoding='UTF-8'?>
<root>
  <record name="r1">
    <int>1</int>
    <short>10</short>
    <long>100</long>
    <float>1.1</float>
    <double>1.01</double>
    <boolean>true</boolean>
    <char>a</char>
    <byte>1</byte>
    <string>s1</string>
    <date>2005-01-01</date>
  </record>
  <record name="r2">
    <int>2</int>
    <short>20</short>
    <long>200</long>
    <float>2.2</float>
    <double>2.02</double>
    <boolean>true</boolean>
    <char>b</char>
    <byte>2</byte>
    <string>s2</string>
    <date>2005-02-02</date>
  </record>
  <record name="r3">
    <int>3</int>
    <short>30</short>
    <long>300</long>
    <float>3.3</float>
    <double>3.03</double>
    <boolean>true</boolean>
    <char>c</char>
    <byte>3</byte>
    <string>s3</string>
    <date>2005-03-03</date>
  </record>
</root>