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 |
A nested structure is mapped as follow:
An occurs is mapped as follow: