Definition Type: SimpleType
Name: NameOrNullList
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Documentation:
XML List based on the union type defined above. An element declared with this type contains a space-separated list of Name values with null values interspersed as needed
Collapse XSD Schema Diagram:
XSD Diagram of NameOrNullList in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<simpleType name="NameOrNullList">
    <annotation>
        <documentation>XML List based on the union type defined above.  An element declared with this type contains a space-separated list of Name values with null values interspersed as needed</documentation>
    </annotation>
    <list itemType="gml:NameOrNull" />
</simpleType>
Collapse Derivation Tree:
Collapse References:
gml:CodeOrNullListType