Definition Type: ComplexType
Name: MeasureOrNullListType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:doubleOrNullList
Containing Schema: gml.xsd
Abstract
Documentation:
List of numbers with a uniform scale. A member of the list may be a typed null. The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale.
Collapse XSD Schema Diagram:
Drilldown into uom in schema gml_xsdXSD Diagram of MeasureOrNullListType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="MeasureOrNullListType">
    <annotation>
        <documentation>List of numbers with a uniform scale.  
      A member of the list may be a typed null. 
      The value of uom (Units Of Measure) attribute is a reference to 
      a Reference System for the amount, either a ratio or position scale. </documentation>
    </annotation>
    <simpleContent>
        <extension base="gml:doubleOrNullList">
            <attribute name="uom" type="anyURI" use="required" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree:
Collapse References:
gml:QuantityExtentType, gml:QuantityList