Definition Type: ComplexType
Name: DerivationUnitTermType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:UnitOfMeasureType
Containing Schema: gml.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 gml_xsd Drilldown into UnitOfMeasureType in schema gml_xsd Drilldown into exponent in schema gml_xsdXSD Diagram of DerivationUnitTermType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="DerivationUnitTermType">
    <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:derivationUnitTerm