Showing:

Annotations
Diagrams
Properties
Source
Used by
Element gml:FormulaType / gml:a
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type double
Properties
content: simple
minOccurs: 0
Source
<element name="a" type="double" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd
Element gml:FormulaType / gml:b
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type double
Properties
content: simple
Source
<element name="b" type="double"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd
Element gml:FormulaType / gml:c
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type double
Properties
content: simple
Source
<element name="c" type="double"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd
Element gml:FormulaType / gml:d
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type double
Properties
content: simple
minOccurs: 0
Source
<element name="d" type="double" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd
Complex Type gml:FormulaType
Namespace http://www.opengis.net/gml
Annotations
Paremeters of a simple formula by which a value using this unit of measure can be converted to the corresponding value using the preferred unit of measure. The formula element contains elements a, b, c and d, whose values use the XML Schema type "double". These values are used in the formula y = (a + bx) / (c + dx), where x is a value using this unit, and y is the corresponding value using the preferred unit. The elements a and d are optional, and if values are not provided, those parameters are considered to be zero. If values are not provided for both a and d, the formula is equivalent to a fraction with numerator and denominator parameters.
Diagram
Diagram index481.tmp#id489 index481.tmp#id490 index481.tmp#id491 index481.tmp#id492
Used by
Model gml:a{0,1} , gml:b , gml:c , gml:d{0,1}
Children gml:a, gml:b, gml:c, gml:d
Source
<complexType name="FormulaType">
  <annotation>
    <documentation>Paremeters of a simple formula by which a value using this unit of measure can be converted to the corresponding value using the preferred unit of measure. The formula element contains elements a, b, c and d, whose values use the XML Schema type "double". These values are used in the formula y = (a + bx) / (c + dx), where x is a value using this unit, and y is the corresponding value using the preferred unit. The elements a and d are optional, and if values are not provided, those parameters are considered to be zero. If values are not provided for both a and d, the formula is equivalent to a fraction with numerator and denominator parameters.</documentation>
  </annotation>
  <sequence>
    <element name="a" type="double" minOccurs="0"/>
    <element name="b" type="double"/>
    <element name="c" type="double"/>
    <element name="d" type="double" minOccurs="0"/>
  </sequence>
</complexType>
Schema location http://schemas.opengis.net/gml/3.1.1/base/units.xsd