gml:conversionToPreferredUnit
The elements gml:conversionToPreferredUnit and gml:roughConversionToPreferredUnit represent parameters used to convert conventional units to preferred units for this physical quantity type. A preferred unit is either a Base Unit or a Derived Unit that is selected for all values of one physical quantity type.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/units.xsd
Type: gml:ConversionToPreferredUnitType
Properties: Global, Qualified
Content
- Choice [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uom | [1..1] | gml:UomIdentifier | from type gml:UnitOfMeasureType |
Used in
- Type gml:ConventionalUnitType (Element gml:ConventionalUnit)
Sample instance
<gml:conversionToPreferredUnit uom=""> <gml:factor>1.0</gml:factor> </gml:conversionToPreferredUnit>