element <xs:whiteSpace> (global)
Namespace:
Type:
anonymous complexType (restriction of xs:facet)
Content:
complex, 3 attributes, attr. wildcard, 1 element
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 1 attribute, attr. wildcard, 1 element
Used:
Component Diagram
XML Representation Summary
<xs:whiteSpace
   
 = 
 = 
xs:boolean : "false"
 = 
("preserve" | "replace" | "collapse")
   
   
>
   
Content: 
</xs:whiteSpace>
Included in content model of elements (2):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-2/#element-whiteSpace
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:facet (restriction)
              complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="whiteSpace" name="whiteSpace">
<xs:complexType>
<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>
Attribute Detail (all declarations; defined within this component only; 2/4)
value
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
required
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"preserve", "replace", "collapse"
Anonymous simpleType
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xs:NMTOKEN (restriction)
                  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"preserve", "replace", "collapse"
XML Source (see within schema source)
<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>

{any attribute from non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xs:annotation"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.