Definition Type: ComplexType
Name: ConversionToPreferredUnitType
Namespace: http://www.opengis.net/gml
Type: gml:UnitOfMeasureType
Containing Schema: units.xsd
Abstract
Documentation:
Relation of a unit to the preferred unit for this quantity type, specified by an arithmetic conversion (scaling and/or offset). A preferred unit is either a base unit or a derived unit selected for all units of one quantity type. The mandatory attribute "uom" shall reference the preferred unit that this conversion applies to. The conversion is specified by one of two alternative elements: "factor" or "formula".
Collapse XSD Schema Diagram:
Drilldown into formula in schema units_xsd Drilldown into factor in schema units_xsd Drilldown into uom in schema units_xsd Drilldown into UnitOfMeasureType in schema units_xsdXSD Diagram of ConversionToPreferredUnitType in schema units_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="ConversionToPreferredUnitType">
    <annotation>
        <documentation>Relation of a unit to the preferred unit for this quantity type, specified by an arithmetic conversion (scaling and/or offset). A preferred unit is either a base unit or a derived unit selected for all units of one quantity type. The mandatory attribute "uom" shall reference the preferred unit that this conversion applies to. The conversion is specified by one of two alternative elements: "factor" or "formula". </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:UnitOfMeasureType">
            <choice>
                <element ref="gml:factor" />
                <element ref="gml:formula" />
            </choice>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
factor gml:factor (1) (1)
formula gml:formula (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree:
Collapse References:
gml:conversionToPreferredUnit, gml:roughConversionToPreferredUnit