Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema units.xsd
Namespacehttp://www.opengis.net/gml/3.2
Annotations
See ISO/DIS 17.2.
Several GML Schema components concern or require a reference scale or units of measure.  Units are required for quantities that may occur as values of properties of feature types, as the results of observations, in the range parameters of a coverage, and for measures used in Coordinate Reference System definitions. 
The basic unit definition is an extension of the general gml:Definition element defined in 16.2.1.  Three specialized elements for unit definition are further derived from this. 
This model is based on the SI system of units [ISO 1000], which distinguishes between Base Units and Derived Units.  
-	Base Units are the preferred units for a set of orthogonal fundamental quantities which define the particular system of units, which may not be derived by combination of other base units.  
-	Derived Units are the preferred units for other quantities in the system, which may be defined by algebraic combination of the base units.  
In some application areas Conventional units are used, which may be converted to the preferred units using a scaling factor or a formula which defines a re-scaling and offset.  The set of preferred units for all physical quantity types in a particular system of units is composed of the union of its base units and derived units.  
Unit definitions are substitutable for the gml:Definition element declared as part of the dictionary model.  A dictionary that contains only unit definitions and references to unit definitions is a units dictionary.

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 defaultunqualified
element form defaultqualified
version3.2.2
Element gml:unitOfMeasure
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The element gml:unitOfMeasure is a property element to refer to a unit of measure. This is an empty element which carries a reference to a unit of measure definition.
Diagram
Diagramunits_xsd.tmp#UnitOfMeasureType_uomunits_xsd.tmp#UnitOfMeasureType
Typegml:UnitOfMeasureType
Properties
contentcomplex
Model
Attributes
QNameTypeUse
uomgml:UomIdentifierrequired
Source
<element name="unitOfMeasure" type="gml:UnitOfMeasureType">
  <annotation>
    <documentation>The element gml:unitOfMeasure is a property element to refer to a unit of measure. This is an empty element which carries a reference to a unit of measure definition.</documentation>
  </annotation>
</element>
Element gml:UnitDefinition
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A gml:UnitDefinition is a general definition of a unit of measure. This generic element is used only for units for which no relationship with other units or units systems is known.
The content model of gml:UnitDefinition adds three additional properties to gml:Definition, gml:quantityType, gml:quantityTypeReference and gml:catalogSymbol.  
The gml:catalogSymbol property optionally gives the short symbol used for this unit. This element is usually used when the relationship of this unit to other units or units systems is unknown.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypeunits_xsd.tmp#quantityTypeunits_xsd.tmp#quantityTypeReferenceunits_xsd.tmp#catalogSymbolunits_xsd.tmp#UnitDefinitionTypeunits_xsd.tmp#BaseUnitunits_xsd.tmp#ConventionalUnitunits_xsd.tmp#DerivedUnitdictionary_xsd.tmp#Definition
Typegml:UnitDefinitionType
Type hierarchy
Properties
contentcomplex
Substitution Group
Substitution Group Affiliation
Used by
Model
Childrengml:catalogSymbol, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:quantityType, gml:quantityTypeReference, gml:remarks
Instance
<gml:UnitDefinition gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:quantityType xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:quantityType>
  <gml:quantityTypeReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:quantityTypeReference>
  <gml:catalogSymbol codeSpace="">{0,1}</gml:catalogSymbol>
</gml:UnitDefinition>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="UnitDefinition" type="gml:UnitDefinitionType" substitutionGroup="gml:Definition">
  <annotation>
    <documentation>A gml:UnitDefinition is a general definition of a unit of measure. This generic element is used only for units for which no relationship with other units or units systems is known. The content model of gml:UnitDefinition adds three additional properties to gml:Definition, gml:quantityType, gml:quantityTypeReference and gml:catalogSymbol. The gml:catalogSymbol property optionally gives the short symbol used for this unit. This element is usually used when the relationship of this unit to other units or units systems is unknown.</documentation>
  </annotation>
