DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
attribute "xml:space"
Namespace:
Type:
anonymous (restriction of xs:NCName)
Defined:
globally in xml.xsd, see XML source
Used:
XML Representation Summary
<...
    space
 = 
enumeration of xs:NCName : "preserve"
...>
Attribute Value Detail:
Enumeration:
"default", "preserve"
Default:
"preserve"
Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
xs:NCName
  simpleType (restriction)
Derivation:
restriction of xs:NCName
Facets:
enumeration:
"default", "preserve"
XML Source (see within schema source)
<xs:attribute default="preserve" 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 DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set