EquipmentTemperatureRegulationDeviceCodeType

xxxAll the codes should be validated

Simple Type Information

Source

<xs:simpleType name="EquipmentTemperatureRegulationDeviceCodeType">
  <xs:annotation>
    <xs:documentation>xxxAll the codes should be validated</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="AirConditioning"/>
    <xs:enumeration value="Chimney"/>
    <xs:enumeration value="Fan"/>
    <xs:enumeration value="Heating"/>
  </xs:restriction>
</xs:simpleType>