Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Element tps:observationInfoTemperatureType / tps:Units
Namespace tps
Annotations
The temperature units (can be fahrenheit or celsius)
Diagram
Type tps:temperatureType
Properties
content simple
minOccurs 1
Facets
enumeration fahrenheit
enumeration celsius
Source
<xs:element minOccurs="1" name="Units" type="tps:temperatureType">
  <xs:annotation>
    <xs:documentation>The temperature units (can be fahrenheit or celsius)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoTemperatureType / tps:Value
Namespace tps
Annotations
The value of the temperature
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Value" type="xs:double">
  <xs:annotation>
    <xs:documentation>The value of the temperature</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:observationInfoTemperatureType
Namespace tps
Annotations
The temperature parameters
Diagram
Model
tps:Units , tps:Value , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Units, tps:Value
Source
<xs:complexType name="observationInfoTemperatureType">
  <xs:annotation>
    <xs:documentation>The temperature parameters</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="1" name="Units" type="tps:temperatureType">
      <xs:annotation>
        <xs:documentation>The temperature units (can be fahrenheit or celsius)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Value" type="xs:double">
      <xs:annotation>
        <xs:documentation>The value of the temperature</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>