Purpose |
This element is used for handling whitespace normalization
of The corresponding feature of the W3C XML Schema is described in http://www.w3.org/TR/xmlschema-2/#dt-whiteSpace. |
Parent element | xs:restriction |
Child elements | xs:annotation |
Attributes | fixed ,
id , value |
Name | Type | Description |
---|---|---|
fixed |
xs:boolean |
If "true", the value of this facet must not be changed in a derived type. Default: "false". |
id |
xs:ID |
Assigns an identifier to the schema node. |
value |
xs:string |
This attribute allows you to control whitespace normalization. It has one of three predefined values:
For all data types other than |
This simple example shows the use of the xs:whiteSpace
element: