attribute "xml:space" (global)
Namespace:
Type:
anonymous simpleType (restriction of xs:NCName)
Defined:
globally in xml.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
enumeration of xs:NCName
...>
Attribute Value Detail:
Enumeration:
"default", "preserve"
Known Usage Locations
Annotation

space (as an attribute name)

denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.

Anonymous Type Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xs:Name (restriction)
                  xs:NCName (restriction)
                      simpleType
Derivation:
restriction of xs:NCName
Facets:
enumeration:
"default", "preserve"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="space">
<xs:simpleType>
<xs:restriction base="xs:NCName">
<xs:enumeration value="default"/>
<xs:enumeration value="preserve"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.