Documentation for fieldgml

Attribute: space

[Table of contents]

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