Documentation for fieldgml

Simple Type: NameOrNull

[Table of contents]

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