complexType MeasureListType
diagram index_p1661.png
namespace http://www.opengis.net/gml
type extension of gml:doubleList
properties
base gml:doubleList
used by
element valueList
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
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.
source <xs:complexType name="MeasureListType">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="gml:doubleList">
     
<xs:attribute name="uom" type="anyURI" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute MeasureListType/@uom
type xs:anyURI
properties
isRef 0
use required
source <xs:attribute name="uom" type="anyURI" use="required"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy