Defines the length of the field in number of bytes.
xsd:byte
The maxLength attribute is an optional attribute of the field element.
The following is an example of the maxLength attribute as it is used in the field element:
<xsf:listProperties>
<xsf:fields>
<xsf:field
type="xsd:date"
maxLength="10"
name="TravelDate"
columnName="TravelDate"
required="yes"
viewable="yes"
node="TravelReport/Header/travelDate"
aggregation="first"/>
</xsf:fields>
</xsf:listProperties>