Definition Type: ComplexType
Name: ConventionalUnitType
Namespace: http://www.opengis.net/gml
Type: gml:UnitDefinitionType
Containing Schema: units.xsd
Abstract
Documentation:
Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula. A method for deriving this unit by algebraic combination of more primitive units, may also be provided.
Collapse XSD Schema Diagram:
Drilldown into unitDerivation in schema units_xsd Drilldown into roughConversionToPreferredUnit in schema units_xsd Drilldown into conversionToPreferredUnit 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 ConventionalUnitType in schema units_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="ConventionalUnitType">
    <annotation>
        <documentation>Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula.  A method for deriving this unit by algebraic combination of more primitive units, may also be provided.  </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:UnitDefinitionType">
            <sequence>
                <choice>
                    <element ref="gml:conversionToPreferredUnit" />
                    <element ref="gml:roughConversionToPreferredUnit" />
                </choice>
                <element ref="gml:unitDerivation" minOccurs="0" />
            </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)
conversionToPreferredUnit gml:conversionToPreferredUnit (1) (1)
roughConversionToPreferredUnit gml:roughConversionToPreferredUnit (1) (1)
unitDerivation gml:unitDerivation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:ConventionalUnit