http://www.w3.org/2001/XMLSchema
simpleType string

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://www.w3.org/2001/XMLSchema}string (restriction)

Documentation
Properties
This component is not nillable.

Model

attribute-value normalization: preserve


Sub Types
{http://www.w3.org/2001/XMLSchema}string (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}normalizedString (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}token (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}language (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}Name (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}NCName (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}ENTITY (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}ID (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}IDREF (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}NMTOKEN (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}derivationControl (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}reducedDerivationControl (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}typeDerivationControl (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}formChoice (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}public (restriction)

Local Usage
attribute, element, lang, normalizedString, pattern

Source
<xs:simpleType id="string" name="string">
<xs:restriction base="xs:anySimpleType">
<xs:whiteSpace id="string.preserve" value="preserve"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.