</element>
Element gml:quantityType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The gml:quantityType property indicates the phenomenon to which the units apply. This element contains an informal description of the phenomenon or type of physical quantity that is measured or observed. When the physical quantity is the result of an observation or measurement, this term is known as observable type or measurand.
The use of gml:quantityType for references to remote values is deprecated.
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdeprecatedTypes_xsd.tmp#StringOrRefType
Typegml:StringOrRefType
Properties
contentcomplex
Used by
Attributes
Source
<element name="quantityType" type="gml:StringOrRefType">
  <annotation>
    <documentation>The gml:quantityType property indicates the phenomenon to which the units apply. This element contains an informal description of the phenomenon or type of physical quantity that is measured or observed. When the physical quantity is the result of an observation or measurement, this term is known as observable type or measurand. The use of gml:quantityType for references to remote values is deprecated.</documentation>
  </annotation>
</element>
Element gml:quantityTypeReference
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The gml:quantityTypeReference property indicates the phenomenon to which the units apply. The content is a reference to a remote value.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#ReferenceType
Typegml:ReferenceType
Properties
contentcomplex
Used by
Model
Attributes
Source
<element name="quantityTypeReference" type="gml:ReferenceType">
  <annotation>
    <documentation>The gml:quantityTypeReference property indicates the phenomenon to which the units apply. The content is a reference to a remote value.</documentation>
  </annotation>
</element>
Element gml:catalogSymbol
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The catalogSymbol is the preferred lexical symbol used for this unit of measure.
The codeSpace attribute in gml:CodeType identifies a namespace for the catalog symbol value, and might reference the external catalog. The string value in gml:CodeType contains the value of a symbol that should be unique within this catalog namespace. This symbol often appears explicitly in the catalog, but it could be a combination of symbols using a specified algebra of units.
Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpacebasicTypes_xsd.tmp#CodeType
Typegml:CodeType
Properties
contentcomplex
Used by
Attributes
QNameTypeUse
codeSpaceanyURIoptional
Source
<element name="catalogSymbol" type="gml:CodeType">
  <annotation>
    <documentation>The catalogSymbol is the preferred lexical symbol used for this unit of measure. The codeSpace attribute in gml:CodeType identifies a namespace for the catalog symbol value, and might reference the external catalog. The string value in gml:CodeType contains the value of a symbol that should be unique within this catalog namespace. This symbol often appears explicitly in the catalog, but it could be a combination of symbols using a specified algebra of units.</documentation>
  </annotation>
</element>
Element gml:BaseUnit
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A base unit is a unit of measure that cannot be derived by combination of other base units within a particular system of units.  For example, in the SI system of units, the base units are metre, kilogram, second, Ampere, Kelvin, mole, and candela, for the physical quantity types length, mass, time interval, electric current, thermodynamic temperature, amount of substance and luminous intensity, respectively.
gml:BaseUnit extends generic gml:UnitDefinition with the property gml:unitsSystem, which carries a reference to the units system to which this base unit is asserted to belong.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypeunits_xsd.tmp#quantityTypeunits_xsd.tmp#quantityTypeReferenceunits_xsd.tmp#catalogSymbolunits_xsd.tmp#UnitDefinitionTypeunits_xsd.tmp#BaseUnitType_unitsSystemunits_xsd.tmp#BaseUnitTypeunits_xsd.tmp#UnitDefinition
Typegml:BaseUnitType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Model
Childrengml:catalogSymbol, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:quantityType, gml:quantityTypeReference, gml:remarks, gml:unitsSystem
Instance
<gml:BaseUnit gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:quantityType xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:quantityType>
  <gml:quantityTypeReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:quantityTypeReference>
  <gml:catalogSymbol codeSpace="">{0,1}</gml:catalogSymbol>
  <gml:unitsSystem xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:unitsSystem>
</gml:BaseUnit>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="BaseUnit" type="gml:BaseUnitType" substitutionGroup="gml:UnitDefinition">
  <annotation>
    <documentation>A base unit is a unit of measure that cannot be derived by combination of other base units within a particular system of units. For example, in the SI system of units, the base units are metre, kilogram, second, Ampere, Kelvin, mole, and candela, for the physical quantity types length, mass, time interval, electric current, thermodynamic temperature, amount of substance and luminous intensity, respectively. gml:BaseUnit extends generic gml:UnitDefinition with the property gml:unitsSystem, which carries a reference to the units system to which this base unit is asserted to belong.</documentation>
  </annotation>
