Attributes to customize XML serialization / XML facet constraint attributes |
Define the minimum inclusive value allowed and depending on the data type where it is set, namely all numeric, date and time data types.
DEFINE myCode SMALLINT ATTRIBUTES(XSDShort, XSDMinInclusive="-1000", XMLName="MyCode")
DEFINE myRate DECIMAL(4,2) ATTRIBUTES(XSDDecimal, XSDMinInclusive="100.01", XMLName="MyRate")