Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:DerivationUnitTermType
Namespace http://www.opengis.net/gml
Annotations
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.
Diagram
Diagram index350.tmp#id447 index350.tmp#id446 index518.tmp#id463
Type extension of gml:UnitOfMeasureType
Type hierarchy
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
exponent integer optional
uom anyURI required
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.
Source
<complexType name="DerivationUnitTermType">
  <annotation>
    <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.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:UnitOfMeasureType">
      <attribute name="exponent" type="integer"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd
Attribute gml:DerivationUnitTermType / @exponent
Namespace No namespace
Type integer
Properties
content: simple
Used by
Source
<attribute name="exponent" type="integer"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd