Attributes to customize XML serialization / Type mapping attributes |
Map BDL BIGINT or DECIMAL to XML Schema long.
DEFINE myVar RECORD ATTRIBUTES(XMLName="Root") val1 DECIMAL(19,0) ATTRIBUTES(XSDLong,XMLName="Val") END RECORD
<Root> <Val>1267488</Val> </Root>