</element>
Element gml:BaseUnitType / gml:unitsSystem
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#ReferenceType
Typegml:ReferenceType
Properties
contentcomplex
Model
Attributes
Source
<element name="unitsSystem" type="gml:ReferenceType"/>
Element gml:DerivedUnit
Namespacehttp://www.opengis.net/gml/3.2
Annotations
Derived units are defined by combination of other units.  Derived units are used for quantities other than those corresponding to the base units, such as hertz (s-1) for frequency, Newton (kg.m/s2) for force.  Derived units based directly on base units are usually preferred for quantities other than the fundamental quantities within a system. If a derived unit is not the preferred unit, the gml:ConventionalUnit element should be used instead.
The gml:DerivedUnit extends gml:UnitDefinition with the property gml:derivationUnitTerms.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypeunits_xsd.tmp#quantityTypeunits_xsd.tmp#quantityTypeReferenceunits_xsd.tmp#catalogSymbolunits_xsd.tmp#UnitDefinitionTypeunits_xsd.tmp#derivationUnitTermunits_xsd.tmp#DerivedUnitTypeunits_xsd.tmp#UnitDefinition
Typegml:DerivedUnitType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Model
Childrengml:catalogSymbol, gml:derivationUnitTerm, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:quantityType, gml:quantityTypeReference, gml:remarks
Instance
<gml:DerivedUnit gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:quantityType xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:quantityType>
  <gml:quantityTypeReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:quantityTypeReference>
  <gml:catalogSymbol codeSpace="">{0,1}</gml:catalogSymbol>
  <gml:derivationUnitTerm exponent="" uom="">{1,unbounded}</gml:derivationUnitTerm>
</gml:DerivedUnit>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="DerivedUnit" type="gml:DerivedUnitType" substitutionGroup="gml:UnitDefinition">
  <annotation>
    <documentation>Derived units are defined by combination of other units. Derived units are used for quantities other than those corresponding to the base units, such as hertz (s-1) for frequency, Newton (kg.m/s2) for force. Derived units based directly on base units are usually preferred for quantities other than the fundamental quantities within a system. If a derived unit is not the preferred unit, the gml:ConventionalUnit element should be used instead. The gml:DerivedUnit extends gml:UnitDefinition with the property gml:derivationUnitTerms.</documentation>
  </annotation>
</element>
Element gml:derivationUnitTerm
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A set of gml:derivationUnitTerm elements describes a derived unit of measure.  Each element carries an integer exponent.  The terms are combined by raising each referenced unit to the power of its exponent and forming the product.
This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent may be positive or negative, but not zero.
Diagram
Diagramunits_xsd.tmp#UnitOfMeasureType_uomunits_xsd.tmp#UnitOfMeasureTypeunits_xsd.tmp#DerivationUnitTermType_exponentunits_xsd.tmp#DerivationUnitTermType
Typegml:DerivationUnitTermType
Type hierarchy
Properties
contentcomplex
Used by
Model
Attributes
QNameTypeUse
exponentintegeroptional
uomgml:UomIdentifierrequired
Source
<element name="derivationUnitTerm" type="gml:DerivationUnitTermType">
  <annotation>
    <documentation>A set of gml:derivationUnitTerm elements describes a derived unit of measure. Each element carries an integer exponent. The terms are combined by raising each referenced unit to the power of its exponent and forming the product. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent may be positive or negative, but not zero.</documentation>
  </annotation>
</element>
Element gml:ConventionalUnit
Namespacehttp://www.opengis.net/gml/3.2
Annotations
Conventional units that are neither base units nor defined by direct combination of base units are used in many application domains.  For example electronVolt for energy, feet and nautical miles for length.  In most cases there is a known, usually linear, conversion to a preferred unit which is either a base unit or derived by direct combination of base units.
The gml:ConventionalUnit extends gml:UnitDefinition with a property that describes a conversion to a preferred unit for this physical quantity.  When the conversion is exact, the element gml:conversionToPreferredUnit should be used, or when the conversion is not exact the element gml:roughConversionToPreferredUnit is available. Both of these elements have the same content model.  The gml:derivationUnitTerm property defined above is included to allow a user to optionally record how this unit may be derived from other ("more primitive") units.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypeunits_xsd.tmp#quantityTypeunits_xsd.tmp#quantityTypeReferenceunits_xsd.tmp#catalogSymbolunits_xsd.tmp#UnitDefinitionTypeunits_xsd.tmp#conversionToPreferredUnitunits_xsd.tmp#roughConversionToPreferredUnitunits_xsd.tmp#derivationUnitTermunits_xsd.tmp#ConventionalUnitTypeunits_xsd.tmp#UnitDefinition
Typegml:ConventionalUnitType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Model
Childrengml:catalogSymbol, gml:conversionToPreferredUnit, gml:derivationUnitTerm, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:quantityType, gml:quantityTypeReference, gml:remarks, gml:roughConversionToPreferredUnit
Instance
<gml:ConventionalUnit gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:quantityType xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:quantityType>
  <gml:quantityTypeReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:quantityTypeReference>
  <gml:catalogSymbol codeSpace="">{0,1}</gml:catalogSymbol>
  <gml:conversionToPreferredUnit uom="">{1,1}</gml:conversionToPreferredUnit>
  <gml:roughConversionToPreferredUnit uom="">{1,1}</gml:roughConversionToPreferredUnit>
  <gml:derivationUnitTerm exponent="" uom="">{0,unbounded}</gml:derivationUnitTerm>
</gml:ConventionalUnit>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="ConventionalUnit" type="gml:ConventionalUnitType" substitutionGroup="gml:UnitDefinition">
  <annotation>
    <documentation>Conventional units that are neither base units nor defined by direct combination of base units are used in many application domains. For example electronVolt for energy, feet and nautical miles for length. In most cases there is a known, usually linear, conversion to a preferred unit which is either a base unit or derived by direct combination of base units. The gml:ConventionalUnit extends gml:UnitDefinition with a property that describes a conversion to a preferred unit for this physical quantity. When the conversion is exact, the element gml:conversionToPreferredUnit should be used, or when the conversion is not exact the element gml:roughConversionToPreferredUnit is available. Both of these elements have the same content model. The gml:derivationUnitTerm property defined above is included to allow a user to optionally record how this unit may be derived from other ("more primitive") units.</documentation>
  </annotation>
</element>
Element gml:conversionToPreferredUnit
Namespacehttp://www.opengis.net/gml/3.2
Annotations
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.
Diagram
Diagramunits_xsd.tmp#UnitOfMeasureType_uomunits_xsd.tmp#UnitOfMeasureTypeunits_xsd.tmp#ConversionToPreferredUnitType_factorunits_xsd.tmp#ConversionToPreferredUnitType_formulaunits_xsd.tmp#ConversionToPreferredUnitType
Typegml:ConversionToPreferredUnitType
Type hierarchy
Properties
contentcomplex
Used by
Model
Childrengml:factor, gml:formula
Instance
<gml:conversionToPreferredUnit uom="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:factor>{1,1}</gml:factor>
  <gml:formula>{1,1}</gml:formula>
</gml:conversionToPreferredUnit>
Attributes
QNameTypeUse
uomgml:UomIdentifierrequired
Source
<element name="conversionToPreferredUnit" type="gml:ConversionToPreferredUnitType">
  <annotation>
    <documentation>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.</documentation>
  </annotation>
</element>
Element gml:ConversionToPreferredUnitType / gml:factor
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typedouble
Properties
contentsimple
Source
<element name="factor" type="double"/>
Element gml:ConversionToPreferredUnitType / gml:formula
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramunits_xsd.tmp#FormulaType_aunits_xsd.tmp#FormulaType_bunits_xsd.tmp#FormulaType_cunits_xsd.tmp#FormulaType_dunits_xsd.tmp#FormulaType
Typegml:FormulaType
Properties
contentcomplex
Model
Childrengml:a, gml:b, gml:c, gml:d
Instance
<gml:formula xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:a>{0,1}</gml:a>
  <gml:b>{1,1}</gml:b>
  <gml:c>{1,1}</gml:c>
  <gml:d>{0,1}</gml:d>
</gml:formula>
Source
<element name="formula" type="gml:FormulaType"/>
Element gml:FormulaType / gml:a
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typedouble
Properties
contentsimple
minOccurs0
Source
<element name="a" type="double" minOccurs="0"/>
Element gml:FormulaType / gml:b
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typedouble
Properties
contentsimple
Source
<element name="b" type="double"/>
Element gml:FormulaType / gml:c
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typedouble
Properties
contentsimple
Source
<element name="c" type="double"/>
Element gml:FormulaType / gml:d
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typedouble
Properties
contentsimple
minOccurs0
Source
<element name="d" type="double" minOccurs="0"/>
Element gml:roughConversionToPreferredUnit
Namespacehttp://www.opengis.net/gml/3.2
Annotations
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.
Diagram
Diagramunits_xsd.tmp#UnitOfMeasureType_uomunits_xsd.tmp#UnitOfMeasureTypeunits_xsd.tmp#ConversionToPreferredUnitType_factorunits_xsd.tmp#ConversionToPreferredUnitType_formulaunits_xsd.tmp#ConversionToPreferredUnitType
Typegml:ConversionToPreferredUnitType
Type hierarchy
Properties
contentcomplex
Used by
Model
Childrengml:factor, gml:formula
Instance
<gml:roughConversionToPreferredUnit uom="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:factor>{1,1}</gml:factor>
  <gml:formula>{1,1}</gml:formula>
