This XML Schema describes the LegStar COBOL binding language. A cobolElement can be attached to an XML Schema element or a Java property to describe how that element or property translates into a COBOL data item.
The COBOL data item level.
The COBOL data item name as it appears in the original source code.
The COBOL data item type, derived from its PICTURE and USAGE clauses.
Elementary data item PICTURE clause.
Elementary data item USAGE clause.
Numeric items might be signed or not.
Numeric item total number of digits (including fractional digits if this is a decimal).
Decimal item number of fractional digits.
Numeric item position of the plus/minus sign.
Numeric item indicator that sign occupies its own byte location instead of being stored in a bit location within some other byte, part of the numeric representation.
Array lower bound.
Array upper bound.
Variable size array size is given by this COBOL data item. The COBOL data item giving the size is known as the Occurs Depending On Object.
Data item gives the size of at least one variable size array. Data item must be numeric.
Name of a COBOL data item sharing the same memory location as this COBOL item.
At least one other COBOL data item shares the same memory location as this COBOL data item.
The COBOL item initial value.
Points to user custom code providing extra logic to help determine which alternative is to be used in redefines situations.
Points to user custom code providing extra logic to help determine which alternative is to be used in redefines situations.
Indicates a data item which value is needed by user custom code. This is meant to simplify the task of retrieving a data item value from within user custom code.
Points back to the originating source code line location.
Used to track the original java class when XML Schema is built from a POJO.
A POJO class name that maps to this complex type.