Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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


Panel
titlewhiteSpace 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>