Definition Type: SimpleType
Name: integerOrNull
Namespace: http://www.opengis.net/gml
Containing Schema: basicTypes.xsd
Documentation:
Union of the XML Schema integer type and the GML Nulltype. An element which uses this type may have content which is either an integer or a value from Nulltype
Collapse XSD Schema Diagram:
XSD Diagram of integerOrNull in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<simpleType name="integerOrNull">
    <annotation>
        <documentation>Union of the XML Schema integer type and the GML Nulltype.  An element which uses this type may have content which is either an integer or a value from Nulltype</documentation>
    </annotation>
    <union memberTypes="gml:NullEnumeration integer anyURI" />
</simpleType>
Collapse Derivation Tree:
Collapse References:
gml:integerOrNullList