Documentation for fieldgml

Complex Type: DerivedUnitType

[Table of contents]

Super-types: gml:DefinitionType < UnitDefinitionType (by extension) < DerivedUnitType (by extension)
Sub-types: None
Name DerivedUnitType
Abstract no
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.
XML Instance Representation
<...
gml:id="[1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
</...>
Diagram
Schema Component Representation
<complexType name="DerivedUnitType">
<complexContent>
<extension base=" gml:UnitDefinitionType ">
<sequence>
<element ref=" gml:derivationUnitTerm " maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>