Attributes to customize XML serialization / Mapping between simple 4GL and XML data types detail |
Define the minimum exclusive value allowed and depending on the data type where it is set, namely all numeric, date and time data types.
DEFINE myCode SMALLINT ATTRIBUTE(XSDShort, XSDMinExclusive="-1000", XMLName="MyCode")
DEFINE myRate DECIMAL(4,2) ATTRIBUTE(XSDDecimal, XSDMinExclusive="100.01", XMLName="MyRate")