Definition Type: ComplexType
Name: MeasureListType
Namespace: http://www.opengis.net/gml
Type: gml:doubleList
Containing Schema: basicTypes.xsd
Abstract
Documentation:
List of numbers with a uniform scale. 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 basictypes_xsdXSD Diagram of MeasureListType in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="MeasureListType">
    <annotation>
        <documentation>List of numbers with a uniform scale.  
      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:doubleList">
            <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:valueList