Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element TemperatureType / Temperature
Annotations
The Temperature element is the temperature value.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_TemperatureValueType.tmp#TemperatureValueType_temperatureUnit Units_xsd_Complex_Type_TemperatureValueType.tmp#TemperatureValueType
Type TemperatureValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
temperatureUnit xs:token optional
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="Temperature" type="TemperatureValueType">
  <xs:annotation>
    <xs:documentation>The Temperature element is the temperature value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element TemperatureType / TimeStamp
Annotations
The optional TimeStamp element is a time and date associated with the temperature value.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="TimeStamp" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TimeStamp element is a time and date associated with the temperature value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type TemperatureType
Annotations
The TemperatureType defines information about a temperature measurement.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_TemperatureType.tmp#TemperatureType_Temperature QIFMeasurementResources_xsd_Complex_Type_TemperatureType.tmp#TemperatureType_TimeStamp
Used by
Children Attributes, Temperature, TimeStamp
Source
<xs:complexType name="TemperatureType">
  <xs:annotation>
    <xs:documentation>The TemperatureType defines information about a temperature measurement.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Temperature" type="TemperatureValueType">
      <xs:annotation>
        <xs:documentation>The Temperature element is the temperature value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimeStamp" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional TimeStamp element is a time and date associated with the temperature value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd