Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

<field> filters element

The <field> element (children of the <filters> element) is used to define a field which will be used during filtering operations.

<table>

<filters>

<field>

</field>

</filters>

</table>

Mandatory Attributes

Attribute

Description

name

A string defining the field name. It should match field names defined in the <field> children elements of <schema> elements.

offset

A number indicating the offset of the first byte composing the field.

size

A number indicating the size in bytes of the field.

type

A string defining the data type. Please refer to the type mapping table.

See Also

TOCIndex