Attributes to customize XML serialization / Mapping between simple 4GL and XML data types detail |
Restrict the allowed value-space to a list of values separated by the characters |.
DEFINE myStr STRING ATTRIBUTE(XSDString, XSDEnumeration="one|two|three|four", XMLName="MyString")
DEFINE myDec DECIMAL(3,1) ATTRIBUTE(XSDDecimal, XSDEnumeration="12.1|11.8|-24.7", XMLName="MyDecimal")