EnumInterpretTypeTrim simple type
Specifies the trimming type.
Content Type
| Item | Facet value | Description |
|---|---|---|
| string restriction | ||
| Enumeration | left | Remove leading whitespace. |
| Enumeration | right | Remove trailing whitespace. |
| Enumeration | left;right | Remove leading and trailing whitespace. |