Attributes to customize XML serialization / XML facet constraint attributes |
Restrict the allowed value-space to a list of values separated by the characters |.
DEFINE myStr STRING ATTRIBUTES(XSDString, XSDEnumeration="one|two|three|four", XMLName="MyString")
DEFINE myDec DECIMAL(3,1) ATTRIBUTES(XSDDecimal, XSDEnumeration="12.1|11.8|-24.7", XMLName="MyDecimal")