Definition Type: ComplexType
Name: UnitDerivationType
Namespace: http://www.opengis.net/gml
Containing Schema: units.xsd
Abstract
Documentation:
Definition of the relationship of a derived unit of measure to the primitive units to which that unit is related. Contains a set of one or more UnitTerms which are combined as a product, each of which references a unit of measure defined elsewhere, and has an exponent.
Collapse XSD Schema Diagram:
Drilldown into unitTerm in schema units_xsdXSD Diagram of UnitDerivationType in schema units_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="UnitDerivationType">
    <annotation>
        <documentation>Definition of the relationship of a derived unit of measure to the primitive units to which that unit is related. Contains a set of one or more UnitTerms which are combined as a product, each of which references a unit of measure defined elsewhere, and has an exponent. </documentation>
    </annotation>
    <sequence>
        <element ref="gml:unitTerm" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unitTerm gml:unitTerm (1) unbounded
Collapse Derivation Tree:
Collapse References:
gml:unitDerivation