Maps to a UML Attribute with the stereotype XSDwhiteSpace. The name and type of such an attribute do not make sense.
- value – to Attribute initial value.
| Panel |
|---|
| title | whiteSpace XML representation summary |
|---|
|
<whiteSpace fixed = boolean : false id = ID value = (collapse | preserve | replace) {any attributes with non-schema namespace…}> Content: (annotation?) </whiteSpace> |
| Panel |
|---|
| title | whiteSpace XML code sample |
|---|
|
The following example is the datatype definition for the token built-in derived datatype. <simpleType name='token'> <restriction base='normalizedString'> <whiteSpace value='collapse'/> </restriction> </simpleType> |