Attribute @xml:space

Namespace http://www.w3.org/XML/1998/namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration preserve
Used by
Source
<xs:attribute name="space">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="preserve"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>