Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:ConversionToPreferredUnitType / gml:factor
Namespace http://www.opengis.net/gml
Annotations
Specification of the scale factor by which a value using this unit of measure can be multiplied to obtain the corresponding value using the preferred unit of measure.
Diagram
Diagram
Type double
Properties
content: simple
Source
<element name="factor" type="double">
  <annotation>
    <documentation>Specification of the scale factor by which a value using this unit of measure can be multiplied to obtain the corresponding value using the preferred unit of measure.</documentation>
  </annotation>
</element>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd
Element gml:ConversionToPreferredUnitType / gml:formula
Namespace http://www.opengis.net/gml
Annotations
Specification of the formula by which a value using this unit of measure can be converted to obtain the corresponding value using the preferred unit of measure.
Diagram
Diagram index481.tmp#id489 index481.tmp#id490 index481.tmp#id491 index481.tmp#id492 index481.tmp#id488
Type gml:FormulaType
Properties
content: complex
Model gml:a{0,1} , gml:b , gml:c , gml:d{0,1}
Children gml:a, gml:b, gml:c, gml:d
Instance
<gml:formula>
  <gml:a>{0,1}</gml:a>
  <gml:b>{1,1}</gml:b>
  <gml:c>{1,1}</gml:c>
  <gml:d>{0,1}</gml:d>
</gml:formula>
Source
<element name="formula" type="gml:FormulaType">
  <annotation>
    <documentation>Specification of the formula by which a value using this unit of measure can be converted to obtain the corresponding value using the preferred unit of measure.</documentation>
  </annotation>
</element>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd
Complex Type gml:ConversionToPreferredUnitType
Namespace http://www.opengis.net/gml
Annotations
Relation of a unit to the preferred unit for this quantity type, specified by an arithmetic conversion (scaling and/or offset). A preferred unit is either a base unit or a derived unit selected for all units of one quantity type. The mandatory attribute "uom" shall reference the preferred unit that this conversion applies to. The conversion is specified by one of two alternative elements: "factor" or "formula".
Diagram
Diagram index249.tmp#id466 index249.tmp#id465 index251.tmp#id486 index251.tmp#id487
Type extension of gml:UnitOfMeasureType
Type hierarchy
Used by
Model gml:factor | gml:formula
Children gml:factor, gml:formula
Attributes
QName Type Fixed Default Use Annotation
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="ConversionToPreferredUnitType">
  <annotation>
    <documentation>Relation of a unit to the preferred unit for this quantity type, specified by an arithmetic conversion (scaling and/or offset). A preferred unit is either a base unit or a derived unit selected for all units of one quantity type. The mandatory attribute "uom" shall reference the preferred unit that this conversion applies to. The conversion is specified by one of two alternative elements: "factor" or "formula".</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:UnitOfMeasureType">
      <choice>
        <element name="factor" type="double">
          <annotation>
            <documentation>Specification of the scale factor by which a value using this unit of measure can be multiplied to obtain the corresponding value using the preferred unit of measure.</documentation>
          </annotation>
        </element>
        <element name="formula" type="gml:FormulaType">
          <annotation>
            <documentation>Specification of the formula by which a value using this unit of measure can be converted to obtain the corresponding value using the preferred unit of measure.</documentation>
          </annotation>
        </element>
      </choice>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd