Skip to content

Commit

Permalink
Merge pull request #326 from hpxmlwg/new_heat_cool_metrics
Browse files Browse the repository at this point in the history
Adds SEER2, EER2, and HSPF2
  • Loading branch information
nmerket authored Jun 29, 2022
2 parents a695d48 + 7f77c40 commit 3293d47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/HPXMLDataTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1807,8 +1807,10 @@
<xs:simpleType name="CoolingEfficiencyUnits_simple">
<xs:restriction base="xs:string">
<xs:enumeration value="SEER"/>
<xs:enumeration value="SEER2"/>
<xs:enumeration value="CEER"/>
<xs:enumeration value="EER"/>
<xs:enumeration value="EER2"/>
<xs:enumeration value="COP"/>
<xs:enumeration value="kW/ton"/>
</xs:restriction>
Expand All @@ -1823,6 +1825,7 @@
<xs:simpleType name="HeatingEfficiencyUnits_simple">
<xs:restriction base="xs:string">
<xs:enumeration value="HSPF"/>
<xs:enumeration value="HSPF2"/>
<xs:enumeration value="COP"/>
<xs:enumeration value="AFUE"/>
<xs:enumeration value="Percent"/>
Expand Down

0 comments on commit 3293d47

Please sign in to comment.