Documentation for fieldgml

Complex Type: ConventionalUnitType

[Table of contents]

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