Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Included schema measures.xsd
Namespace http://www.opengis.net/gml/3.2
Annotations
See ISO/DIS 19136 17.3.
gml:MeasureType is defined in the basicTypes schema.  The measure types defined here correspond with a set of convenience measure types described in ISO/TS 19103.  The XML implementation is based on the XML Schema simple type "double" which supports both decimal and scientific notation, and includes an XML attribute "uom" which refers to the units of measure for the value.  Note that, there is no requirement to store values using any particular format, and applications receiving elements of this type may choose to coerce the data to any other type as convenient.

GML is an OGC Standard.
Copyright (c) 2007, 2010, 2016, 2018 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default unqualified
element form default qualified
version 3.2.2
Element gml:measure
Namespace http://www.opengis.net/gml/3.2
Annotations
The value of a physical quantity, together with its unit.
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type gml:MeasureType
Properties
content complex
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<element name="measure" type="gml:MeasureType">
  <annotation>
    <documentation>The value of a physical quantity, together with its unit.</documentation>
  </annotation>
</element>
Element gml:angle
Namespace http://www.opengis.net/gml/3.2
Annotations
The gml:angle property element is used to record the value of an angle quantity as a single number, with its units.
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureTypemeasures_xsd.tmp#AngleType
Type gml:AngleType
Type hierarchy
Properties
content complex
Used by
Complex Type gml:AngleChoiceType
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<element name="angle" type="gml:AngleType">
  <annotation>
    <documentation>The gml:angle property element is used to record the value of an angle quantity as a single number, with its units.</documentation>
  </annotation>
</element>
Complex Type gml:LengthType
Namespace http://www.opengis.net/gml/3.2
Annotations
This is a prototypical definition for a specific measure type defined as a vacuous extension (i.e. aliases) of gml:MeasureType. In this case, the content model supports the description of a length (or distance) quantity, with its units. The unit of measure referenced by uom shall be suitable for a length, such as metres or feet.
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Used by
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<complexType name="LengthType">
  <annotation>
    <documentation>This is a prototypical definition for a specific measure type defined as a vacuous extension (i.e. aliases) of gml:MeasureType. In this case, the content model supports the description of a length (or distance) quantity, with its units. The unit of measure referenced by uom shall be suitable for a length, such as metres or feet.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:AngleType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Used by
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<complexType name="AngleType">
  <simpleContent>
    <extension base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:ScaleType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Used by
Element gco:Scale
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<complexType name="ScaleType">
  <simpleContent>
    <extension base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:TimeType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<complexType name="TimeType">
  <simpleContent>
    <extension base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:GridLengthType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<complexType name="GridLengthType">
  <simpleContent>
    <extension base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:AreaType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<complexType name="AreaType">
  <simpleContent>
    <extension base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:VolumeType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<complexType name="VolumeType">
  <simpleContent>
    <extension base="gml:MeasureType"/>
  </simpleContent>
</complexType>
Complex Type gml:SpeedType
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uombasicTypes_xsd.tmp#MeasureType
Type extension of gml:MeasureType
Type hierarchy
Attributes
QName Type Use
uom gml:UomIdentifier required
Source
<complexType name="SpeedType">
  <simpleContent>
    <extension base="gml:MeasureType"/>
  </simpleContent>
</complexType>