mykovalenko / legstar-cob2xsd

Automatically exported from code.google.com/p/legstar-cob2xsd
Other
0 stars 0 forks source link

Missing second REDEFINES immediately following a previous REDEFINES #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With a copybook like so:

       01 RDEF04-RECORD.
          20  FIELD-A PIC S9(15)V99 COMP-3.
          20  FIELD-B PIC S9(15)V99 COMP-3.
          20  FIELD-C REDEFINES FIELD-B PIC S9(15)V99 COMP-3.
          20  FIELD-D PIC S9(15)V99 COMP-3.
          20  FIELD-E REDEFINES FIELD-D PIC S9(15)V99 COMP-3.
          20  FIELD-F PIC S9(15)V99 COMP-3.

The generated XML schema does not contain the FIELD-D/FIELD-E choice. Instead, 
FIELD-D and FIELD-E are attached to parent sequence RDEF04-RECORD.

Original issue reported on code.google.com by fady.mou...@gmail.com on 20 Feb 2015 at 10:49

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r235.

Original comment by fady.mou...@gmail.com on 20 Feb 2015 at 2:29