whiteSpace Specifies how white space (tabs, line feeds, carriage returns, and spaces) is processed : whiteSpace « XML Schema « XML Tutorial






<xsd:simpleType name="token">
  <xsd:restriction base="xsd:normalizedString">
   <xsd:whiteSpace value="collapse"/>
  </xsd:restriction>
</xsd:simpleType>








3.51.whiteSpace
3.51.1.whiteSpace Specifies how white space (tabs, line feeds, carriage returns, and spaces) is processed
3.51.2.whiteSpace value="collapse"
3.51.3.whiteSpace value="replace"