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

Documentation
Properties
This component is not nillable.

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


Nested Element Summary
 annotation
          

Attribute Summary
 xs:booleanfixed
          
 xs:IDid
          
 xs:NMTOKENvalue
          

Attribute Detail

fixed

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

id

Type:
xs:ID
Use:
optional
Form:
unqualified

value

Type:
based on
with :
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>


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