Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions merged_schema/HPXMLMerged.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,10 @@
<xs:element minOccurs="0" name="HasSharedCombustionVentilation" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="CombustionVentilationOrphaned" type="HPXMLBoolean"/>
<xs:element name="CombustionVentingSystem" minOccurs="0" type="LocalReference"/>
<xs:element minOccurs="0" name="SealedCombustion" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="CondensingSystem" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="AtmosphericBurner" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="PowerBurner" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="AutomaticVentDamper" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="PilotLight" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="IntermittentIgnitionDevice" type="HPXMLBoolean"/>
Expand Down
4 changes: 4 additions & 0 deletions schemas/HPXMLBaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,10 @@
<xs:element minOccurs="0" name="HasSharedCombustionVentilation" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="CombustionVentilationOrphaned" type="HPXMLBoolean"/>
<xs:element name="CombustionVentingSystem" minOccurs="0" type="LocalReference"/>
<xs:element minOccurs="0" name="SealedCombustion" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="CondensingSystem" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="AtmosphericBurner" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="PowerBurner" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="AutomaticVentDamper" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="PilotLight" type="HPXMLBoolean"/>
<xs:element minOccurs="0" name="IntermittentIgnitionDevice" type="HPXMLBoolean"/>
Expand Down