Documentation for fieldgml

Complex Type: BaseUnitType

[Table of contents]

Super-types: gml:DefinitionType < UnitDefinitionType (by extension) < BaseUnitType (by extension)
Sub-types: None
Name BaseUnitType
Abstract no
Documentation Definition of a unit of measure which is a base unit from the system of units. A base unit cannot be derived by combination of other base units within this system. Sometimes known as "fundamental unit".
XML Instance Representation
<...
gml:id="[1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
<gml:unitsSystem> gml:ReferenceType </gml:unitsSystem> [1]
</...>
Diagram
Schema Component Representation
<complexType name="BaseUnitType">
<complexContent>
<extension base=" gml:UnitDefinitionType ">
<sequence>
<element name="unitsSystem" type=" gml:ReferenceType "/>
</sequence>
</extension>
</complexContent>
</complexType>