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