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