DerivedUnit

From Earth Science Information Partners (ESIP)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
DerivedUnit
1 identifier 1
2 name 0..*
2 derivationUnitTerm 1..*


Definition
Derived units are defined by combination of other units. Derived units are used for quantities other than those corresponding to the base units, such as hertz (s-1) for frequency, Newton (kg.m/s2) for force. Derived units based directly on base units are usually preferred for quantities other than the fundamental quantities within a system. If a derived unit is not the preferred unit, the gml:ConventionalUnit element should be used instead.




ISO Legend

Possible Parent Elements

ESIP-logo-tag sm-H.jpg

Please contribute!

File:DerivedUnitExamples.jpg


Example documenting mass density measured in kg/m^3

<gml:DerivedUnit gml:id="massDensity">
     <gml:identifier codeSpace="mass density"/>
     <gml:derivationUnitTerm uom="kg" exponent="1"/>
     <gml:derivationUnitTerm uom="m" exponent="-3"/>
</gml:DerivedUnit>