Skip to content

Commit

Permalink
Merge pull request #401 from hpxmlwg/pipe_insulated
Browse files Browse the repository at this point in the history
Fix `WaterHeaterImprovement/PipeInsulated` element
  • Loading branch information
nmerket committed Apr 18, 2024
2 parents fd758ab + ebec480 commit 7ea333f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<EnergyFactor>1</EnergyFactor>
<RecoveryEfficiency>1</RecoveryEfficiency>
<WaterHeaterImprovement>
<PipeInsulated/>
<PipeInsulated>true</PipeInsulated>
</WaterHeaterImprovement>
</WaterHeatingSystem>
</WaterHeating>
Expand Down
12 changes: 1 addition & 11 deletions merged_schema/HPXMLMerged.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5838,7 +5838,7 @@
<xs:element name="JacketInstalledIndicator" type="HPXMLBoolean" minOccurs="0"/>
<xs:element name="DispositionofExistingSystem" type="DispositionofExistingSystem" minOccurs="0"/>
<xs:element name="RepairsDescription" type="HPXMLString" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="PipeInsulated" type="PipeInsulated" minOccurs="0"/>
<xs:element name="PipeInsulated" type="HPXMLBoolean" minOccurs="0"/>
<xs:element name="LengthofPipeInsulated" type="LengthMeasurement" minOccurs="0">
<xs:annotation>
<xs:documentation>[ft]</xs:documentation>
Expand Down Expand Up @@ -8620,16 +8620,6 @@
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="PipeInsulated_simple">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:complexType name="PipeInsulated">
<xs:simpleContent>
<xs:extension base="PipeInsulated_simple">
<xs:attribute name="dataSource" type="DataSource"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="RecoveryEfficiency_simple">
<xs:restriction base="xs:double">
<xs:minExclusive value="0"/>
Expand Down
2 changes: 1 addition & 1 deletion schemas/HPXMLBaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5824,7 +5824,7 @@
<xs:element name="JacketInstalledIndicator" type="HPXMLBoolean" minOccurs="0"/>
<xs:element name="DispositionofExistingSystem" type="DispositionofExistingSystem" minOccurs="0"/>
<xs:element name="RepairsDescription" type="HPXMLString" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="PipeInsulated" type="PipeInsulated" minOccurs="0"/>
<xs:element name="PipeInsulated" type="HPXMLBoolean" minOccurs="0"/>
<xs:element name="LengthofPipeInsulated" type="LengthMeasurement" minOccurs="0">
<xs:annotation>
<xs:documentation>[ft]</xs:documentation>
Expand Down
10 changes: 0 additions & 10 deletions schemas/HPXMLDataTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2349,16 +2349,6 @@
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="PipeInsulated_simple">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:complexType name="PipeInsulated">
<xs:simpleContent>
<xs:extension base="PipeInsulated_simple">
<xs:attribute name="dataSource" type="DataSource"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="RecoveryEfficiency_simple">
<xs:restriction base="xs:double">
<xs:minExclusive value="0"/>
Expand Down

0 comments on commit 7ea333f

Please sign in to comment.