XML Schema for XML Schema

http://www.w3.org/2001/XMLSchema
element whiteSpace

Documentation

Model
<whiteSpace
  fixed = xs:boolean : false
  id = xs:ID
  value = xs:NMTOKEN
  {any attribute from any other namespace than current namespace}>
annotation?
</whiteSpace>


Attribute Summary
 xs:booleanfixed
          
 xs:IDid
          
 value
          

Attribute Detail

fixed


Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualifiedfalse

id


Type:
xs:ID
Use:
optional
Form:
unqualified

value


Type:
base on xs:NMTOKEN
with restriction:
('preserve' | 'replace' | 'collapse')
Use:
required
Form:
unqualified

Local Usage
facets

Source
<xs:element id="whiteSpace" name="whiteSpace">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:restriction base="xs:facet">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
</xs:sequence>
<xs:attribute name="value" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="preserve"/>
<xs:enumeration value="replace"/>
<xs:enumeration value="collapse"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>

XML Schema for XML Schema

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