Documentation for fieldgml

Complex Type: DerivationUnitTermType

[Table of contents]

Super-types: UnitOfMeasureType < DerivationUnitTermType (by extension)
Sub-types: None
Name DerivationUnitTermType
Abstract no
Documentation Definition of one unit term for a derived unit of measure. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent can be positive or negative, but not zero.
XML Instance Representation
<...
uom="anyURI [1]

'Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the \"#\" symbol should be used, followed by a text abbreviation of the unit name. However, the \"#\" symbol may be optional, and still may be interpreted as a reference.'

"

exponent="integer [0..1]"/>
Diagram
Schema Component Representation
<complexType name="DerivationUnitTermType">
<complexContent>
<extension base=" gml:UnitOfMeasureType ">
<attribute name="exponent" type=" integer "/>
</extension>
</complexContent>
</complexType>