Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

WhiteSpace Specifies how white space (tabs, line feeds, carriage returns, and spaces) is processed

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