Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:MeasureType
Namespace http://www.opengis.net/gml/3.2
Annotations
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.
Diagram
Diagram index3.tmp#id270
Type extension of double
Used by
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
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>
Schema location http://schemas.opengis.net/gml/3.2.1/basicTypes.xsd
Attribute gml:MeasureType / @uom
Namespace No namespace
Type gml:UomIdentifier
Properties
use: required
Used by
Complex Type gml:MeasureType
Source
<attribute name="uom" type="gml:UomIdentifier" use="required"/>
Schema location http://schemas.opengis.net/gml/3.2.1/basicTypes.xsd