Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

<part> key element

The <part> elements of a key are used to enumerate the fields composing the key.

<table>

<key>

<part>

</part>

</key>

</table>

Mandatory Attributes

Attribute

Description

offset

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

size

A number defining the size in bytes of the field.

Optional Attributes

Attribute

Description

name

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

See Also

TOCIndex