Attributes to customize XML serialization / Type mapping attributes |
Map BDL DECIMAL to XML Schema positiveInteger.
DEFINE myVar RECORD ATTRIBUTES(XMLName="Root") val1 DECIMAL(32,0) ATTRIBUTES(XSDPositiveInteger,XMLName="Val") END RECORD
<Root> <Val>+41893</Val> </Root>