XSDWhiteSpace

Perform a XML string manipulation before serialization or deserialization according to one of the three allowed values:

Note:
  1. The whiteSpace facet is always performed before any other facet constraints, or serialization or deserialization process.
  2. For any BDL variable excepted STRING, CHAR and VARCHAR, only collapse is allowed.

Example

DEFINE myStr STRING ATTRIBUTES(XSDString, XSDWhiteSpace="replace",
  XMLName="MyString")
DEFINE myDec DECIMAL(3,1) ATTRIBUTES(XSDDecimal,
  XSDWhiteSpace="collapse", XMLName="MyDecimal")