Supported Cobol data types

Cobol data type mapping

Copy cobol structure mapping

Cobol data type mapping

Cobol data type are mapped as follow:

Cobol Java XML Schema
String String xsd:string
Binary BigInteger xsd:int
Packed Decimal BigDecimal xsd:decimal
Zoned Decimal BigDecimal xsd:decimal

Copy cobol structures mapping

Nested structure

A nested structure is mapped as follow:

Nested structure mapping.

Occurs

An occurs is mapped as follow:

Occurs mapping.