Definition Type: SimpleType
Name: doubleOrNullList
Namespace: http://www.opengis.net/gml
Containing Schema: basicTypes.xsd
Documentation:
XML List based on the union type defined above. An element declared with this type contains a space-separated list of double values with null values interspersed as needed
Collapse XSD Schema Diagram:
XSD Diagram of doubleOrNullList in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<simpleType name="doubleOrNullList">
    <annotation>
        <documentation>XML List based on the union type defined above.  An element declared with this type contains a space-separated list of double values with null values interspersed as needed</documentation>
    </annotation>
    <list itemType="gml:doubleOrNull" />
</simpleType>
Collapse Derivation Tree:
Collapse References:
gml:MeasureOrNullListType