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

Home
XML Tutorial
1.Introduction
2.Namespace
3.XML Schema
4.XPath
5.XSLT stylesheet
XML Tutorial » XML Schema » whiteSpace 
3.51.1.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>
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"
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.