Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type TemperatureCompensationEnumType
Annotations
The TemperatureCompensationEnumType enumerates values that describe types of temperature compensation. The DEVICE_AND_PART_SAME value means compensation is performed for both device temperature and part temperature, but the two temperatures are assumed to be the same. The DEVICE_AND_PART_SEPARATE value means temperature compensation is applied to both device and part, but the two temperatures are measured separately.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration NONE
enumeration DEVICE_ONLY
enumeration DEVICE_AND_PART_SAME
enumeration DEVICE_AND_PART_SEPARATE
Used by
Source
<xs:simpleType name="TemperatureCompensationEnumType">
  <xs:annotation>
    <xs:documentation>The TemperatureCompensationEnumType enumerates values that describe types of temperature compensation. The DEVICE_AND_PART_SAME value means compensation is performed for both device temperature and part temperature, but the two temperatures are assumed to be the same. The DEVICE_AND_PART_SEPARATE value means temperature compensation is applied to both device and part, but the two temperatures are measured separately.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="NONE"/>
    <xs:enumeration value="DEVICE_ONLY"/>
    <xs:enumeration value="DEVICE_AND_PART_SAME"/>
    <xs:enumeration value="DEVICE_AND_PART_SEPARATE"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd