Defining a Formatter definition

The formatter definition is in the same structure of the corresponding JavaBean. Following is the formatter definition:
<format.xml>
    <format id="PersonFormat">
        <record>
            <fString dataName="name" encoding="cp937"/>
            <selfLength/>
            <fInteger dataName="age" byteOrdering="host"/>
            <selfLength/>
        </record>
    </format>
</format.xml>
Where: