Definition Type: SimpleType
Name: NameOrNull
Namespace: http://www.opengis.net/gml
Containing Schema: basicTypes.xsd
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.
Collapse XSD Schema Diagram:
XSD Diagram of NameOrNull in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<simpleType name="NameOrNull">
    <annotation>
        <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.  </documentation>
    </annotation>
    <union memberTypes="gml:NullEnumeration Name anyURI" />
</simpleType>
Collapse Derivation Tree:
Collapse References:
gml:NameOrNullList