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.
whiteSpace XML representation summary
<whiteSpace
	fixed = boolean : false
	id = ID
	value = (collapse | preserve | replace)
	{any attributes with non-schema namespace…}>
	Content: (annotation?)
</whiteSpace>
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>