Definition Type: ComplexType
Name: DerivedUnitType
Namespace: http://www.opengis.net/gml
Type: gml:UnitDefinitionType
Containing Schema: units.xsd
Abstract
Documentation:
Definition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units. Derived units based directly on base units are usually preferred for quantities other than the base units or fundamental quantities within a system. If a derived unit is not the preferred unit, the ConventionalUnit element should be used instead.
Collapse XSD Schema Diagram:
Drilldown into unitDerivation in schema units_xsd Drilldown into catalogSymbol in schema units_xsd Drilldown into quantityType in schema units_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into DefinitionType in schema dictionary_xsd Drilldown into UnitDefinitionType in schema units_xsdXSD Diagram of DerivedUnitType in schema units_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="DerivedUnitType">
    <annotation>
        <documentation>Definition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units. Derived units based directly on base units are usually preferred for quantities other than the base units or fundamental quantities within a system.  If a derived unit is not the preferred unit, the ConventionalUnit element should be used instead.  </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:UnitDefinitionType">
            <sequence>
                <element ref="gml:unitDerivation" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
quantityType gml:quantityType (1) (1)
catalogSymbol gml:catalogSymbol 0 (1)
unitDerivation gml:unitDerivation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:DerivedUnit