by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
<xsd:simpleType name="string" id="string"> <xsd:restriction base="xsd:anySimpleType"> <xsd:whiteSpace value="preserve"/> </xsd:restriction> </xsd:simpleType> |
The lexical and value spaces of xsd:string are the set of all possible strings composed of any character allowed in a XML 1.0 document without any treatment done on whitespace.
This text is released under the Free Software Foundation GFDL.