8000 Adds desuperheater flexibility by shorowit · Pull Request #184 · hpxmlwg/hpxml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Adds desuperheater flexibility #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions schemas/BaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1404,10 +1404,10 @@
<xs:documentation>[deg F]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="HasGeothermalDesuperheater"
<xs:element minOccurs="0" name="UsesDesuperheater"
type="xs:boolean">
<xs:annotation>
<xs:documentation>Indicates whether this water heater has a geothermal desuperheater. The attached heat pump can be referenced in the RelatedHeatingSystem element.</xs:documentation>
<xs:documentation>Indicates whether this water heater uses a desuperheater. The attached heat pump or air conditioner can be referenced in the RelatedHVACSystem element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="HasSharedCombustionVentilation"
Expand All @@ -1421,8 +1421,12 @@
<xs:element minOccurs="0" name="PilotLight" type="xs:boolean"/>
<xs:element minOccurs="0" name="IntermittentIgnitionDevice"
type="xs:boolean"/>
<xs:element name="RelatedHeatingSystem" type="LocalReference"
minOccurs="0"/>
<xs:element name="RelatedHVACSystem" type="LocalReference"
minOccurs="0">
<xs:annotation>
<xs:documentation>Reference a HeatingSystem, HeatPump, or CoolingSystem.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Installation">
<xs:complexType>
<xs:sequence>
Expand Down
0