Schema for the XML headers of the SDM Binary Data Format (vers. 0.94)

Attribute: space

[Table of contents]

Namespace
TypeLocally-defined simple type
Default Valuepreserve
XML Instance Representation
xml:space="xs:NCName (value comes from list: {'default'|'preserve'})"
Diagram
Schema Component Representation
<xs:attribute name="space" default="preserve">
<xs:simpleType>
<xs:restriction base="xs:NCName">
<xs:enumeration value="default"/>
<xs:enumeration value="preserve"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>