Documentation for fieldgml

Simple Type: booleanOrNull

[Table of contents]

Super-types: None
Sub-types: None
Name booleanOrNull
Content
Documentation Union of the XML Schema boolean type and the GML Nulltype. An element which uses this type may have content which is either a boolean {0,1,true,false} or a value from Nulltype
Diagram
h-359994597
Schema Component Representation
<simpleType name="booleanOrNull">
<union memberTypes=" gml:NullEnumeration boolean anyURI"/>
</simpleType>