Skip to content

Commit

Permalink
Adds HPWHVoltage and MixingValueSetpoint elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Dec 10, 2024
1 parent bf90922 commit e5154d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/HPXMLBaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1737,6 +1737,7 @@
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="HPWHOperatingMode" type="HPWHOperatingMode"/>
<xs:element minOccurs="0" name="HPWHVoltage" type="HPWHVoltage"/>
<xs:element minOccurs="0" name="HPWHDucting">
<xs:complexType>
<xs:sequence>
Expand Down Expand Up @@ -1831,6 +1832,7 @@
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="HasMixingValve" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="MixingValueSetpoint" type="TemperatureGreaterThanZero"/>
<xs:element minOccurs="0" name="UsesDesuperheater" type="HPXMLBoolean">
<xs:annotation>
<xs:documentation>Indicates whether this water heater uses a desuperheater. The attached heat pump or air conditioner can be referenced in the
Expand Down
16 changes: 16 additions & 0 deletions schemas/HPXMLDataTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5053,6 +5053,22 @@
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="HPWHVoltage_simple">
<xs:restriction base="xs:string">
<xs:pattern value="240V"/>
<xs:pattern value="120V"/>
<xs:pattern value="120V, dedicated circuit"/>
<xs:pattern value="120V, shared circuit"/>
<xs:pattern value="other"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="HPWHVoltage">
<xs:simpleContent>
<xs:extension base="HPWHVoltage_simple">
<xs:attribute name="dataSource" type="DataSource"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="SoilType_simple">
<xs:restriction base="xs:string">
<xs:enumeration value="sand"/>
Expand Down

0 comments on commit e5154d2

Please sign in to comment.