Showing:

Annotations
Attributes
Diagrams
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 docindex420.tmp#id642 docindex420.tmp#id643 docindex420.tmp#id644 docindex420.tmp#id645 docindex420.tmp#id641
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
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 docindex313.tmp#id624 docindex313.tmp#id623 docindex314.tmp#id639 docindex314.tmp#id640
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