</gml:roughConversionToPreferredUnit>
Attributes
QNameTypeUse
uomgml:UomIdentifierrequired
Source
<element name="roughConversionToPreferredUnit" type="gml:ConversionToPreferredUnitType">
  <annotation>
    <documentation>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.</documentation>
  </annotation>
</element>
Complex Type gml:UnitOfMeasureType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramunits_xsd.tmp#UnitOfMeasureType_uom
Used by
Model
Attributes
QNameTypeUse
uomgml:UomIdentifierrequired
Source
<complexType name="UnitOfMeasureType">
  <sequence/>
  <attribute name="uom" type="gml:UomIdentifier" use="required"/>
</complexType>
Complex Type gml:UnitDefinitionType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypeunits_xsd.tmp#quantityTypeunits_xsd.tmp#quantityTypeReferenceunits_xsd.tmp#catalogSymbol
Typeextension of gml:DefinitionType
Type hierarchy
Used by
Model
Childrengml:catalogSymbol, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:quantityType, gml:quantityTypeReference, gml:remarks
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="UnitDefinitionType">
  <complexContent>
    <extension base="gml:DefinitionType">
      <sequence>
        <element ref="gml:quantityType" minOccurs="0"/>
        <element ref="gml:quantityTypeReference" minOccurs="0"/>
        <element ref="gml:catalogSymbol" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:BaseUnitType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypeunits_xsd.tmp#quantityTypeunits_xsd.tmp#quantityTypeReferenceunits_xsd.tmp#catalogSymbolunits_xsd.tmp#UnitDefinitionTypeunits_xsd.tmp#BaseUnitType_unitsSystem
Typeextension of gml:UnitDefinitionType
Type hierarchy
Used by
Model
Childrengml:catalogSymbol, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:quantityType, gml:quantityTypeReference, gml:remarks, gml:unitsSystem
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="BaseUnitType">
  <complexContent>
    <extension base="gml:UnitDefinitionType">
      <sequence>
        <element name="unitsSystem" type="gml:ReferenceType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:DerivedUnitType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypeunits_xsd.tmp#quantityTypeunits_xsd.tmp#quantityTypeReferenceunits_xsd.tmp#catalogSymbolunits_xsd.tmp#UnitDefinitionTypeunits_xsd.tmp#derivationUnitTerm
Typeextension of gml:UnitDefinitionType
Type hierarchy
Used by
Model
Childrengml:catalogSymbol, gml:derivationUnitTerm, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:quantityType, gml:quantityTypeReference, gml:remarks
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="DerivedUnitType">
  <complexContent>
    <extension base="gml:UnitDefinitionType">
      <sequence>
        <element ref="gml:derivationUnitTerm" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:DerivationUnitTermType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramunits_xsd.tmp#UnitOfMeasureType_uomunits_xsd.tmp#UnitOfMeasureTypeunits_xsd.tmp#DerivationUnitTermType_exponent
Typeextension of gml:UnitOfMeasureType
Type hierarchy
Used by
Model
Attributes
QNameTypeUse
exponentintegeroptional
uomgml:UomIdentifierrequired
Source
<complexType name="DerivationUnitTermType">
  <complexContent>
    <extension base="gml:UnitOfMeasureType">
      <attribute name="exponent" type="integer"/>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:ConventionalUnitType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypeunits_xsd.tmp#quantityTypeunits_xsd.tmp#quantityTypeReferenceunits_xsd.tmp#catalogSymbolunits_xsd.tmp#UnitDefinitionTypeunits_xsd.tmp#conversionToPreferredUnitunits_xsd.tmp#roughConversionToPreferredUnitunits_xsd.tmp#derivationUnitTerm
