<xs:complexType name="WaterHeatingSystemEnum">
<xs:simpleContent>
<xs:annotation>
<xs:documentation>
The enumeration of the types of water heating systems
available.
</xs:documentation>
<xs:appinfo>
Natural Gas
</xs:appinfo>
</xs:annotation>
<xs:restriction base="commons:OtherEnumerationDescriptionString">
<xs:enumeration value="Bottled Gas">
<xs:annotation>
<xs:appinfo>
<retsid>100709</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Electric">
<xs:annotation>
<xs:appinfo>
<retsid>100710</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Geothermal">
<xs:annotation>
<xs:appinfo>
<retsid>100711</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Heat exchanger">
<xs:annotation>
<xs:appinfo>
<retsid>100712</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Natural Gas">
<xs:annotation>
<xs:appinfo>
<retsid>100713</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Solar Active">
<xs:annotation>
<xs:appinfo>
<retsid>100714</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Solar Passive">
<xs:annotation>
<xs:appinfo>
<retsid>100715</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:appinfo>
<retsid>100716</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:appinfo>
<retsid>100717</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:appinfo>
<retsid>100718</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
|