8000 Clothes Dryer CEF (and EF bugfix) by shorowit · Pull Request #145 · hpxmlwg/hpxml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Clothes Dryer CEF (and EF bugfix) #145

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
May 23, 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
13 changes: 9 additions & 4 deletions schemas/BaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,14 @@
<xs:documentation>loads/week</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="EfficiencyFactor" type="xs:double">
<xs:element minOccurs="0" name="EnergyFactor" type="xs:double">
<xs:annotation>
<xs:documentation>lbs dry clothes/kWh</xs:documentation>
<xs:documentation>[lbs dry clothes/kWh] The energy performance metric for ENERGY STAR certified residential clothes dryers prior to September 13, 2013. The new metric is Combined Energy Factor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="CombinedEnergyFactor" type="xs:double">
<xs:annotation>
<xs:documentation>[lbs dry clothes/kWh] The energy performance metric for ENERGY STAR certified residential clothes dryers as of September 13, 2013, it includes the active drying cycle energy as well as energy consumed during Stand-by and Off modes.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ControlType">
Expand Down Expand Up @@ -571,9 +576,9 @@
<xs:element minOccurs="0" name="RoofColor"
type="WallAndRoofColor"/>
<xs:element minOccurs="0" name="SolarAbsorptance"
type="SolarAbsorptance"/>
type="SolarAbsorptance"/>
<xs:element minOccurs="0" name="Emittance"
type="Emittance"/>
type="Emittance"/>
<xs:element minOccurs="0" name="RoofType"
type="RoofType"/>
<xs:element minOccurs="0" name="DeckType"
Expand Down
0