|
The XML descriptor |
|
|
The XCONV toolkit handles record structure description with XML. The XML file contains the following elements: datadef It describes the whole structures set datastruct It describes one structure. In other words it represents each 01 level COBOL filed. dataitem It describes each COBOL field. Its attributes describe the field. If the field is an elementary one, the dataitem's attributes will also contain attributes describing its memory representation. If the field is a structured one, the element will contain child elements (of the same type) The possible attribute for dataitem elements are:
|