Definition Type: Element
Name: derivationUnitTerm
Namespace: http://www.opengis.net/gml/3.2
Type: gml:DerivationUnitTermType
Containing Schema: units.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into uom in schema units_xsd Drilldown into UnitOfMeasureType in schema units_xsd Drilldown into exponent in schema units_xsd Drilldown into DerivationUnitTermType in schema units_xsdXSD Diagram of derivationUnitTerm in schema units_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
exponent gml:exponent (Optional)
Collapse Derivation Tree: