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: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>