Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element TemperatureCompensationType / TemperatureCompensationEnum
Annotations
The TemperatureCompensationEnum element describes an often-used type of temperature compensation.
Diagram
Diagram QIFMeasurementResources_xsd_Simple_Type_TemperatureCompensationEnumType.tmp#TemperatureCompensationEnumType
Type TemperatureCompensationEnumType
Properties
content simple
Facets
enumeration NONE
enumeration DEVICE_ONLY
enumeration DEVICE_AND_PART_SAME
enumeration DEVICE_AND_PART_SEPARATE
Source
<xs:element name="TemperatureCompensationEnum" type="TemperatureCompensationEnumType">
  <xs:annotation>
    <xs:documentation>The TemperatureCompensationEnum element describes an often-used type of temperature compensation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element TemperatureCompensationType / OtherTemperatureCompensation
Annotations
The OtherTemperatureCompensation element describes a type of temperature compensation in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherTemperatureCompensation" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherTemperatureCompensation element describes a type of temperature compensation in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type TemperatureCompensationType
Annotations
The TemperatureCompensationType defines the type of temperature compensation.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TemperatureCompensationType.tmp#TemperatureCompensationType_TemperatureCompensationEnum QIFMeasurementResources_xsd_Complex_Type_TemperatureCompensationType.tmp#TemperatureCompensationType_OtherTemperatureCompensation
Used by
Children OtherTemperatureCompensation, TemperatureCompensationEnum
Source
<xs:complexType name="TemperatureCompensationType">
  <xs:annotation>
    <xs:documentation>The TemperatureCompensationType defines the type of temperature compensation.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="TemperatureCompensationEnum" type="TemperatureCompensationEnumType">
      <xs:annotation>
        <xs:documentation>The TemperatureCompensationEnum element describes an often-used type of temperature compensation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherTemperatureCompensation" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherTemperatureCompensation element describes a type of temperature compensation in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd