Definition Type: ComplexType
Name: UnitTermType
Namespace: http://www.opengis.net/gml
Type: gml:UnitOfMeasureType
Containing Schema: units.xsd
Abstract
Documentation:
Definition of one unit term for a derived unit of measure. 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 can 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_xsdXSD Diagram of UnitTermType in schema units_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="UnitTermType">
    <annotation>
        <documentation>Definition of one unit term for a derived unit of measure. 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 can be positive or negative, but not zero. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:UnitOfMeasureType">
            <attribute name="exponent" type="integer" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
exponent gml:exponent (Optional)
Collapse Derivation Tree:
Collapse References:
gml:unitTerm