complexType MeasureType
diagram sensorML_p1746.png
namespace http://www.opengis.net/gml/3.2
type extension of double
properties
base double
used by
elements MovingObjectStatusType/acceleration DirectedObservationAtDistanceType/distance MovingObjectStatusType/elevation SecondDefiningParameter/inverseFlattening MovingObjectStatusType/speed Measure measure Quantity semiMajorAxis value
complexTypes AngleType AreaType GridLengthType LengthType ScaleType SpeedType TimeType VolumeType
attributes
Name  Type  Use  Default  Fixed  annotation
uomgml:UomIdentifierrequired      
annotation
documentation
gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure". The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.
source <complexType name="MeasureType">
 
<annotation>
   
<documentation>gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure". The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.</documentation>
 
</annotation>
 
<simpleContent>
   
<extension base="double">
     
<attribute name="uom" type="gml:UomIdentifier" use="required"/>
   
</extension>
 
</simpleContent>
</complexType>

attribute MeasureType/@uom
type gml:UomIdentifier
properties
isRef 0
use required
source <attribute name="uom" type="gml:UomIdentifier" use="required"/>


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