Typeextension of gml:UnitDefinitionType
Type hierarchy
Used by
Model
Childrengml:catalogSymbol, gml:conversionToPreferredUnit, gml:derivationUnitTerm, gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name, gml:quantityType, gml:quantityTypeReference, gml:remarks, gml:roughConversionToPreferredUnit
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="ConventionalUnitType">
  <complexContent>
    <extension base="gml:UnitDefinitionType">
      <sequence>
        <choice>
          <element ref="gml:conversionToPreferredUnit"/>
          <element ref="gml:roughConversionToPreferredUnit"/>
        </choice>
        <element ref="gml:derivationUnitTerm" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:ConversionToPreferredUnitType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The inherited attribute uom references the preferred unit that this conversion applies to. The conversion of a unit to the preferred unit for this physical quantity type is specified by an arithmetic conversion (scaling and/or offset). The content model extends gml:UnitOfMeasureType, which has a mandatory attribute uom which identifies the preferred unit for the physical quantity type that this conversion applies to. The conversion is specified by a choice of 
-	gml:factor, which defines the scale factor, or
-	gml:formula, which defines a formula 
by which a value using the conventional unit of measure can be converted to obtain the corresponding value using the preferred unit of measure.  
The formula defines the parameters of a simple formula by which a value using the conventional unit of measure can be converted to the corresponding value using the preferred unit of measure. The formula element contains elements a, b, c and d, whose values use the XML Schema type double. These values are used in the formula y = (a + bx) / (c + dx), where x is a value using this unit, and y is the corresponding value using the base unit. The elements a and d are optional, and if values are not provided, those parameters are considered to be zero. If values are not provided for both a and d, the formula is equivalent to a fraction with numerator and denominator parameters.
Diagram
Diagramunits_xsd.tmp#UnitOfMeasureType_uomunits_xsd.tmp#UnitOfMeasureTypeunits_xsd.tmp#ConversionToPreferredUnitType_factorunits_xsd.tmp#ConversionToPreferredUnitType_formula
Typeextension of gml:UnitOfMeasureType
Type hierarchy
Used by
Model
Childrengml:factor, gml:formula
Attributes
QNameTypeUse
uomgml:UomIdentifierrequired
Source
<complexType name="ConversionToPreferredUnitType">
  <annotation>
    <documentation>The inherited attribute uom references the preferred unit that this conversion applies to. The conversion of a unit to the preferred unit for this physical quantity type is specified by an arithmetic conversion (scaling and/or offset). The content model extends gml:UnitOfMeasureType, which has a mandatory attribute uom which identifies the preferred unit for the physical quantity type that this conversion applies to. The conversion is specified by a choice of - gml:factor, which defines the scale factor, or - gml:formula, which defines a formula by which a value using the conventional unit of measure can be converted to obtain the corresponding value using the preferred unit of measure. The formula defines the parameters of a simple formula by which a value using the conventional unit of measure can be converted to the corresponding value using the preferred unit of measure. The formula element contains elements a, b, c and d, whose values use the XML Schema type double. These values are used in the formula y = (a + bx) / (c + dx), where x is a value using this unit, and y is the corresponding value using the base unit. The elements a and d are optional, and if values are not provided, those parameters are considered to be zero. If values are not provided for both a and d, the formula is equivalent to a fraction with numerator and denominator parameters.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:UnitOfMeasureType">
      <choice>
        <element name="factor" type="double"/>
        <element name="formula" type="gml:FormulaType"/>
      </choice>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:FormulaType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramunits_xsd.tmp#FormulaType_aunits_xsd.tmp#FormulaType_bunits_xsd.tmp#FormulaType_cunits_xsd.tmp#FormulaType_d
Used by
Model
Childrengml:a, gml:b, gml:c, gml:d
Source
<complexType name="FormulaType">
  <sequence>
    <element name="a" type="double" minOccurs="0"/>
    <element name="b" type="double"/>
    <element name="c" type="double"/>
    <element name="d" type="double" minOccurs="0"/>
  </sequence>
</complexType>
Attribute gml:UnitOfMeasureType / @uom
NamespaceNo namespace
Typegml:UomIdentifier
Properties
userequired
Used by
Source
<attribute name="uom" type="gml:UomIdentifier" use="required"/>
Attribute gml:DerivationUnitTermType / @exponent
NamespaceNo namespace
Typeinteger
Properties
contentsimple
Used by
Source
<attribute name="exponent" type="integer"/>