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

attribute MeasureOrNullListType/@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