Attributes to customize XML serialization / Mapping between simple 4GL and XML data types detail |
Map 4GL BIGINT or DECIMAL to XML Schema long.
DEFINE myVar RECORD ATTRIBUTE(XMLName="Root") val1 DECIMAL(19,0) ATTRIBUTE(XSDLong,XMLName="Val") END RECORD
<Root> <Val>1267488</Val> </Root>