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