Documentation for fieldgml

Simple Type: stringOrNull

[Table of contents]

Super-types: None
Sub-types: None
Name stringOrNull
Content
Documentation Union of the XML Schema string type and the GML Nulltype. An element which uses this type may have content which is either a string or a value from Nulltype. Note that a "string" may contain whitespace.
Diagram
h-359994597
Schema Component Representation
<simpleType name="stringOrNull">
<union memberTypes=" gml:NullEnumeration string anyURI"/>
</simpleType>