urbanopt-cli 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (712) hide show
  1. checksums.yaml +4 -4
  2. data/.github/release.yml +24 -0
  3. data/.github/workflows/nightly_ci_build.yml +39 -29
  4. data/.gitignore +1 -0
  5. data/CHANGELOG.md +17 -0
  6. data/CMakeLists.txt +7 -7
  7. data/FindOpenStudioSDK.cmake +8 -8
  8. data/LICENSE.md +8 -35
  9. data/README.md +25 -10
  10. data/example_files/Gemfile +9 -9
  11. data/example_files/example_project_combined.json +6 -2
  12. data/example_files/example_project_with_ghe.json +859 -0
  13. data/example_files/mappers/Baseline.rb +39 -415
  14. data/example_files/mappers/ChilledWaterStorage.rb +1 -1
  15. data/example_files/mappers/CreateBar.rb +1 -1
  16. data/example_files/mappers/EvCharging.rb +1 -1
  17. data/example_files/mappers/FlexibleHotWater.rb +1 -1
  18. data/example_files/mappers/Floorspace.rb +1 -1
  19. data/example_files/mappers/HighEfficiency.rb +1 -1
  20. data/example_files/mappers/HighEfficiencyCreateBar.rb +1 -1
  21. data/example_files/mappers/HighEfficiencyFloorspace.rb +1 -1
  22. data/example_files/mappers/PeakHoursMelsShedding.rb +1 -1
  23. data/example_files/mappers/PeakHoursThermostatAdjust.rb +1 -1
  24. data/example_files/mappers/ThermalStorage.rb +1 -1
  25. data/example_files/mappers/base_workflow.osw +11 -4
  26. data/example_files/mappers/residential/template/util.rb +138 -0
  27. data/example_files/mappers/residential/util.rb +276 -0
  28. data/example_files/measures/BuildResidentialModel/measure.rb +118 -230
  29. data/example_files/measures/BuildResidentialModel/measure.xml +344 -233
  30. data/example_files/measures/BuildResidentialModel/resources/geometry.rb +7 -2
  31. data/example_files/measures/BuildResidentialModel/resources/unit_conversions.rb +5 -0
  32. data/example_files/measures/BuildResidentialModel/resources/util.rb +5 -0
  33. data/example_files/measures/BuildResidentialModel/tests/test_build_residential_model.rb +344 -0
  34. data/example_files/measures/BuildResidentialModel/tests/xml_building/17/feature1.xml +2112 -0
  35. data/example_files/measures/BuildResidentialModel/tests/xml_building/17/feature2.xml +2112 -0
  36. data/example_files/osm_building/7.osm +0 -2
  37. data/example_files/osm_building/8.osm +0 -2
  38. data/example_files/osm_building/9.osm +0 -2
  39. data/example_files/python_deps/dependencies.json +4 -3
  40. data/example_files/resources/hpxml-measures/.gitattributes +3 -0
  41. data/example_files/resources/hpxml-measures/.github/pull_request_template.md +2 -2
  42. data/example_files/resources/hpxml-measures/.github/workflows/add_to_project.yml +17 -0
  43. data/example_files/resources/hpxml-measures/.github/workflows/config.yml +37 -8
  44. data/example_files/resources/hpxml-measures/.gitignore +1 -0
  45. data/example_files/resources/hpxml-measures/.readthedocs.yml +6 -2
  46. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/README.md +5596 -0
  47. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/README.md.erb +41 -0
  48. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +1324 -1035
  49. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +325 -236
  50. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb +119 -152
  51. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{build_residential_hpxml_test.rb → test_build_residential_hpxml.rb} +225 -107
  52. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/README.md +96 -0
  53. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/README.md.erb +41 -0
  54. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.rb +73 -31
  55. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.xml +60 -40
  56. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/README.md +48 -23
  57. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb +5 -0
  58. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb +6 -12
  59. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/tests/{build_residential_schedule_file_test.rb → test_build_residential_schedule_file.rb} +162 -35
  60. data/example_files/resources/hpxml-measures/Changelog.md +57 -1
  61. data/example_files/resources/hpxml-measures/Gemfile +1 -1
  62. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/README.md +83 -0
  63. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/README.md.erb +41 -0
  64. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +1081 -878
  65. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +258 -204
  66. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +205 -178
  67. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb +43 -18
  68. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +37 -112
  69. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb +34 -73
  70. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data/Xing_okstate_0664D_13659_Table_A-3.csv +4165 -0
  71. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv +2 -2
  72. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/energyplus.rb +5 -1
  73. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/generator.rb +13 -7
  74. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +95 -42
  75. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +132 -108
  76. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +1695 -1267
  77. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +668 -589
  78. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd +304 -553
  79. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml +197 -112
  80. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +1140 -1745
  81. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb +412 -325
  82. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +56 -48
  83. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +49 -38
  84. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/materials.rb +5 -0
  85. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb +17 -1
  86. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/minitest_helper.rb +5 -0
  87. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +94 -78
  88. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb +60 -2
  89. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/psychrometrics.rb +6 -1
  90. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb +11 -5
  91. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv +1 -1
  92. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-30-mins.csv +52561 -0
  93. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_2.csv +8761 -0
  94. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_3.csv +8761 -0
  95. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_4.csv +8761 -0
  96. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_5.csv +8761 -0
  97. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_6.csv +8761 -0
  98. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +129 -137
  99. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/simcontrols.rb +12 -21
  100. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/unit_conversions.rb +5 -0
  101. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/util.rb +7 -2
  102. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/utility_bills.rb +6 -1
  103. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb +7 -2
  104. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb +179 -144
  105. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +129 -71
  106. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb +5 -0
  107. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlvalidator.rb +23 -6
  108. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +129 -118
  109. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_battery.rb +25 -20
  110. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +2282 -2239
  111. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_enclosure.rb +395 -204
  112. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb +12 -7
  113. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +56 -51
  114. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb +369 -230
  115. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac_sizing.rb +371 -191
  116. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb +27 -20
  117. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_location.rb +55 -5
  118. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb +35 -30
  119. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb +13 -8
  120. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb +107 -93
  121. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_simcontrols.rb +11 -6
  122. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb +757 -573
  123. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb +77 -72
  124. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_weather.rb +36 -6
  125. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/util.rb +5 -0
  126. data/example_files/resources/hpxml-measures/README.md +2 -0
  127. data/example_files/resources/hpxml-measures/Rakefile +10 -3
  128. data/example_files/resources/hpxml-measures/ReportSimulationOutput/README.md +787 -0
  129. data/example_files/resources/hpxml-measures/ReportSimulationOutput/README.md.erb +41 -0
  130. data/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.rb +730 -418
  131. data/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.xml +1215 -9
  132. data/example_files/resources/hpxml-measures/ReportSimulationOutput/tests/{output_report_test.rb → test_report_sim_output.rb} +130 -299
  133. data/example_files/resources/hpxml-measures/ReportUtilityBills/README.md +87 -0
  134. data/example_files/resources/hpxml-measures/ReportUtilityBills/README.md.erb +41 -0
  135. data/example_files/resources/hpxml-measures/ReportUtilityBills/measure.rb +261 -89
  136. data/example_files/resources/hpxml-measures/ReportUtilityBills/measure.xml +179 -94
  137. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/Average_retail_price_of_electricity.csv +68 -68
  138. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/NG_PRI_SUM_A_EPG0_PRS_DMCF_A.csv +3 -2
  139. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/PET_PRI_WFR_A_EPD2F_PRS_DPGAL_W.csv +713 -685
  140. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/PET_PRI_WFR_A_EPLLPA_PRS_DPGAL_W.csv +716 -688
  141. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/README.md +5 -2
  142. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/util.rb +18 -9
  143. data/example_files/resources/hpxml-measures/ReportUtilityBills/tests/test_report_utility_bills.rb +1308 -0
  144. data/example_files/resources/hpxml-measures/docs/requirements.txt +5 -0
  145. data/example_files/resources/hpxml-measures/docs/source/conf.py +1 -2
  146. data/example_files/resources/hpxml-measures/docs/source/intro.rst +3 -20
  147. data/example_files/resources/hpxml-measures/docs/source/usage_instructions.rst +1 -1
  148. data/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst +917 -564
  149. data/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst +79 -42
  150. data/example_files/resources/hpxml-measures/tasks.rb +2305 -2055
  151. data/example_files/resources/hpxml-measures/workflow/hpxml_inputs.json +270 -587
  152. data/example_files/resources/hpxml-measures/workflow/real_homes/house001.xml +559 -557
  153. data/example_files/resources/hpxml-measures/workflow/real_homes/house002.xml +522 -520
  154. data/example_files/resources/hpxml-measures/workflow/real_homes/house003.xml +534 -532
  155. data/example_files/resources/hpxml-measures/workflow/real_homes/house004.xml +547 -545
  156. data/example_files/resources/hpxml-measures/workflow/real_homes/house005.xml +546 -544
  157. data/example_files/resources/hpxml-measures/workflow/real_homes/house006.xml +603 -623
  158. data/example_files/resources/hpxml-measures/workflow/real_homes/house007.xml +613 -633
  159. data/example_files/resources/hpxml-measures/workflow/real_homes/house008.xml +699 -721
  160. data/example_files/resources/hpxml-measures/workflow/real_homes/house009.xml +662 -661
  161. data/example_files/resources/hpxml-measures/workflow/real_homes/house010.xml +657 -677
  162. data/example_files/resources/hpxml-measures/workflow/real_homes/house011.xml +470 -467
  163. data/example_files/resources/hpxml-measures/workflow/real_homes/house012.xml +441 -438
  164. data/example_files/resources/hpxml-measures/workflow/real_homes/house013.xml +468 -465
  165. data/example_files/resources/hpxml-measures/workflow/real_homes/house014.xml +469 -466
  166. data/example_files/resources/hpxml-measures/workflow/real_homes/house015.xml +468 -465
  167. data/example_files/resources/hpxml-measures/workflow/real_homes/house016.xml +717 -714
  168. data/example_files/resources/hpxml-measures/workflow/real_homes/house017.xml +647 -645
  169. data/example_files/resources/hpxml-measures/workflow/real_homes/house018.xml +569 -566
  170. data/example_files/resources/hpxml-measures/workflow/real_homes/house019.xml +602 -599
  171. data/example_files/resources/hpxml-measures/workflow/real_homes/house020.xml +630 -627
  172. data/example_files/resources/hpxml-measures/workflow/real_homes/house021.xml +776 -774
  173. data/example_files/resources/hpxml-measures/workflow/real_homes/house022.xml +670 -667
  174. data/example_files/resources/hpxml-measures/workflow/real_homes/house023.xml +632 -629
  175. data/example_files/resources/hpxml-measures/workflow/real_homes/house024.xml +731 -729
  176. data/example_files/resources/hpxml-measures/workflow/real_homes/house025.xml +672 -669
  177. data/example_files/resources/hpxml-measures/workflow/real_homes/house026.xml +667 -644
  178. data/example_files/resources/hpxml-measures/workflow/real_homes/house027.xml +646 -644
  179. data/example_files/resources/hpxml-measures/workflow/real_homes/house028.xml +690 -688
  180. data/example_files/resources/hpxml-measures/workflow/real_homes/house029.xml +701 -699
  181. data/example_files/resources/hpxml-measures/workflow/real_homes/house030.xml +637 -615
  182. data/example_files/resources/hpxml-measures/workflow/real_homes/house031.xml +690 -688
  183. data/example_files/resources/hpxml-measures/workflow/real_homes/house032.xml +557 -554
  184. data/example_files/resources/hpxml-measures/workflow/real_homes/house033.xml +534 -531
  185. data/example_files/resources/hpxml-measures/workflow/real_homes/house034.xml +636 -635
  186. data/example_files/resources/hpxml-measures/workflow/real_homes/house035.xml +616 -613
  187. data/example_files/resources/hpxml-measures/workflow/real_homes/house036.xml +601 -598
  188. data/example_files/resources/hpxml-measures/workflow/real_homes/house037.xml +581 -578
  189. data/example_files/resources/hpxml-measures/workflow/real_homes/house038.xml +624 -622
  190. data/example_files/resources/hpxml-measures/workflow/real_homes/house039.xml +584 -582
  191. data/example_files/resources/hpxml-measures/workflow/real_homes/house040.xml +631 -629
  192. data/example_files/resources/hpxml-measures/workflow/real_homes/house041.xml +922 -921
  193. data/example_files/resources/hpxml-measures/workflow/real_homes/house042.xml +855 -853
  194. data/example_files/resources/hpxml-measures/workflow/real_homes/house043.xml +739 -737
  195. data/example_files/resources/hpxml-measures/workflow/real_homes/house044.xml +798 -796
  196. data/example_files/resources/hpxml-measures/workflow/real_homes/house045.xml +696 -694
  197. data/example_files/resources/hpxml-measures/workflow/real_homes/house046.xml +487 -483
  198. data/example_files/resources/hpxml-measures/workflow/real_homes/house047.xml +443 -440
  199. data/example_files/resources/hpxml-measures/workflow/real_homes/house048.xml +688 -686
  200. data/example_files/resources/hpxml-measures/workflow/real_homes/house049.xml +722 -720
  201. data/example_files/resources/hpxml-measures/workflow/real_homes/house050.xml +619 -617
  202. data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +13 -20
  203. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +9 -9
  204. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml +11 -12
  205. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml +11 -12
  206. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml +12 -13
  207. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +11 -12
  208. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +9 -9
  209. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +9 -9
  210. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +4 -4
  211. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +9 -9
  212. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +9 -9
  213. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +9 -9
  214. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +11 -11
  215. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +10 -10
  216. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +9 -9
  217. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +10 -11
  218. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +9 -9
  219. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +8 -8
  220. data/example_files/resources/hpxml-measures/workflow/sample_files/base-battery-scheduled.xml +571 -569
  221. data/example_files/resources/hpxml-measures/workflow/sample_files/base-battery.xml +9 -9
  222. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml → base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml} +5 -5
  223. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-multiple.xml → base-bldgtype-mf-unit-adjacent-to-multiple.xml} +17 -17
  224. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml → base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml} +5 -5
  225. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-other-heated-space.xml → base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml} +5 -5
  226. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml → base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml} +5 -5
  227. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-infil-compartmentalization-test.xml → base-bldgtype-mf-unit-infil-compartmentalization-test.xml} +461 -461
  228. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-residents-1.xml → base-bldgtype-mf-unit-residents-1.xml} +453 -453
  229. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml → base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml} +11 -11
  230. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml → base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml} +11 -11
  231. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml → base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml} +11 -11
  232. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml} +11 -11
  233. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml} +11 -11
  234. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-baseboard.xml → base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml} +11 -11
  235. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml → base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml} +11 -11
  236. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml → base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml} +11 -11
  237. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml +433 -0
  238. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml → base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml} +11 -11
  239. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml} +11 -11
  240. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-chiller-only-baseboard.xml → base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml} +11 -11
  241. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml → base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml} +11 -11
  242. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml → base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml} +11 -11
  243. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml} +11 -11
  244. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml} +11 -11
  245. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-generator.xml → base-bldgtype-mf-unit-shared-generator.xml} +13 -13
  246. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml → base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml} +13 -13
  247. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml → base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml} +480 -480
  248. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-laundry-room.xml → base-bldgtype-mf-unit-shared-laundry-room.xml} +10 -10
  249. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-mechvent-multiple.xml → base-bldgtype-mf-unit-shared-mechvent-multiple.xml} +15 -15
  250. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-mechvent-preconditioning.xml → base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml} +13 -13
  251. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-mechvent.xml → base-bldgtype-mf-unit-shared-mechvent.xml} +13 -13
  252. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-pv.xml → base-bldgtype-mf-unit-shared-pv.xml} +13 -13
  253. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-water-heater-recirc.xml → base-bldgtype-mf-unit-shared-water-heater-recirc.xml} +13 -13
  254. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-water-heater.xml → base-bldgtype-mf-unit-shared-water-heater.xml} +13 -13
  255. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily.xml → base-bldgtype-mf-unit.xml} +13 -13
  256. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-attached-2stories.xml → base-bldgtype-sfa-unit-2stories.xml} +610 -610
  257. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-attached-atticroof-cathedral.xml → base-bldgtype-sfa-unit-atticroof-cathedral.xml} +558 -558
  258. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-attached-infil-compartmentalization-test.xml → base-bldgtype-sfa-unit-infil-compartmentalization-test.xml} +610 -610
  259. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-attached.xml → base-bldgtype-sfa-unit.xml} +610 -610
  260. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +8 -8
  261. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +9 -9
  262. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +9 -9
  263. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +9 -9
  264. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +9 -9
  265. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +9 -9
  266. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +9 -9
  267. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +9 -9
  268. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +9 -9
  269. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-detailed-setpoints.xml +507 -505
  270. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +9 -9
  271. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +8 -8
  272. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +9 -9
  273. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +9 -9
  274. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +9 -9
  275. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +9 -9
  276. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +9 -9
  277. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +9 -9
  278. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +9 -9
  279. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +12 -10
  280. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +14 -14
  281. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +5 -5
  282. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +9 -9
  283. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +9 -9
  284. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +9 -9
  285. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +9 -9
  286. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +9 -9
  287. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +9 -9
  288. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +9 -9
  289. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +9 -9
  290. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +9 -9
  291. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +9 -9
  292. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +9 -9
  293. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +9 -9
  294. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-detailed-setpoints.xml +12 -10
  295. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml +9 -9
  296. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +8 -8
  297. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef-fhr.xml +9 -9
  298. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml +9 -9
  299. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +9 -9
  300. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-detailed-schedules.xml +13 -11
  301. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml +9 -9
  302. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +8 -8
  303. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml +9 -9
  304. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +9 -9
  305. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +9 -9
  306. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +9 -9
  307. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml +12 -10
  308. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified.xml +9 -9
  309. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +9 -9
  310. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +9 -9
  311. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-detailed-setpoints.xml +12 -10
  312. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +8 -8
  313. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml +9 -9
  314. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +9 -9
  315. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml +9 -9
  316. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +9 -9
  317. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +9 -9
  318. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +9 -9
  319. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +9 -9
  320. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +13 -14
  321. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +11 -11
  322. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +9 -9
  323. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +9 -9
  324. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +9 -9
  325. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +9 -9
  326. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-ceilingtypes.xml +576 -576
  327. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-floortypes.xml +519 -519
  328. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +4 -5
  329. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +9 -9
  330. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +9 -9
  331. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +9 -9
  332. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ela.xml +548 -548
  333. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +9 -9
  334. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +9 -9
  335. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-cfm.xml +551 -551
  336. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-orientations.xml +9 -9
  337. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +9 -9
  338. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +9 -9
  339. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-physical-properties.xml +9 -9
  340. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml +9 -9
  341. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-storms.xml +9 -9
  342. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +9 -9
  343. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml +10 -11
  344. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-thermal-mass.xml +9 -9
  345. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +19 -19
  346. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-natural-ventilation-availability.xml +555 -553
  347. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +9 -9
  348. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-physical-properties.xml +9 -9
  349. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading-seasons.xml +560 -558
  350. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading.xml +9 -9
  351. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-storms.xml +9 -9
  352. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +10 -10
  353. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml +10 -11
  354. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-belly-wing-no-skirt.xml +496 -0
  355. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-belly-wing-skirt.xml +496 -0
  356. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +18 -18
  357. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-schedules-simple-power-outage-natvent-unavailable.xml → base-foundation-conditioned-basement-slab-insulation-full.xml} +552 -564
  358. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +9 -9
  359. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-insulation.xml +555 -555
  360. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-crawlspace.xml +8 -8
  361. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +5 -5
  362. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +10 -11
  363. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +4 -4
  364. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +4 -4
  365. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +4 -4
  366. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +4 -4
  367. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +9 -9
  368. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace-above-grade.xml +558 -0
  369. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +9 -9
  370. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +15 -15
  371. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml +9 -9
  372. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml +552 -552
  373. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml +9 -9
  374. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml +562 -562
  375. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml +557 -557
  376. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +9 -9
  377. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +9 -9
  378. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml +586 -586
  379. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml +9 -9
  380. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml +9 -9
  381. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml +9 -9
  382. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml → base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-other-temperatures.xml} +89 -13
  383. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml → base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml} +107 -13
  384. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +9 -9
  385. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-sizing-controls.xml +567 -565
  386. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize.xml +9 -9
  387. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +9 -9
  388. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +9 -9
  389. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +9 -9
  390. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only-pilot.xml +512 -512
  391. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +9 -9
  392. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +9 -9
  393. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +9 -9
  394. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +9 -9
  395. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed-seer2.xml +536 -536
  396. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +9 -9
  397. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +9 -9
  398. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-central-ac-only-var-speed.xml → base-hvac-central-ac-only-var-speed-detailed-performance.xml} +49 -10
  399. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +9 -9
  400. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +9 -9
  401. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +9 -9
  402. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml +559 -559
  403. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +9 -9
  404. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +9 -9
  405. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +9 -9
  406. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +9 -9
  407. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-fractions.xml +11 -12
  408. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-multipliers.xml +558 -558
  409. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-buried.xml +554 -554
  410. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-furnace-gas-room-ac.xml → base-hvac-ducts-defaults.xml} +28 -14
  411. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-effective-rvalue.xml +552 -552
  412. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-cfm50.xml +9 -9
  413. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +9 -9
  414. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +9 -9
  415. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +9 -9
  416. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +9 -9
  417. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +9 -9
  418. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +9 -9
  419. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +15 -10
  420. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml +9 -9
  421. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +9 -9
  422. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +9 -9
  423. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +9 -9
  424. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +9 -9
  425. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-detailed-setpoints.xml +12 -10
  426. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-pilot.xml +541 -541
  427. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +9 -9
  428. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +9 -9
  429. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +9 -9
  430. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +9 -9
  431. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +9 -9
  432. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +9 -9
  433. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml +9 -9
  434. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml +9 -9
  435. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +9 -9
  436. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml +9 -9
  437. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml +9 -9
  438. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml → base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml} +650 -556
  439. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml +9 -9
  440. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml +9 -9
  441. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml +9 -9
  442. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml +9 -9
  443. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-only.xml +9 -9
  444. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-ground-to-air-heat-pump.xml +9 -9
  445. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml +9 -9
  446. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-heat-pump-ducted.xml +9 -9
  447. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +9 -9
  448. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml → base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml} +50 -49
  449. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +9 -9
  450. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +9 -9
  451. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml → base-hvac-mini-split-heat-pump-ducted-detailed-performance.xml} +109 -14
  452. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +9 -9
  453. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +9 -9
  454. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml +524 -524
  455. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml → base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml} +560 -552
  456. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml +563 -563
  457. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml +9 -9
  458. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml → base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml} +108 -60
  459. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml +505 -505
  460. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +9 -9
  461. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +9 -9
  462. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +10 -11
  463. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-electricity.xml +9 -9
  464. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-natural-gas.xml +504 -504
  465. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac.xml +9 -9
  466. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp-heating-capacity-17f.xml +512 -512
  467. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp.xml +9 -9
  468. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +9 -9
  469. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-ceer.xml +9 -9
  470. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-detailed-setpoints.xml +12 -10
  471. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +9 -9
  472. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-heating.xml +504 -504
  473. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-reverse-cycle.xml +517 -517
  474. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-seasons.xml +9 -9
  475. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-schedules.xml +9 -9
  476. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-setbacks.xml +9 -9
  477. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +9 -9
  478. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-fixed-heater-gas-only.xml → base-hvac-space-heater-gas-only.xml} +10 -10
  479. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +9 -9
  480. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +9 -9
  481. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +9 -9
  482. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +9 -9
  483. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +9 -9
  484. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-holiday.xml +9 -9
  485. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-kwh-per-year.xml +531 -528
  486. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-mixed.xml +536 -536
  487. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none-ceiling-fans.xml +515 -515
  488. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +9 -9
  489. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml +9 -9
  490. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +9 -9
  491. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-capetown-zaf.xml +9 -9
  492. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +10 -11
  493. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +4 -4
  494. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml +9 -9
  495. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml +10 -11
  496. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +10 -11
  497. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml +10 -11
  498. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml +9 -9
  499. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +9 -9
  500. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +9 -9
  501. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-airflow-fraction-zero.xml +9 -9
  502. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +9 -9
  503. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +9 -9
  504. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml +576 -576
  505. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-supply.xml +576 -576
  506. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +9 -9
  507. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +9 -9
  508. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +9 -9
  509. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +9 -9
  510. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +9 -9
  511. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +9 -9
  512. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +9 -9
  513. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +9 -9
  514. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +9 -9
  515. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +9 -9
  516. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-additional-properties.xml +21 -19
  517. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-detailed-only.xml +605 -605
  518. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-mixed.xml +587 -587
  519. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv.xml +9 -9
  520. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills.xml +9 -9
  521. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -3
  522. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-emissions.xml +9 -9
  523. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery-scheduled.xml +587 -585
  524. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery.xml +584 -584
  525. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml +9 -9
  526. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-ground-conductivity.xml +555 -555
  527. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +26 -26
  528. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +26 -26
  529. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +9 -9
  530. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading-bldgtype-multifamily.xml +508 -508
  531. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +9 -9
  532. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml +9 -9
  533. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-schedules-simple-power-outage-natvent-available.xml → base-misc-unit-multiplier.xml} +553 -564
  534. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +26 -26
  535. data/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-mf-units.xml +2755 -0
  536. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-multiple-buildings.xml → base-multiple-sfd-buildings.xml} +31 -22
  537. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-ah.xml +9 -9
  538. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-garage.xml +4 -5
  539. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-round-trip-efficiency.xml +597 -597
  540. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-scheduled.xml +599 -597
  541. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery.xml +9 -9
  542. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery-scheduled.xml +615 -613
  543. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery.xml +612 -612
  544. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators.xml +596 -596
  545. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +9 -9
  546. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0-runperiod-1-month.xml +559 -559
  547. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0.xml +555 -555
  548. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon.xml +616 -616
  549. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon2.xml +616 -616
  550. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1.xml +547 -547
  551. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-5.xml +515 -515
  552. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-all-10-mins.xml +14 -12
  553. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-crankcase-heater-40w.xml → base-schedules-detailed-mixed-timesteps-power-outage.xml} +565 -555
  554. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml → base-schedules-detailed-mixed-timesteps.xml} +554 -563
  555. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-10-mins.xml +12 -10
  556. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-power-outage.xml +566 -564
  557. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy.xml +12 -10
  558. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic.xml +12 -10
  559. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-schedules.xml +12 -10
  560. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-setbacks.xml +12 -10
  561. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints.xml +12 -10
  562. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml +619 -619
  563. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml +618 -618
  564. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple.xml +9 -9
  565. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml +9 -9
  566. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +9 -9
  567. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +9 -9
  568. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +9 -9
  569. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-temperature-capacitance-multiplier.xml +553 -553
  570. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml +12 -10
  571. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml +12 -10
  572. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +9 -9
  573. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-30-mins.xml +552 -552
  574. data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +9 -9
  575. data/example_files/resources/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw +2 -0
  576. data/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy-subset.osw +2 -0
  577. data/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy.osw +2 -0
  578. data/example_files/resources/hpxml-measures/workflow/template-run-hpxml.osw +4 -1
  579. data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Long_Residence.xml +385 -385
  580. data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Vatilo_Residence.xml +378 -380
  581. data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Victor_Residence.xml +369 -369
  582. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +7 -7
  583. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +7 -7
  584. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +7 -7
  585. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +7 -7
  586. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +7 -7
  587. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +7 -7
  588. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +7 -7
  589. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +7 -7
  590. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +7 -7
  591. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +7 -7
  592. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +7 -7
  593. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +7 -7
  594. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +7 -7
  595. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +7 -7
  596. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +7 -7
  597. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +7 -7
  598. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +7 -7
  599. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +7 -7
  600. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +7 -7
  601. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +7 -7
  602. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +7 -7
  603. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +7 -7
  604. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +7 -8
  605. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +7 -8
  606. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +6 -6
  607. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +6 -6
  608. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_sizing.csv +363 -0
  609. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1.csv +281 -0
  610. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1_bills.csv +281 -0
  611. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2.csv +141 -0
  612. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2_bills.csv +141 -0
  613. data/example_files/resources/hpxml-measures/workflow/tests/compare.py +12 -6
  614. data/example_files/resources/hpxml-measures/workflow/tests/util.rb +1141 -0
  615. data/example_files/weather/USA_CO_Denver.Intl.AP.725650_TMY3.ddy +536 -0
  616. data/example_files/weather/USA_CO_Denver.Intl.AP.725650_TMY3.epw +8768 -0
  617. data/example_files/weather/USA_CO_Denver.Intl.AP.725650_TMY3.stat +554 -0
  618. data/example_files/weather/USA_FL_MacDill.AFB.747880_TMY3.ddy +536 -0
  619. data/example_files/weather/USA_FL_MacDill.AFB.747880_TMY3.epw +8768 -0
  620. data/example_files/weather/USA_FL_MacDill.AFB.747880_TMY3.stat +553 -0
  621. data/example_files/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3-cache.csv +35 -0
  622. data/example_files/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.ddy +536 -0
  623. data/example_files/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.epw +8768 -0
  624. data/example_files/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.stat +553 -0
  625. data/example_files/weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3-cache.csv +35 -0
  626. data/example_files/xml_building/17/README.md +4 -2
  627. data/example_files/xml_building/17/feature.xml +2112 -0
  628. data/lib/uo_cli/version.rb +1 -1
  629. data/lib/uo_cli.rb +110 -17
  630. data/uo_cli.gemspec +6 -8
  631. metadata +130 -177
  632. data/Jenkinsfile +0 -10
  633. data/example_files/base_workflow_res.osw +0 -276
  634. data/example_files/resources/hpxml-measures/ReportUtilityBills/tests/utility_bills_test.rb +0 -1226
  635. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil-location-miami-fl.xml +0 -551
  636. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane-location-portland-or.xml +0 -551
  637. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml +0 -544
  638. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml +0 -550
  639. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml +0 -552
  640. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml +0 -552
  641. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml +0 -552
  642. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml +0 -552
  643. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml +0 -552
  644. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml +0 -552
  645. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml +0 -552
  646. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml +0 -569
  647. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml +0 -599
  648. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml +0 -552
  649. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-elec-only.xml +0 -506
  650. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml +0 -560
  651. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-only.xml +0 -507
  652. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-1-speed.xml +0 -536
  653. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-2-speed.xml +0 -536
  654. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml +0 -565
  655. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml +0 -553
  656. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml +0 -553
  657. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml +0 -553
  658. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-elec-resistance-only.xml +0 -497
  659. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml +0 -544
  660. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-floor-furnace-propane-only.xml +0 -500
  661. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-elec-only.xml +0 -536
  662. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml +0 -551
  663. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml +0 -551
  664. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml +0 -536
  665. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml +0 -546
  666. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml +0 -552
  667. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml +0 -554
  668. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml +0 -554
  669. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml +0 -554
  670. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml +0 -543
  671. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml +0 -549
  672. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml +0 -551
  673. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml +0 -551
  674. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml +0 -519
  675. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml +0 -522
  676. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac-with-heating.xml +0 -503
  677. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac.xml +0 -496
  678. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-acca.xml +0 -518
  679. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-hers.xml +0 -518
  680. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-maxload.xml +0 -518
  681. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-only.xml +0 -496
  682. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-heating.xml +0 -503
  683. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml +0 -518
  684. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml +0 -518
  685. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml +0 -518
  686. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-stove-oil-only.xml +0 -500
  687. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-wall-furnace-elec-only.xml +0 -500
  688. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only-pilot-light.xml +0 -506
  689. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +0 -501
  690. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +0 -556
  691. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-none.xml +0 -548
  692. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy-year-round.xml +0 -619
  693. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results.csv +0 -475
  694. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_bills.csv +0 -475
  695. data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +0 -1313
  696. data/example_files/resources/measure-info.json +0 -26
  697. data/example_files/resources/meta_measure.rb +0 -301
  698. data/example_files/xml_building/17/unit 1.xml +0 -580
  699. data/example_files/xml_building/17/unit 2.xml +0 -553
  700. data/example_files/xml_building/17/unit 3.xml +0 -553
  701. data/example_files/xml_building/17/unit 4.xml +0 -580
  702. /data/example_files/{residential → mappers/residential/template/iecc}/clothes_dryer.tsv +0 -0
  703. /data/example_files/{residential → mappers/residential/template/iecc}/clothes_washer.tsv +0 -0
  704. /data/example_files/{residential → mappers/residential/template/iecc}/cooling_system.tsv +0 -0
  705. /data/example_files/{residential → mappers/residential/template/iecc}/dishwasher.tsv +0 -0
  706. /data/example_files/{residential → mappers/residential/template/iecc}/enclosure.tsv +0 -0
  707. /data/example_files/{residential → mappers/residential/template/iecc}/heat_pump.tsv +0 -0
  708. /data/example_files/{residential → mappers/residential/template/iecc}/heating_system.tsv +0 -0
  709. /data/example_files/{residential → mappers/residential/template/iecc}/mechanical_ventilation.tsv +0 -0
  710. /data/example_files/{residential → mappers/residential/template/iecc}/refrigerator.tsv +0 -0
  711. /data/example_files/{residential → mappers/residential/template/iecc}/water_heater.tsv +0 -0
  712. /data/example_files/resources/hpxml-measures/ReportUtilityBills/tests/{JacksonElectricMemberCorp-ResidentialSeniorCitizenLowIncomeAssistance.json → Detailed Rate.json} +0 -0
@@ -1,4 +1,4 @@
1
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://hpxmlonline.com/2019/10" targetNamespace="http://hpxmlonline.com/2019/10" elementFormDefault="qualified" version="4.0">
1
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://hpxmlonline.com/2023/09" targetNamespace="http://hpxmlonline.com/2023/09" elementFormDefault="qualified" version="4.0">
2
2
  <xs:element name="HPXML">
3
3
  <xs:complexType>
4
4
  <xs:sequence>
@@ -101,7 +101,7 @@
101
101
  </xs:complexType>
102
102
  <xs:complexType name="RemoteReference">
103
103
  <xs:annotation>
104
- <xs:documentation>Use the id attribute if the element being referenced is available locally in the current xml transaction. Use the Sending/Receiving System Identifiers to identify
104
+ <xs:documentation>Use the idref attribute if the element being referenced is available locally in the current xml transaction. Use the Sending/Receiving System Identifiers to identify
105
105
  elements in other xml transactions.</xs:documentation>
106
106
  </xs:annotation>
107
107
  <xs:sequence>
@@ -110,7 +110,7 @@
110
110
  <xs:element name="ReceivingSystemIdentifierType" type="ReceivingSystemIdentifierType" minOccurs="0"/>
111
111
  <xs:element name="ReceivingSystemIdentifierValue" type="ReceivingSystemIdentifierValue" minOccurs="0"/>
112
112
  </xs:sequence>
113
- <xs:attribute name="id" type="xs:IDREF">
113
+ <xs:attribute name="idref" type="xs:IDREF">
114
114
  <xs:annotation>
115
115
  <xs:documentation>Id reference in the current document. Optional. If the element isn't available in the current document, don't use this.</xs:documentation>
116
116
  </xs:annotation>
@@ -200,65 +200,6 @@
200
200
  </xs:sequence>
201
201
  <xs:attribute name="dataSource" type="DataSource"/>
202
202
  </xs:complexType>
203
- <xs:complexType name="DetailedConstruction">
204
- <xs:annotation>
205
- <xs:documentation>Can be used to describe properties for each individual material in the construction</xs:documentation>
206
- </xs:annotation>
207
- <xs:sequence>
208
- <xs:group ref="SystemInfo"/>
209
- <xs:element maxOccurs="unbounded" name="ConstructionLayer">
210
- <xs:annotation>
211
- <xs:documentation>Layers should be ordered from exterior to interior. Do not include air films.</xs:documentation>
212
- </xs:annotation>
213
- <xs:complexType>
214
- <xs:sequence>
215
- <xs:element minOccurs="0" name="LayerType" type="ConstructionLayerType"/>
216
- <xs:element minOccurs="0" name="LayerThickness" type="LengthMeasurement">
217
- <xs:annotation>
218
- <xs:documentation>[in]</xs:documentation>
219
- </xs:annotation>
220
- </xs:element>
221
- <xs:element maxOccurs="unbounded" name="LayerMaterial">
222
- <xs:complexType>
223
- <xs:sequence>
224
- <xs:element minOccurs="0" name="AreaFraction" type="FractionGreaterThanZero">
225
- <xs:annotation>
226
- <xs:documentation>Fraction of the layer's area defined by this material. Values across all materials in a layer should sum to 1.</xs:documentation>
227
- </xs:annotation>
228
- </xs:element>
229
- <xs:element minOccurs="0" name="MaterialType" type="xs:string">
230
- <xs:annotation>
231
- <xs:documentation>E.g., "wood", "concrete", "drywall", etc.</xs:documentation>
232
- </xs:annotation>
233
- </xs:element>
234
- <xs:element minOccurs="0" name="Conductivity" type="HPXMLDoubleGreaterThanZero">
235
- <xs:annotation>
236
- <xs:documentation>[Btu/hr-ft-F]</xs:documentation>
237
- </xs:annotation>
238
- </xs:element>
239
- <xs:element minOccurs="0" name="Density" type="HPXMLDoubleGreaterThanZero">
240
- <xs:annotation>
241
- <xs:documentation>[lb/ft3]</xs:documentation>
242
- </xs:annotation>
243
- </xs:element>
244
- <xs:element minOccurs="0" name="SpecificHeat" type="HPXMLDoubleGreaterThanZero">
245
- <xs:annotation>
246
- <xs:documentation>[Btu/lb-F]</xs:documentation>
247
- </xs:annotation>
248
- </xs:element>
249
- <xs:element minOccurs="0" name="RValue" type="RValue"/>
250
- <xs:element ref="extension" minOccurs="0"/>
251
- </xs:sequence>
252
- </xs:complexType>
253
- </xs:element>
254
- <xs:element ref="extension" minOccurs="0"/>
255
- </xs:sequence>
256
- </xs:complexType>
257
- </xs:element>
258
- <xs:element ref="extension" minOccurs="0"/>
259
- </xs:sequence>
260
- <xs:attribute name="dataSource" type="DataSource"/>
261
- </xs:complexType>
262
203
  <xs:complexType name="InsulationMaterial">
263
204
  <xs:choice>
264
205
  <xs:element name="Batt" type="InsulationBattType"/>
@@ -1048,7 +989,6 @@
1048
989
  <xs:element name="RadiantBarrierLocation" type="RadiantBarrierLocation" minOccurs="0"/>
1049
990
  <xs:element name="RadiantBarrierGrade" type="InsulationGrade" minOccurs="0"/>
1050
991
  <xs:element minOccurs="0" name="Insulation" type="InsulationInfo"/>
1051
- <xs:element minOccurs="0" name="DetailedConstruction" type="DetailedConstruction"/>
1052
992
  <xs:element ref="extension" minOccurs="0"/>
1053
993
  </xs:sequence>
1054
994
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -1089,7 +1029,6 @@
1089
1029
  <xs:element minOccurs="0" name="SolarAbsorptance" type="SolarAbsorptance"/>
1090
1030
  <xs:element minOccurs="0" name="Emittance" type="Emittance"/>
1091
1031
  <xs:element minOccurs="0" name="Insulation" type="InsulationInfo"/>
1092
- <xs:element minOccurs="0" name="DetailedConstruction" type="DetailedConstruction"/>
1093
1032
  <xs:element minOccurs="0" name="FloorJoists" type="StudProperties"/>
1094
1033
  <xs:element name="AnnualEnergyUse" minOccurs="0">
1095
1034
  <xs:complexType>
@@ -1142,8 +1081,9 @@
1142
1081
  <xs:element minOccurs="0" name="SolarAbsorptance" type="SolarAbsorptance"/>
1143
1082
  <xs:element minOccurs="0" name="Emittance" type="Emittance"/>
1144
1083
  <xs:element minOccurs="0" name="InteriorFinish" type="InteriorFinishInfo"/>
1084
+ <xs:element name="RadiantBarrier" type="HPXMLBoolean" minOccurs="0"/>
1085
+ <xs:element name="RadiantBarrierGrade" type="InsulationGrade" minOccurs="0"/>
1145
1086
  <xs:element minOccurs="0" maxOccurs="1" name="Insulation" type="InsulationInfo"/>
1146
- <xs:element minOccurs="0" name="DetailedConstruction" type="DetailedConstruction"/>
1147
1087
  <xs:element name="AnnualEnergyUse" minOccurs="0">
1148
1088
  <xs:complexType>
1149
1089
  <xs:sequence>
@@ -1211,7 +1151,6 @@
1211
1151
  <xs:element minOccurs="0" name="InteriorStuds" type="StudProperties"/>
1212
1152
  <xs:element minOccurs="0" name="InteriorFinish" type="InteriorFinishInfo"/>
1213
1153
  <xs:element maxOccurs="1" minOccurs="0" name="Insulation" type="FoundationWallInsulationInfo"/>
1214
- <xs:element minOccurs="0" name="DetailedConstruction" type="DetailedConstruction"/>
1215
1154
  <xs:element minOccurs="0" ref="extension"/>
1216
1155
  </xs:sequence>
1217
1156
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -1250,13 +1189,9 @@
1250
1189
  </xs:annotation>
1251
1190
  </xs:element>
1252
1191
  <xs:element minOccurs="0" name="InteriorFinish" type="InteriorFinishInfo"/>
1192
+ <xs:element name="RadiantBarrier" type="HPXMLBoolean" minOccurs="0"/>
1193
+ <xs:element name="RadiantBarrierGrade" type="InsulationGrade" minOccurs="0"/>
1253
1194
  <xs:element minOccurs="0" maxOccurs="1" name="Insulation" type="InsulationInfo"/>
1254
- <xs:element minOccurs="0" name="DetailedConstruction" type="DetailedConstruction"/>
1255
- <xs:element minOccurs="0" name="MobileHomeBellyOrWing" type="MobileHomeBellyOrWing">
1256
- <xs:annotation>
1257
- <xs:documentation>Indicate whether the floor section is a mobile home belly or wing section. Omit if not applicable. For a mobile home, if the foundation type is a belly and wing, ExteriorAdjacentTo should be set to 'outside'.</xs:documentation>
1258
- </xs:annotation>
1259
- </xs:element>
1260
1195
  <xs:element minOccurs="0" ref="extension"/>
1261
1196
  </xs:sequence>
1262
1197
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -1311,7 +1246,6 @@
1311
1246
  <xs:element minOccurs="0" name="FloorCovering" type="FloorCovering"/>
1312
1247
  <xs:element maxOccurs="1" minOccurs="0" name="PerimeterInsulation" type="SlabPerimeterInsulationInfo"/>
1313
1248
  <xs:element minOccurs="0" name="UnderSlabInsulation" type="UnderSlabInsulationInfo"/>
1314
- <xs:element minOccurs="0" name="DetailedConstruction" type="DetailedConstruction"/>
1315
1249
  <xs:element minOccurs="0" ref="extension"/>
1316
1250
  </xs:sequence>
1317
1251
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -1615,6 +1549,7 @@
1615
1549
  <xs:documentation>Does the system serve multiple building/dwelling units?</xs:documentation>
1616
1550
  </xs:annotation>
1617
1551
  </xs:element>
1552
+ <xs:element minOccurs="0" name="NumberofUnitsServed" type="HPXMLInteger"/>
1618
1553
  <xs:element minOccurs="0" name="FractionRecirculation" type="Fraction">
1619
1554
  <xs:annotation>
1620
1555
  <xs:documentation>The fraction of supply air that is from recirculation.</xs:documentation>
@@ -2412,7 +2347,7 @@
2412
2347
  </xs:annotation>
2413
2348
  </xs:element>
2414
2349
  <xs:element minOccurs="0" ref="AttachedToSpace"/>
2415
- <xs:element minOccurs="0" name="Location" type="LightingLocation"/>
2350
+ <xs:element minOccurs="0" name="Location" type="LightingAndPlugLoadLocation"/>
2416
2351
  <xs:element name="Count" type="HPXMLInteger" minOccurs="0"/>
2417
2352
  <xs:element minOccurs="0" name="FractionofUnitsInLocation" type="Fraction">
2418
2353
  <xs:annotation>
@@ -2482,7 +2417,7 @@
2482
2417
  <xs:element minOccurs="0" name="AttachedToLightingGroup" type="LocalReference"/>
2483
2418
  <xs:element name="LightingControlType" type="LightingControls" minOccurs="0"/>
2484
2419
  <xs:element name="NumberofLightingControls" type="IntegerGreaterThanOrEqualToZero" minOccurs="0"/>
2485
- <xs:element name="Location" type="LightingLocation" minOccurs="0"/>
2420
+ <xs:element name="Location" type="LightingAndPlugLoadLocation" minOccurs="0"/>
2486
2421
  <xs:element ref="extension" minOccurs="0"/>
2487
2422
  </xs:sequence>
2488
2423
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -2606,196 +2541,128 @@
2606
2541
  </xs:choice>
2607
2542
  <xs:attribute name="dataSource" type="DataSource"/>
2608
2543
  </xs:complexType>
2609
- <xs:complexType name="Pools">
2544
+ <xs:complexType name="PoolSpaType">
2610
2545
  <xs:sequence>
2611
- <xs:element maxOccurs="unbounded" name="Pool">
2546
+ <xs:group ref="SystemInfo"/>
2547
+ <xs:element minOccurs="0" name="Type" type="PoolType">
2548
+ <xs:annotation>
2549
+ <xs:documentation>Indicates if the pool or spa is above or below ground.</xs:documentation>
2550
+ </xs:annotation>
2551
+ </xs:element>
2552
+ <xs:element minOccurs="0" name="Volume" type="Volume">
2553
+ <xs:annotation>
2554
+ <xs:documentation>[gal] Volume of pool or spa.</xs:documentation>
2555
+ </xs:annotation>
2556
+ </xs:element>
2557
+ <xs:element minOccurs="0" name="MonthsPerYearofOperation" type="MonthsPerYear">
2558
+ <xs:annotation>
2559
+ <xs:documentation>Months per year pool or spa is in operation.</xs:documentation>
2560
+ </xs:annotation>
2561
+ </xs:element>
2562
+ <xs:element minOccurs="0" name="ReturnPipeDiameter" type="LengthMeasurement">
2563
+ <xs:annotation>
2564
+ <xs:documentation>[in]</xs:documentation>
2565
+ </xs:annotation>
2566
+ </xs:element>
2567
+ <xs:element minOccurs="0" name="SuctionPipeDiameter" type="LengthMeasurement">
2568
+ <xs:annotation>
2569
+ <xs:documentation>[in]</xs:documentation>
2570
+ </xs:annotation>
2571
+ </xs:element>
2572
+ <xs:element minOccurs="0" name="FilterType" type="PoolFilterType">
2573
+ <xs:annotation>
2574
+ <xs:documentation>Type of filter used, if any.</xs:documentation>
2575
+ </xs:annotation>
2576
+ </xs:element>
2577
+ <xs:element minOccurs="0" name="Pumps">
2612
2578
  <xs:complexType>
2613
2579
  <xs:sequence>
2614
- <xs:group ref="SystemInfo"/>
2615
- <xs:element minOccurs="0" name="Type" type="PoolType">
2616
- <xs:annotation>
2617
- <xs:documentation>Indicates if the pool is above or below ground.</xs:documentation>
2618
- </xs:annotation>
2619
- </xs:element>
2620
- <xs:element minOccurs="0" name="Volume" type="Volume">
2621
- <xs:annotation>
2622
- <xs:documentation>[gal] Volume of pool.</xs:documentation>
2623
- </xs:annotation>
2624
- </xs:element>
2625
- <xs:element minOccurs="0" name="MonthsPerYearofOperation" type="MonthsPerYear">
2626
- <xs:annotation>
2627
- <xs:documentation>Months per year pool is in operation.</xs:documentation>
2628
- </xs:annotation>
2629
- </xs:element>
2630
- <xs:element minOccurs="0" name="ReturnPipeDiameter" type="LengthMeasurement">
2631
- <xs:annotation>
2632
- <xs:documentation>[in]</xs:documentation>
2633
- </xs:annotation>
2634
- </xs:element>
2635
- <xs:element minOccurs="0" name="SuctionPipeDiameter" type="LengthMeasurement">
2636
- <xs:annotation>
2637
- <xs:documentation>[in]</xs:documentation>
2638
- </xs:annotation>
2639
- </xs:element>
2640
- <xs:element minOccurs="0" name="FilterType" type="PoolFilterType">
2580
+ <xs:element maxOccurs="unbounded" name="Pump">
2641
2581
  <xs:annotation>
2642
- <xs:documentation>Type of filter used, if any.</xs:documentation>
2582
+ <xs:documentation>Pool or spa pump: a mechanical assembly consisting of a &#8220;wet-end,&#8221; which houses the impeller and a motor. The pump increases the &#8220;head&#8221; and &#8220;flow&#8221; of the water (ENERGY STAR, 2013).</xs:documentation>
2643
2583
  </xs:annotation>
2644
- </xs:element>
2645
- <xs:element minOccurs="0" name="PoolPumps">
2646
2584
  <xs:complexType>
2647
2585
  <xs:sequence>
2648
- <xs:element maxOccurs="unbounded" name="PoolPump">
2586
+ <xs:group ref="SystemInfo"/>
2587
+ <xs:element minOccurs="0" ref="ConnectedDevice"/>
2588
+ <xs:element minOccurs="0" name="Type" type="PoolPumpType"/>
2589
+ <xs:element minOccurs="0" name="Manufacturer" type="HPXMLString">
2590
+ <xs:annotation>
2591
+ <xs:documentation>Manufacturer of pool or spa pump.</xs:documentation>
2592
+ </xs:annotation>
2593
+ </xs:element>
2594
+ <xs:element minOccurs="0" name="SerialNumber" type="HPXMLString">
2649
2595
  <xs:annotation>
2650
- <xs:documentation>Pool pump: a mechanical assembly consisting of a &#8220;wet-end,&#8221; which houses the impeller and a motor. The pump increases the &#8220;head&#8221; and
2651
- &#8220;flow&#8221; of the water (ENERGY STAR, 2013).</xs:documentation>
2596
+ <xs:documentation>Serial number of pool or spa pump.</xs:documentation>
2652
2597
  </xs:annotation>
2598
+ </xs:element>
2599
+ <xs:element minOccurs="0" name="ModelNumber" type="HPXMLString">
2600
+ <xs:annotation>
2601
+ <xs:documentation>Model number of pool or spa pump.</xs:documentation>
2602
+ </xs:annotation>
2603
+ </xs:element>
2604
+ <xs:element minOccurs="0" name="ThirdPartyCertification" type="PoolPump3rdPartyCertification" maxOccurs="unbounded">
2605
+ <xs:annotation>
2606
+ <xs:documentation>Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, or other)</xs:documentation>
2607
+ </xs:annotation>
2608
+ </xs:element>
2609
+ <xs:element minOccurs="0" name="EnergyFactor" type="Efficiency">
2610
+ <xs:annotation>
2611
+ <xs:documentation>[gal/Wh] The measure of overall pool or spa filter pump efficiency in units of gallons per watt-hour, as determined using the applicable test method in Section 4.1.2. Energy factor is analogous to other energy factors such as miles per gallon. Energy factor (EF) is calculated as: EF (gal/Wh) = flow rate (gpm) * 60 &#247; power (watts) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2612
+ </xs:annotation>
2613
+ </xs:element>
2614
+ <xs:element minOccurs="0" name="SpeedSetting" type="PoolPumpSpeedSetting">
2615
+ <xs:annotation>
2616
+ <xs:documentation>The speed setting at which the Energy Factor was measured (ENERGY STAR, 2013).</xs:documentation>
2617
+ </xs:annotation>
2618
+ </xs:element>
2619
+ <xs:element minOccurs="0" name="RatedHorsepower" type="Power">
2620
+ <xs:annotation>
2621
+ <xs:documentation>The motor power output designed by the manufacturer for a rated RPM, voltage and frequency. May be less than total horsepower where the service factor is greater than 1.0, or equal to total horsepower where the service factor = 1.0 (ANSI/APSP/ICC-15 2011).</xs:documentation>
2622
+ </xs:annotation>
2623
+ </xs:element>
2624
+ <xs:element minOccurs="0" name="TotalHorsepower" type="Power">
2625
+ <xs:annotation>
2626
+ <xs:documentation>The total horsepower, or product of the rated horsepower and the service factor of a motor used on a pool or spa pump (also known as SFHP) based on the maximum continuous duty motor power output rating allowable for the nameplate ambient rating and motor insulation class (e.g., total horsepower = rated horsepower * service factor) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2627
+ </xs:annotation>
2628
+ </xs:element>
2629
+ <xs:element minOccurs="0" name="ServiceFactor" type="HPXMLDouble">
2630
+ <xs:annotation>
2631
+ <xs:documentation>A multiplier applied to the rated horsepower of a pump motor to indicate the percent above nameplate horsepower at which the motor can operate continuously without exceeding its allowable insulation class temperature limit, provided that other design parameters, such rated voltage, frequency and ambient temperature, are within limits. A 1.5 hp pump with a 1.65 service factor produces 2.475 hp (total horsepower) at the maximum service factor point (ANSI/APSP/ICC-15 2011).</xs:documentation>
2632
+ </xs:annotation>
2633
+ </xs:element>
2634
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="PumpSpeed">
2653
2635
  <xs:complexType>
2654
2636
  <xs:sequence>
2655
- <xs:group ref="SystemInfo"/>
2656
- <xs:element minOccurs="0" ref="ConnectedDevice"/>
2657
- <xs:element minOccurs="0" name="Type" type="PoolPumpType"/>
2658
- <xs:element minOccurs="0" name="Manufacturer" type="HPXMLString">
2637
+ <xs:element minOccurs="0" name="Power" type="Power">
2659
2638
  <xs:annotation>
2660
- <xs:documentation>Manufacturer of pool pump.</xs:documentation>
2661
- </xs:annotation>
2662
- </xs:element>
2663
- <xs:element minOccurs="0" name="SerialNumber" type="HPXMLString">
2664
- <xs:annotation>
2665
- <xs:documentation>Serial number of pool pump.</xs:documentation>
2666
- </xs:annotation>
2667
- </xs:element>
2668
- <xs:element minOccurs="0" name="ModelNumber" type="HPXMLString">
2669
- <xs:annotation>
2670
- <xs:documentation>Model number of pool pump.</xs:documentation>
2671
- </xs:annotation>
2672
- </xs:element>
2673
- <xs:element minOccurs="0" name="ThirdPartyCertification" type="PoolPump3rdPartyCertification" maxOccurs="unbounded">
2674
- <xs:annotation>
2675
- <xs:documentation>Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE,
2676
- or other)</xs:documentation>
2677
- </xs:annotation>
2678
- </xs:element>
2679
- <xs:element minOccurs="0" name="EnergyFactor" type="Efficiency">
2680
- <xs:annotation>
2681
- <xs:documentation>[gal/Wh] The measure of overall pool filter pump efficiency in units of gallons per watt-hour, as determined using the
2682
- applicable test method in Section 4.1.2. Energy factor is analogous to other energy factors such as miles per gallon. Energy factor (EF) is
2683
- calculated as: EF (gal/Wh) = flow rate (gpm) * 60 &#247; power (watts) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2684
- </xs:annotation>
2685
- </xs:element>
2686
- <xs:element minOccurs="0" name="SpeedSetting" type="PoolPumpSpeedSetting">
2687
- <xs:annotation>
2688
- <xs:documentation>The speed setting at which the Energy Factor was measured (ENERGY STAR, 2013).</xs:documentation>
2639
+ <xs:documentation>[W]</xs:documentation>
2689
2640
  </xs:annotation>
2690
2641
  </xs:element>
2691
- <xs:element minOccurs="0" name="RatedHorsepower" type="Power">
2642
+ <xs:element minOccurs="0" name="MotorNominalSpeed" type="Speed">
2692
2643
  <xs:annotation>
2693
- <xs:documentation>The motor power output designed by the manufacturer for a rated RPM, voltage and frequency. May be less than total horsepower
2694
- where the service factor is greater than 1.0, or equal to total horsepower where the service factor = 1.0 (ANSI/APSP/ICC-15
2695
- 2011).</xs:documentation>
2644
+ <xs:documentation>[Rev/min] The number of revolutions of the motor shaft in a given unit of time, expressed as revolutions per minute (RPM) (ENERGY STAR, 2013).</xs:documentation>
2696
2645
  </xs:annotation>
2697
2646
  </xs:element>
2698
- <xs:element minOccurs="0" name="TotalHorsepower" type="Power">
2647
+ <xs:element minOccurs="0" name="FlowRate" type="FlowRate">
2699
2648
  <xs:annotation>
2700
- <xs:documentation>The total horsepower, or product of the rated horsepower and the service factor of a motor used on a pool pump (also known as
2701
- SFHP) based on the maximum continuous duty motor power output rating allowable for the nameplate ambient rating and motor insulation class
2702
- (e.g., total horsepower = rated horsepower * service factor) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2649
+ <xs:documentation>[gal/min] The volume of water flowing through the filtration system in a given time, usually measured in gallons per minute (gpm) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2703
2650
  </xs:annotation>
2704
2651
  </xs:element>
2705
- <xs:element minOccurs="0" name="ServiceFactor" type="HPXMLDouble">
2652
+ <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2706
2653
  <xs:annotation>
2707
- <xs:documentation>A multiplier applied to the rated horsepower of a pump motor to indicate the percent above nameplate horsepower at which the
2708
- motor can operate continuously without exceeding its allowable insulation class temperature limit, provided that other design parameters,
2709
- such rated voltage, frequency and ambient temperature, are within limits. A 1.5 hp pump with a 1.65 service factor produces 2.475 hp (total
2710
- horsepower) at the maximum service factor point (ANSI/APSP/ICC-15 2011).</xs:documentation>
2654
+ <xs:documentation>[hours] Number of hours per day a pool pump operates at a particular speed setting.</xs:documentation>
2711
2655
  </xs:annotation>
2712
2656
  </xs:element>
2713
- <xs:element maxOccurs="unbounded" minOccurs="0" name="PumpSpeed">
2714
- <xs:complexType>
2715
- <xs:sequence>
2716
- <xs:element minOccurs="0" name="Power" type="Power">
2717
- <xs:annotation>
2718
- <xs:documentation>[W]</xs:documentation>
2719
- </xs:annotation>
2720
- </xs:element>
2721
- <xs:element minOccurs="0" name="MotorNominalSpeed" type="Speed">
2722
- <xs:annotation>
2723
- <xs:documentation>[Rev/min] The number of revolutions of the motor shaft in a given unit of time, expressed as revolutions per
2724
- minute (RPM) (ENERGY STAR, 2013).</xs:documentation>
2725
- </xs:annotation>
2726
- </xs:element>
2727
- <xs:element minOccurs="0" name="FlowRate" type="FlowRate">
2728
- <xs:annotation>
2729
- <xs:documentation>[gal/min] The volume of water flowing through the filtration system in a given time, usually measured in gallons
2730
- per minute (gpm) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2731
- </xs:annotation>
2732
- </xs:element>
2733
- <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2734
- <xs:annotation>
2735
- <xs:documentation>[hours] Number of hours per day a pool pump operates at a particular speed setting.</xs:documentation>
2736
- </xs:annotation>
2737
- </xs:element>
2738
- <xs:element minOccurs="0" ref="extension"/>
2739
- </xs:sequence>
2740
- <xs:attribute name="dataSource" type="DataSource"/>
2741
- </xs:complexType>
2742
- </xs:element>
2743
- <xs:element minOccurs="0" name="Load">
2744
- <xs:complexType>
2745
- <xs:sequence>
2746
- <xs:element name="Units" type="PlugLoadUnits"/>
2747
- <xs:element name="Value" type="HPXMLDouble"/>
2748
- </xs:sequence>
2749
- </xs:complexType>
2750
- </xs:element>
2751
2657
  <xs:element minOccurs="0" ref="extension"/>
2752
2658
  </xs:sequence>
2753
2659
  <xs:attribute name="dataSource" type="DataSource"/>
2754
2660
  </xs:complexType>
2755
2661
  </xs:element>
2756
- </xs:sequence>
2757
- <xs:attribute name="dataSource" type="DataSource"/>
2758
- </xs:complexType>
2759
- </xs:element>
2760
- <xs:element minOccurs="0" name="Cleaner">
2761
- <xs:complexType>
2762
- <xs:sequence>
2763
- <xs:group ref="SystemInfo"/>
2764
- <xs:element minOccurs="0" ref="ConnectedDevice"/>
2765
- <xs:element minOccurs="0" name="Type" type="PoolCleanerType">
2766
- <xs:annotation>
2767
- <xs:documentation>Type of pool cleaner used, if any.</xs:documentation>
2768
- </xs:annotation>
2769
- </xs:element>
2770
- <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2771
- <xs:annotation>
2772
- <xs:documentation>Hours per day pool cleaner is used. </xs:documentation>
2773
- </xs:annotation>
2774
- </xs:element>
2775
- <xs:element minOccurs="0" ref="extension"/>
2776
- </xs:sequence>
2777
- <xs:attribute name="dataSource" type="DataSource"/>
2778
- </xs:complexType>
2779
- </xs:element>
2780
- <xs:element minOccurs="0" name="Heater">
2781
- <xs:complexType>
2782
- <xs:sequence>
2783
- <xs:group ref="SystemInfo"/>
2784
- <xs:element minOccurs="0" ref="ConnectedDevice"/>
2785
- <xs:element minOccurs="0" name="Type" type="PoolHeaterType">
2786
- <xs:annotation>
2787
- <xs:documentation>Type of heater used to heat pool, if any.</xs:documentation>
2788
- </xs:annotation>
2789
- </xs:element>
2790
- <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2791
- <xs:annotation>
2792
- <xs:documentation>Hours per day pool heater is used.</xs:documentation>
2793
- </xs:annotation>
2794
- </xs:element>
2795
2662
  <xs:element minOccurs="0" name="Load">
2796
2663
  <xs:complexType>
2797
2664
  <xs:sequence>
2798
- <xs:element name="Units" type="PoolHeaterUnits"/>
2665
+ <xs:element name="Units" type="PlugLoadUnits"/>
2799
2666
  <xs:element name="Value" type="HPXMLDouble"/>
2800
2667
  </xs:sequence>
2801
2668
  </xs:complexType>
@@ -2805,211 +2672,51 @@
2805
2672
  <xs:attribute name="dataSource" type="DataSource"/>
2806
2673
  </xs:complexType>
2807
2674
  </xs:element>
2808
- <xs:element minOccurs="0" ref="extension"/>
2809
2675
  </xs:sequence>
2810
2676
  <xs:attribute name="dataSource" type="DataSource"/>
2811
2677
  </xs:complexType>
2812
2678
  </xs:element>
2813
- </xs:sequence>
2814
- <xs:attribute name="dataSource" type="DataSource"/>
2815
- </xs:complexType>
2816
- <xs:complexType name="HotTubs">
2817
- <xs:sequence>
2818
- <xs:element maxOccurs="unbounded" name="HotTub">
2679
+ <xs:element minOccurs="0" name="Cleaner">
2819
2680
  <xs:complexType>
2820
2681
  <xs:sequence>
2821
2682
  <xs:group ref="SystemInfo"/>
2822
- <xs:element minOccurs="0" name="Type" type="PoolType">
2823
- <xs:annotation>
2824
- <xs:documentation>Indicates if the hot tub is above or below ground.</xs:documentation>
2825
- </xs:annotation>
2826
- </xs:element>
2827
- <xs:element minOccurs="0" name="Volume" type="Volume">
2828
- <xs:annotation>
2829
- <xs:documentation>[gal] Volume of hot tub.</xs:documentation>
2830
- </xs:annotation>
2831
- </xs:element>
2832
- <xs:element minOccurs="0" name="MonthsPerYearofOperation" type="MonthsPerYear">
2683
+ <xs:element minOccurs="0" ref="ConnectedDevice"/>
2684
+ <xs:element minOccurs="0" name="Type" type="PoolCleanerType">
2833
2685
  <xs:annotation>
2834
- <xs:documentation>Months per year hot tub is in operation.</xs:documentation>
2686
+ <xs:documentation>Type of pool or spa cleaner used, if any.</xs:documentation>
2835
2687
  </xs:annotation>
2836
2688
  </xs:element>
2837
- <xs:element minOccurs="0" name="ReturnPipeDiameter" type="LengthMeasurement">
2689
+ <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2838
2690
  <xs:annotation>
2839
- <xs:documentation>[in]</xs:documentation>
2691
+ <xs:documentation>Hours per day pool or spa cleaner is used. </xs:documentation>
2840
2692
  </xs:annotation>
2841
2693
  </xs:element>
2842
- <xs:element minOccurs="0" name="SuctionPipeDiameter" type="LengthMeasurement">
2694
+ <xs:element minOccurs="0" ref="extension"/>
2695
+ </xs:sequence>
2696
+ <xs:attribute name="dataSource" type="DataSource"/>
2697
+ </xs:complexType>
2698
+ </xs:element>
2699
+ <xs:element minOccurs="0" name="Heater">
2700
+ <xs:complexType>
2701
+ <xs:sequence>
2702
+ <xs:group ref="SystemInfo"/>
2703
+ <xs:element minOccurs="0" ref="ConnectedDevice"/>
2704
+ <xs:element minOccurs="0" name="Type" type="PoolHeaterType">
2843
2705
  <xs:annotation>
2844
- <xs:documentation>[in]</xs:documentation>
2706
+ <xs:documentation>Type of heater used to heat pool or spa, if any.</xs:documentation>
2845
2707
  </xs:annotation>
2846
2708
  </xs:element>
2847
- <xs:element minOccurs="0" name="FilterType" type="PoolFilterType">
2709
+ <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2848
2710
  <xs:annotation>
2849
- <xs:documentation>Type of filter used, if any.</xs:documentation>
2711
+ <xs:documentation>Hours per day pool or spa heater is used.</xs:documentation>
2850
2712
  </xs:annotation>
2851
2713
  </xs:element>
2852
- <xs:element minOccurs="0" name="HotTubPumps">
2853
- <xs:complexType>
2854
- <xs:sequence>
2855
- <xs:element maxOccurs="unbounded" name="HotTubPump">
2856
- <xs:annotation>
2857
- <xs:documentation>Pool pump: a mechanical assembly consisting of a &#8220;wet-end,&#8221; which houses the impeller and a motor. The pump increases the &#8220;head&#8221; and
2858
- &#8220;flow&#8221; of the water (ENERGY STAR, 2013).</xs:documentation>
2859
- </xs:annotation>
2860
- <xs:complexType>
2861
- <xs:sequence>
2862
- <xs:group ref="SystemInfo"/>
2863
- <xs:element minOccurs="0" ref="ConnectedDevice"/>
2864
- <xs:element minOccurs="0" name="Type" type="PoolPumpType"/>
2865
- <xs:element minOccurs="0" name="Manufacturer" type="HPXMLString">
2866
- <xs:annotation>
2867
- <xs:documentation>Manufacturer of hot tub pump.</xs:documentation>
2868
- </xs:annotation>
2869
- </xs:element>
2870
- <xs:element minOccurs="0" name="SerialNumber" type="HPXMLString">
2871
- <xs:annotation>
2872
- <xs:documentation>Serial number of hot tub pump.</xs:documentation>
2873
- </xs:annotation>
2874
- </xs:element>
2875
- <xs:element minOccurs="0" name="ModelNumber" type="HPXMLString">
2876
- <xs:annotation>
2877
- <xs:documentation>Model number of hot tub pump.</xs:documentation>
2878
- </xs:annotation>
2879
- </xs:element>
2880
- <xs:element minOccurs="0" name="ThirdPartyCertification" type="PoolPump3rdPartyCertification" maxOccurs="unbounded">
2881
- <xs:annotation>
2882
- <xs:documentation>Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE,
2883
- or other)</xs:documentation>
2884
- </xs:annotation>
2885
- </xs:element>
2886
- <xs:element minOccurs="0" name="EnergyFactor" type="Efficiency">
2887
- <xs:annotation>
2888
- <xs:documentation>[gal/Wh] The measure of overall hot tub filter pump efficiency in units of gallons per watt-hour, as determined using the
2889
- applicable test method in Section 4.1.2. Energy factor is analogous to other energy factors such as miles per gallon. Energy factor (EF) is
2890
- calculated as: EF (gal/Wh) = flow rate (gpm) * 60 &#247; power (watts) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2891
- </xs:annotation>
2892
- </xs:element>
2893
- <xs:element minOccurs="0" name="SpeedSetting" type="PoolPumpSpeedSetting">
2894
- <xs:annotation>
2895
- <xs:documentation>The speed setting at which the Energy Factor was measured (ENERGY STAR, 2013).</xs:documentation>
2896
- </xs:annotation>
2897
- </xs:element>
2898
- <xs:element minOccurs="0" name="RatedHorsepower" type="Power">
2899
- <xs:annotation>
2900
- <xs:documentation>The motor power output designed by the manufacturer for a rated RPM, voltage and frequency. May be less than total horsepower
2901
- where the service factor is greater than 1.0, or equal to total horsepower where the service factor = 1.0 (ANSI/APSP/ICC-15
2902
- 2011).</xs:documentation>
2903
- </xs:annotation>
2904
- </xs:element>
2905
- <xs:element minOccurs="0" name="TotalHorsepower" type="Power">
2906
- <xs:annotation>
2907
- <xs:documentation>The total horsepower, or product of the rated horsepower and the service factor of a motor used on a hot tub pump (also known as
2908
- SFHP) based on the maximum continuous duty motor power output rating allowable for the nameplate ambient rating and motor insulation class
2909
- (e.g., total horsepower = rated horsepower * service factor) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2910
- </xs:annotation>
2911
- </xs:element>
2912
- <xs:element minOccurs="0" name="ServiceFactor" type="HPXMLDouble">
2913
- <xs:annotation>
2914
- <xs:documentation>A multiplier applied to the rated horsepower of a pump motor to indicate the percent above nameplate horsepower at which the
2915
- motor can operate continuously without exceeding its allowable insulation class temperature limit, provided that other design parameters,
2916
- such rated voltage, frequency and ambient temperature, are within limits. A 1.5 hp pump with a 1.65 service factor produces 2.475 hp (total
2917
- horsepower) at the maximum service factor point (ANSI/APSP/ICC-15 2011).</xs:documentation>
2918
- </xs:annotation>
2919
- </xs:element>
2920
- <xs:element maxOccurs="unbounded" minOccurs="0" name="PumpSpeed">
2921
- <xs:complexType>
2922
- <xs:sequence>
2923
- <xs:element minOccurs="0" name="Power" type="Power">
2924
- <xs:annotation>
2925
- <xs:documentation>[W]</xs:documentation>
2926
- </xs:annotation>
2927
- </xs:element>
2928
- <xs:element minOccurs="0" name="MotorNominalSpeed" type="Speed">
2929
- <xs:annotation>
2930
- <xs:documentation>[Rev/min] The number of revolutions of the motor shaft in a given unit of time, expressed as revolutions per
2931
- minute (RPM) (ENERGY STAR, 2013).</xs:documentation>
2932
- </xs:annotation>
2933
- </xs:element>
2934
- <xs:element minOccurs="0" name="FlowRate" type="FlowRate">
2935
- <xs:annotation>
2936
- <xs:documentation>[gal/min] The volume of water flowing through the filtration system in a given time, usually measured in gallons
2937
- per minute (gpm) (ANSI/APSP/ICC-15 2011).</xs:documentation>
2938
- </xs:annotation>
2939
- </xs:element>
2940
- <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2941
- <xs:annotation>
2942
- <xs:documentation>[hours] Number of hours per day a pool pump operates at a particular speed setting.</xs:documentation>
2943
- </xs:annotation>
2944
- </xs:element>
2945
- <xs:element minOccurs="0" ref="extension"/>
2946
- </xs:sequence>
2947
- <xs:attribute name="dataSource" type="DataSource"/>
2948
- </xs:complexType>
2949
- </xs:element>
2950
- <xs:element minOccurs="0" name="Load">
2951
- <xs:complexType>
2952
- <xs:sequence>
2953
- <xs:element name="Units" type="PlugLoadUnits"/>
2954
- <xs:element name="Value" type="HPXMLDouble"/>
2955
- </xs:sequence>
2956
- </xs:complexType>
2957
- </xs:element>
2958
- <xs:element minOccurs="0" ref="extension"/>
2959
- </xs:sequence>
2960
- <xs:attribute name="dataSource" type="DataSource"/>
2961
- </xs:complexType>
2962
- </xs:element>
2963
- </xs:sequence>
2964
- <xs:attribute name="dataSource" type="DataSource"/>
2965
- </xs:complexType>
2966
- </xs:element>
2967
- <xs:element minOccurs="0" name="Cleaner">
2968
- <xs:complexType>
2969
- <xs:sequence>
2970
- <xs:group ref="SystemInfo"/>
2971
- <xs:element minOccurs="0" ref="ConnectedDevice"/>
2972
- <xs:element minOccurs="0" name="Type" type="PoolCleanerType">
2973
- <xs:annotation>
2974
- <xs:documentation>Type of hot tub cleaner used, if any.</xs:documentation>
2975
- </xs:annotation>
2976
- </xs:element>
2977
- <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2978
- <xs:annotation>
2979
- <xs:documentation>Hours per day hot tub cleaner is used. </xs:documentation>
2980
- </xs:annotation>
2981
- </xs:element>
2982
- <xs:element minOccurs="0" ref="extension"/>
2983
- </xs:sequence>
2984
- <xs:attribute name="dataSource" type="DataSource"/>
2985
- </xs:complexType>
2986
- </xs:element>
2987
- <xs:element minOccurs="0" name="Heater">
2714
+ <xs:element minOccurs="0" name="Load">
2988
2715
  <xs:complexType>
2989
2716
  <xs:sequence>
2990
- <xs:group ref="SystemInfo"/>
2991
- <xs:element minOccurs="0" ref="ConnectedDevice"/>
2992
- <xs:element minOccurs="0" name="Type" type="PoolHeaterType">
2993
- <xs:annotation>
2994
- <xs:documentation>Type of heater used to heat hot tub, if any.</xs:documentation>
2995
- </xs:annotation>
2996
- </xs:element>
2997
- <xs:element minOccurs="0" name="HoursPerDay" type="HoursPerDay">
2998
- <xs:annotation>
2999
- <xs:documentation>Hours per day hot tub heater is used.</xs:documentation>
3000
- </xs:annotation>
3001
- </xs:element>
3002
- <xs:element minOccurs="0" name="Load">
3003
- <xs:complexType>
3004
- <xs:sequence>
3005
- <xs:element name="Units" type="PoolHeaterUnits"/>
3006
- <xs:element name="Value" type="HPXMLDouble"/>
3007
- </xs:sequence>
3008
- </xs:complexType>
3009
- </xs:element>
3010
- <xs:element minOccurs="0" ref="extension"/>
2717
+ <xs:element name="Units" type="PoolHeaterUnits"/>
2718
+ <xs:element name="Value" type="HPXMLDouble"/>
3011
2719
  </xs:sequence>
3012
- <xs:attribute name="dataSource" type="DataSource"/>
3013
2720
  </xs:complexType>
3014
2721
  </xs:element>
3015
2722
  <xs:element minOccurs="0" ref="extension"/>
@@ -3020,6 +2727,22 @@
3020
2727
  </xs:sequence>
3021
2728
  <xs:attribute name="dataSource" type="DataSource"/>
3022
2729
  </xs:complexType>
2730
+ <xs:complexType name="Pools">
2731
+ <xs:sequence>
2732
+ <xs:element maxOccurs="unbounded" name="Pool">
2733
+ <xs:complexType>
2734
+ <xs:complexContent>
2735
+ <xs:extension base="PoolSpaType">
2736
+ <xs:sequence>
2737
+ <xs:element ref="extension" minOccurs="0"/>
2738
+ </xs:sequence>
2739
+ </xs:extension>
2740
+ </xs:complexContent>
2741
+ </xs:complexType>
2742
+ </xs:element>
2743
+ </xs:sequence>
2744
+ <xs:attribute name="dataSource" type="DataSource"/>
2745
+ </xs:complexType>
3023
2746
  <xs:complexType name="MiscLoads">
3024
2747
  <xs:sequence>
3025
2748
  <xs:element name="PlugLoad" maxOccurs="unbounded" minOccurs="0">
@@ -3029,7 +2752,7 @@
3029
2752
  <xs:element minOccurs="0" ref="ConnectedDevice"/>
3030
2753
  <xs:element minOccurs="0" ref="AttachedToSpace"/>
3031
2754
  <xs:element name="PlugLoadType" type="PlugLoadType" minOccurs="0"/>
3032
- <xs:element minOccurs="0" name="Location" type="PlugLoadLocation"/>
2755
+ <xs:element minOccurs="0" name="Location" type="LightingAndPlugLoadLocation"/>
3033
2756
  <xs:element name="Count" type="IntegerGreaterThanOrEqualToZero" minOccurs="0"/>
3034
2757
  <xs:element minOccurs="0" name="Load">
3035
2758
  <xs:complexType>
@@ -3066,7 +2789,7 @@
3066
2789
  <xs:element minOccurs="0" ref="ConnectedDevice"/>
3067
2790
  <xs:element minOccurs="0" ref="AttachedToSpace"/>
3068
2791
  <xs:element name="FuelLoadType" type="FuelLoadType" minOccurs="0"/>
3069
- <xs:element minOccurs="0" name="Location" type="FuelLoadLocation"/>
2792
+ <xs:element minOccurs="0" name="Location" type="LightingAndPlugLoadLocation"/>
3070
2793
  <xs:element name="Count" type="IntegerGreaterThanOrEqualToZero" minOccurs="0"/>
3071
2794
  <xs:element minOccurs="0" name="Load">
3072
2795
  <xs:complexType>
@@ -3123,6 +2846,11 @@
3123
2846
  <xs:element minOccurs="0" name="CombustionAppliances">
3124
2847
  <xs:complexType>
3125
2848
  <xs:sequence>
2849
+ <xs:element name="MaxAmbientCOinLivingSpaceDuringAudit" minOccurs="0" type="HPXMLDouble">
2850
+ <xs:annotation>
2851
+ <xs:documentation>Monitored throughout assessment, not just appliance testing</xs:documentation>
2852
+ </xs:annotation>
2853
+ </xs:element>
3126
2854
  <xs:element minOccurs="0" name="CombustionApplianceZone" maxOccurs="unbounded">
3127
2855
  <xs:complexType>
3128
2856
  <xs:sequence>
@@ -3210,11 +2938,6 @@
3210
2938
  <xs:complexContent>
3211
2939
  <xs:extension base="CAZApplianceReading">
3212
2940
  <xs:sequence>
3213
- <xs:element name="MaxAmbientCOinLivingSpaceDuringAudit" minOccurs="0" type="HPXMLDouble">
3214
- <xs:annotation>
3215
- <xs:documentation>Monitored throughout assessment, not just appliance testing</xs:documentation>
3216
- </xs:annotation>
3217
- </xs:element>
3218
2941
  <xs:element minOccurs="0" name="AmbientCOActionDuringCAZTesting" type="HPXMLString">
3219
2942
  <xs:annotation>
3220
2943
  <xs:documentation>BPI Gold Sheet is one example that shows action levels based upon decision logic</xs:documentation>
@@ -3856,15 +3579,7 @@
3856
3579
  <xs:attribute name="dataSource" type="DataSource"/>
3857
3580
  </xs:complexType>
3858
3581
  </xs:element>
3859
- <xs:element name="PortableHeater">
3860
- <xs:complexType>
3861
- <xs:sequence>
3862
- <xs:element minOccurs="0" ref="extension"/>
3863
- </xs:sequence>
3864
- <xs:attribute name="dataSource" type="DataSource"/>
3865
- </xs:complexType>
3866
- </xs:element>
3867
- <xs:element name="FixedHeater">
3582
+ <xs:element name="SpaceHeater">
3868
3583
  <xs:complexType>
3869
3584
  <xs:sequence>
3870
3585
  <xs:element minOccurs="0" name="AtmosphericBurner" type="HPXMLBoolean"/>
@@ -4023,7 +3738,6 @@
4023
3738
  </xs:sequence>
4024
3739
  </xs:complexType>
4025
3740
  </xs:element>
4026
- <xs:element name="RoomCoolingType" type="RoomCoolingType" minOccurs="0"/>
4027
3741
  <xs:element minOccurs="0" name="IntegratedHeatingSystemFuel" type="FuelType"/>
4028
3742
  <xs:element minOccurs="0" name="IntegratedHeatingSystemCapacity" type="Capacity">
4029
3743
  <xs:annotation>
@@ -4244,6 +3958,7 @@
4244
3958
  <xs:documentation>[sq.ft.]</xs:documentation>
4245
3959
  </xs:annotation>
4246
3960
  </xs:element>
3961
+ <xs:element minOccurs="0" name="DuctShape" type="DuctShape"/>
4247
3962
  <xs:element minOccurs="0" ref="extension"/>
4248
3963
  </xs:sequence>
4249
3964
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -4566,6 +4281,11 @@
4566
4281
  <xs:element minOccurs="0" name="GaragePresent" type="HPXMLBoolean"/>
4567
4282
  <xs:element minOccurs="0" name="GarageLocation" type="GarageLocation"/>
4568
4283
  <xs:element minOccurs="0" name="SpaceAboveGarage" type="SpaceAboveGarage"/>
4284
+ <xs:element minOccurs="0" name="ManufacturedHomeSections" type="ManufacturedHomeSections">
4285
+ <xs:annotation>
4286
+ <xs:documentation>The number of sections (width) of the manufactured home. CrossMod is a new style of manufactured home with more flexibility in configuration, higher roof pitch, covered porches, and garages or carports. They look more like a site-built single family detached home, but are manufactured in a factory and assembled on site. </xs:documentation>
4287
+ </xs:annotation>
4288
+ </xs:element>
4569
4289
  <xs:element minOccurs="0" ref="extension"/>
4570
4290
  </xs:sequence>
4571
4291
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -4696,7 +4416,80 @@
4696
4416
  <xs:element name="Appliances" type="Appliances" minOccurs="0"/>
4697
4417
  <xs:element name="Lighting" type="Lighting" minOccurs="0"/>
4698
4418
  <xs:element minOccurs="0" name="Pools" type="Pools"/>
4699
- <xs:element minOccurs="0" name="HotTubs" type="HotTubs"/>
4419
+ <xs:element minOccurs="0" name="Spas">
4420
+ <xs:complexType>
4421
+ <xs:sequence>
4422
+ <xs:element maxOccurs="unbounded" name="PermanentSpa" minOccurs="0">
4423
+ <xs:annotation>
4424
+ <xs:documentation>A permanently constructed spa where piping and equipment are an integral part of the structure, and not intended to be moved.</xs:documentation>
4425
+ </xs:annotation>
4426
+ <xs:complexType>
4427
+ <xs:complexContent>
4428
+ <xs:extension base="PoolSpaType">
4429
+ <xs:sequence>
4430
+ <xs:element minOccurs="0" name="AttachedToPool" type="LocalReference"/>
4431
+ <xs:element ref="extension" minOccurs="0"/>
4432
+ </xs:sequence>
4433
+ </xs:extension>
4434
+ </xs:complexContent>
4435
+ </xs:complexType>
4436
+ </xs:element>
4437
+ <xs:element maxOccurs="unbounded" name="PortableElectricSpa" minOccurs="0">
4438
+ <xs:annotation>
4439
+ <xs:documentation>A factory-built electric spa or hot tub, supplied with piping and equipment for temperature-controlled circulated water at the time of sale or sold separately for subsequent attachment.</xs:documentation>
4440
+ </xs:annotation>
4441
+ <xs:complexType>
4442
+ <xs:sequence>
4443
+ <xs:group ref="SystemInfo"/>
4444
+ <xs:element minOccurs="0" name="Manufacturer" type="HPXMLString"/>
4445
+ <xs:element minOccurs="0" name="Model" type="HPXMLString"/>
4446
+ <xs:element minOccurs="0" name="Capacity" type="IntegerGreaterThanZero">
4447
+ <xs:annotation>
4448
+ <xs:documentation>Number of people</xs:documentation>
4449
+ </xs:annotation>
4450
+ </xs:element>
4451
+ <xs:element minOccurs="0" name="Volume" type="Volume">
4452
+ <xs:annotation>
4453
+ <xs:documentation>[gal] Rated volume of portable spa</xs:documentation>
4454
+ </xs:annotation>
4455
+ </xs:element>
4456
+ <xs:element minOccurs="0" name="StandbyPower" type="Power">
4457
+ <xs:annotation>
4458
+ <xs:documentation>[W] Standby Power as measured by ANSI/APSP/ICC-14</xs:documentation>
4459
+ </xs:annotation>
4460
+ </xs:element>
4461
+ <xs:element minOccurs="0" name="MaximumStandbyPowerAllowed" type="Power">
4462
+ <xs:annotation>
4463
+ <xs:documentation>[W] Maximum standby power allowed for this size spa under ANSI/APSP/ICC-14</xs:documentation>
4464
+ </xs:annotation>
4465
+ </xs:element>
4466
+ <xs:element name="TotalAnnualPowerConsumptionInStandbyMode" minOccurs="0" type="RatedAnnualkWh">
4467
+ <xs:annotation>
4468
+ <xs:documentation>[kWh] Total annual power consumption in standby mode, based on test procedure in ANSI/APSP/ICC-14. Typically standby power * 8760. </xs:documentation>
4469
+ </xs:annotation>
4470
+ </xs:element>
4471
+ <xs:element minOccurs="0" name="Cover">
4472
+ <xs:complexType>
4473
+ <xs:sequence>
4474
+ <xs:element minOccurs="0" name="Manufacturer" type="HPXMLString"/>
4475
+ <xs:element minOccurs="0" name="Model" type="HPXMLString"/>
4476
+ </xs:sequence>
4477
+ </xs:complexType>
4478
+ </xs:element>
4479
+ <xs:element minOccurs="0" name="MonthsPerYearofOperation" type="MonthsPerYear">
4480
+ <xs:annotation>
4481
+ <xs:documentation>Months per year portable spa is in operation.</xs:documentation>
4482
+ </xs:annotation>
4483
+ </xs:element>
4484
+ <xs:element minOccurs="0" ref="extension"/>
4485
+ </xs:sequence>
4486
+ <xs:attribute name="dataSource" type="DataSource"/>
4487
+ </xs:complexType>
4488
+ </xs:element>
4489
+ </xs:sequence>
4490
+ <xs:attribute name="dataSource" type="DataSource"/>
4491
+ </xs:complexType>
4492
+ </xs:element>
4700
4493
  <xs:element name="MiscLoads" type="MiscLoads" minOccurs="0"/>
4701
4494
  <xs:element minOccurs="0" name="HealthAndSafety" type="HealthAndSafety"/>
4702
4495
  <xs:element minOccurs="0" ref="extension"/>
@@ -5349,14 +5142,9 @@
5349
5142
  <xs:element minOccurs="0" name="GlassType" type="GlassType"/>
5350
5143
  <xs:element minOccurs="0" name="FrameType" type="WindowFrameType"/>
5351
5144
  <xs:element minOccurs="0" name="Location" type="StormLocation"/>
5352
- <xs:element minOccurs="0" name="Operable" type="HPXMLBoolean">
5145
+ <xs:element minOccurs="0" name="FractionOperable" type="Fraction">
5353
5146
  <xs:annotation>
5354
- <xs:documentation>DEPRECATED. This will be removed in v4.0. Use FractionOperable element instead.</xs:documentation>
5355
- </xs:annotation>
5356
- </xs:element>
5357
- <xs:element minOccurs="0" name="FractionOperable" type="HPXMLBoolean">
5358
- <xs:annotation>
5359
- <xs:documentation>If the Window/Skylight element represents a single window/skylight, the value should be 0 or 1, otherwise the fraction of area that is operable.</xs:documentation>
5147
+ <xs:documentation>Defined as the sum of the areas for operable storms divided by the sum of the areas for all storms. The fraction should not take into account how much a storm can be opened (e.g., 50% for a double hung storm). If the StormWindow element represents a single storm, the value should be 0 or 1.</xs:documentation>
5360
5148
  </xs:annotation>
5361
5149
  </xs:element>
5362
5150
  <xs:element minOccurs="0" name="Condition" type="WindowCondition"/>
@@ -5401,14 +5189,9 @@
5401
5189
  </xs:complexType>
5402
5190
  </xs:element>
5403
5191
  <xs:element minOccurs="0" name="WeatherStripping" type="HPXMLBoolean"/>
5404
- <xs:element minOccurs="0" name="Operable" type="HPXMLBoolean">
5405
- <xs:annotation>
5406
- <xs:documentation>DEPRECATED. This will be removed in v4.0. Use FractionOperable element instead.</xs:documentation>
5407
- </xs:annotation>
5408
- </xs:element>
5409
5192
  <xs:element minOccurs="0" name="FractionOperable" type="Fraction">
5410
5193
  <xs:annotation>
5411
- <xs:documentation>The fraction of windows/skylights that are operable. If the Window/Skylight element represents a single window/skylight, the value should be 0 or 1.</xs:documentation>
5194
+ <xs:documentation>Defined as the sum of the areas for operable windows divided by the sum of the areas for all windows. The fraction should not take into account how much a window can be opened (e.g., 50% for a double hung window). If the Window/Skylight element represents a single window/skylight, the value should be 0 or 1.</xs:documentation>
5412
5195
  </xs:annotation>
5413
5196
  </xs:element>
5414
5197
  <xs:element minOccurs="0" name="LeakinessDescription" type="BuildingLeakiness"/>
@@ -5602,6 +5385,11 @@
5602
5385
  <xs:sequence>
5603
5386
  <xs:element minOccurs="0" name="Finished" type="HPXMLBoolean"/>
5604
5387
  <xs:element minOccurs="0" name="Conditioned" type="HPXMLBoolean"/>
5388
+ <xs:element minOccurs="0" name="Walkout" type="HPXMLBoolean">
5389
+ <xs:annotation>
5390
+ <xs:documentation>A partially underground basement that has a door directly on grade to the outside, typically built on a sloping lot.</xs:documentation>
5391
+ </xs:annotation>
5392
+ </xs:element>
5605
5393
  <xs:element minOccurs="0" ref="extension"/>
5606
5394
  </xs:sequence>
5607
5395
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -5674,13 +5462,12 @@
5674
5462
  </xs:element>
5675
5463
  <xs:element name="BellyAndWing">
5676
5464
  <xs:annotation>
5677
- <xs:documentation>The floor is supported on a pair of I-beams spanning across the length of the mobile home. The floor wing is the part of the floor outside the supports, and the floor belly is the part between the supports. The floor wing and belly sections are protected from outside elements including water, wind, and rodents using a wrap attached to the underside of floor joists, and may contain insulation. Use separate Floor elements to describe the floor insulation above the belly and wing sections respsectively.
5678
- </xs:documentation>
5465
+ <xs:documentation>The floor is supported on a pair of I-beams spanning across the length of the manufactured home. The floor wing is the part of the floor outside the supports, and the floor belly is the part between the supports. The floor wing and belly sections are protected from outside elements including water, wind, and rodents using a wrap attached to the underside of floor joists, and may contain insulation.</xs:documentation>
5679
5466
  </xs:annotation>
5680
5467
  <xs:complexType>
5681
5468
  <xs:sequence>
5682
5469
  <xs:element minOccurs="0" name="SkirtPresent" type="HPXMLBoolean"/>
5683
- <xs:element minOccurs="0" name="BellyWrapCondition" type="MobileHomeBellyWrapCondition">
5470
+ <xs:element minOccurs="0" name="BellyWrapCondition" type="ManufacturedHomeBellyWrapCondition">
5684
5471
  <xs:annotation>
5685
5472
  <xs:documentation>Use the 'none' choice for cases where the belly wrap is functionally missing even if pieces of the wrap are still present. </xs:documentation>
5686
5473
  </xs:annotation>
@@ -6499,18 +6286,6 @@
6499
6286
  </xs:extension>
6500
6287
  </xs:simpleContent>
6501
6288
  </xs:complexType>
6502
- <xs:simpleType name="HPXMLDoubleGreaterThanZero_simple">
6503
- <xs:restriction base="xs:double">
6504
- <xs:minExclusive value="0"/>
6505
- </xs:restriction>
6506
- </xs:simpleType>
6507
- <xs:complexType name="HPXMLDoubleGreaterThanZero">
6508
- <xs:simpleContent>
6509
- <xs:extension base="HPXMLDoubleGreaterThanZero_simple">
6510
- <xs:attribute name="dataSource" type="DataSource"/>
6511
- </xs:extension>
6512
- </xs:simpleContent>
6513
- </xs:complexType>
6514
6289
  <xs:complexType name="HPXMLDecimal">
6515
6290
  <xs:simpleContent>
6516
6291
  <xs:extension base="xs:decimal">
@@ -7210,6 +6985,21 @@
7210
6985
  </xs:extension>
7211
6986
  </xs:simpleContent>
7212
6987
  </xs:complexType>
6988
+ <xs:simpleType name="ManufacturedHomeSections_simple">
6989
+ <xs:restriction base="xs:string">
6990
+ <xs:enumeration value="single-wide"/>
6991
+ <xs:enumeration value="double-wide"/>
6992
+ <xs:enumeration value="triple-wide"/>
6993
+ <xs:enumeration value="CrossMod"/>
6994
+ </xs:restriction>
6995
+ </xs:simpleType>
6996
+ <xs:complexType name="ManufacturedHomeSections">
6997
+ <xs:simpleContent>
6998
+ <xs:extension base="ManufacturedHomeSections_simple">
6999
+ <xs:attribute name="dataSource" type="DataSource"/>
7000
+ </xs:extension>
7001
+ </xs:simpleContent>
7002
+ </xs:complexType>
7213
7003
  <xs:simpleType name="HouseholdType_simple">
7214
7004
  <xs:restriction base="xs:string">
7215
7005
  <xs:enumeration value="family household"/>
@@ -7611,6 +7401,9 @@
7611
7401
  </xs:simpleContent>
7612
7402
  </xs:complexType>
7613
7403
  <xs:simpleType name="AdjacentTo_simple">
7404
+ <xs:annotation>
7405
+ <xs:documentation>"other housing unit" refers to the living/conditioned space of the adjacent unit.</xs:documentation>
7406
+ </xs:annotation>
7614
7407
  <xs:restriction base="xs:string">
7615
7408
  <xs:enumeration value="attic"/>
7616
7409
  <xs:enumeration value="attic - conditioned"/>
@@ -7631,6 +7424,7 @@
7631
7424
  <xs:enumeration value="garage - unconditioned"/>
7632
7425
  <xs:enumeration value="ground"/>
7633
7426
  <xs:enumeration value="living space"/>
7427
+ <xs:enumeration value="manufactured home underbelly"/>
7634
7428
  <xs:enumeration value="other"/>
7635
7429
  <xs:enumeration value="other heated space"/>
7636
7430
  <xs:enumeration value="other housing unit"/>
@@ -7643,9 +7437,6 @@
7643
7437
  </xs:restriction>
7644
7438
  </xs:simpleType>
7645
7439
  <xs:complexType name="AdjacentTo">
7646
- <xs:annotation>
7647
- <xs:documentation>DEPRECATION WARNING: Choices "other housing unit above" and "other housing unit below" will be deprecated in the future.</xs:documentation>
7648
- </xs:annotation>
7649
7440
  <xs:simpleContent>
7650
7441
  <xs:extension base="AdjacentTo_simple">
7651
7442
  <xs:attribute name="dataSource" type="DataSource"/>
@@ -7846,7 +7637,7 @@
7846
7637
  </xs:complexType>
7847
7638
  <!--Lighting Below-->
7848
7639
  <!--Lighting Controls Below-->
7849
- <xs:simpleType name="LightingLocation_simple">
7640
+ <xs:simpleType name="LightingAndPlugLoadLocation_simple">
7850
7641
  <xs:restriction base="xs:string">
7851
7642
  <xs:enumeration value="interior"/>
7852
7643
  <xs:enumeration value="exterior"/>
@@ -7854,9 +7645,9 @@
7854
7645
  <xs:enumeration value="common area"/>
7855
7646
  </xs:restriction>
7856
7647
  </xs:simpleType>
7857
- <xs:complexType name="LightingLocation">
7648
+ <xs:complexType name="LightingAndPlugLoadLocation">
7858
7649
  <xs:simpleContent>
7859
- <xs:extension base="LightingLocation_simple">
7650
+ <xs:extension base="LightingAndPlugLoadLocation_simple">
7860
7651
  <xs:attribute name="dataSource" type="DataSource"/>
7861
7652
  </xs:extension>
7862
7653
  </xs:simpleContent>
@@ -8012,7 +7803,6 @@
8012
7803
  <xs:restriction base="xs:string">
8013
7804
  <xs:enumeration value="top side of truss under sheathing"/>
8014
7805
  <xs:enumeration value="below bottom chord of truss"/>
8015
- <xs:enumeration value="attic floor"/>
8016
7806
  <xs:enumeration value="underside of rafters"/>
8017
7807
  <xs:enumeration value="other"/>
8018
7808
  </xs:restriction>
@@ -8480,7 +8270,25 @@
8480
8270
  </xs:extension>
8481
8271
  </xs:simpleContent>
8482
8272
  </xs:complexType>
8273
+ <xs:simpleType name="DuctShape_simple">
8274
+ <xs:restriction base="xs:string">
8275
+ <xs:enumeration value="rectangular"/>
8276
+ <xs:enumeration value="round"/>
8277
+ <xs:enumeration value="oval"/>
8278
+ <xs:enumeration value="other"/>
8279
+ </xs:restriction>
8280
+ </xs:simpleType>
8281
+ <xs:complexType name="DuctShape">
8282
+ <xs:simpleContent>
8283
+ <xs:extension base="DuctShape_simple">
8284
+ <xs:attribute name="dataSource" type="DataSource"/>
8285
+ </xs:extension>
8286
+ </xs:simpleContent>
8287
+ </xs:complexType>
8483
8288
  <xs:simpleType name="DuctLocation_simple">
8289
+ <xs:annotation>
8290
+ <xs:documentation>"other housing unit" refers to the living/conditioned space of the adjacent unit.</xs:documentation>
8291
+ </xs:annotation>
8484
8292
  <xs:restriction base="xs:string">
8485
8293
  <xs:enumeration value="attic"/>
8486
8294
  <xs:enumeration value="attic - conditioned"/>
@@ -8496,7 +8304,7 @@
8496
8304
  <xs:enumeration value="crawlspace - unconditioned"/>
8497
8305
  <xs:enumeration value="crawlspace - unvented"/>
8498
8306
  <xs:enumeration value="crawlspace - vented"/>
8499
- <xs:enumeration value="mobile home belly"/>
8307
+ <xs:enumeration value="manufactured home belly"/>
8500
8308
  <xs:enumeration value="exterior wall"/>
8501
8309
  <xs:enumeration value="garage"/>
8502
8310
  <xs:enumeration value="garage - conditioned"/>
@@ -8667,6 +8475,9 @@
8667
8475
  </xs:simpleContent>
8668
8476
  </xs:complexType>
8669
8477
  <xs:simpleType name="UnitLocation_simple">
8478
+ <xs:annotation>
8479
+ <xs:documentation>"other housing unit" refers to the living/conditioned space of the adjacent unit.</xs:documentation>
8480
+ </xs:annotation>
8670
8481
  <xs:restriction base="xs:string">
8671
8482
  <xs:enumeration value="attic"/>
8672
8483
  <xs:enumeration value="attic - conditioned"/>
@@ -8682,6 +8493,7 @@
8682
8493
  <xs:enumeration value="crawlspace - unconditioned"/>
8683
8494
  <xs:enumeration value="crawlspace - unvented"/>
8684
8495
  <xs:enumeration value="crawlspace - vented"/>
8496
+ <xs:enumeration value="manufactured home belly"/>
8685
8497
  <xs:enumeration value="garage"/>
8686
8498
  <xs:enumeration value="garage - conditioned"/>
8687
8499
  <xs:enumeration value="garage - unconditioned"/>
@@ -9310,30 +9122,6 @@
9310
9122
  <xs:extension base="FuelLoadType_simple"/>
9311
9123
  </xs:simpleContent>
9312
9124
  </xs:complexType>
9313
- <xs:simpleType name="PlugLoadLocation_simple">
9314
- <xs:restriction base="xs:string">
9315
- <xs:enumeration value="interior"/>
9316
- <xs:enumeration value="exterior"/>
9317
- </xs:restriction>
9318
- </xs:simpleType>
9319
- <xs:complexType name="PlugLoadLocation">
9320
- <xs:simpleContent>
9321
- <xs:extension base="PlugLoadLocation_simple">
9322
- <xs:attribute name="dataSource" type="DataSource"/>
9323
- </xs:extension>
9324
- </xs:simpleContent>
9325
- </xs:complexType>
9326
- <xs:simpleType name="FuelLoadLocation_simple">
9327
- <xs:restriction base="xs:string">
9328
- <xs:enumeration value="interior"/>
9329
- <xs:enumeration value="exterior"/>
9330
- </xs:restriction>
9331
- </xs:simpleType>
9332
- <xs:complexType name="FuelLoadLocation">
9333
- <xs:simpleContent>
9334
- <xs:extension base="FuelLoadLocation_simple"/>
9335
- </xs:simpleContent>
9336
- </xs:complexType>
9337
9125
  <xs:simpleType name="PlugLoadUnits_simple">
9338
9126
  <xs:restriction base="xs:string">
9339
9127
  <xs:enumeration value="kWh/year"/>
@@ -9347,28 +9135,28 @@
9347
9135
  </xs:extension>
9348
9136
  </xs:simpleContent>
9349
9137
  </xs:complexType>
9350
- <xs:simpleType name="FuelLoadUnits_simple">
9138
+ <xs:simpleType name="PoolHeaterUnits_simple">
9351
9139
  <xs:restriction base="xs:string">
9140
+ <xs:enumeration value="kWh/year"/>
9352
9141
  <xs:enumeration value="therm/year"/>
9142
+ <xs:enumeration value="W"/>
9353
9143
  <xs:enumeration value="Btuh"/>
9354
9144
  </xs:restriction>
9355
9145
  </xs:simpleType>
9356
- <xs:complexType name="FuelLoadUnits">
9146
+ <xs:complexType name="PoolHeaterUnits">
9357
9147
  <xs:simpleContent>
9358
- <xs:extension base="FuelLoadUnits_simple"/>
9148
+ <xs:extension base="PoolHeaterUnits_simple"/>
9359
9149
  </xs:simpleContent>
9360
9150
  </xs:complexType>
9361
- <xs:simpleType name="PoolHeaterUnits_simple">
9151
+ <xs:simpleType name="FuelLoadUnits_simple">
9362
9152
  <xs:restriction base="xs:string">
9363
- <xs:enumeration value="kWh/year"/>
9364
9153
  <xs:enumeration value="therm/year"/>
9365
- <xs:enumeration value="W"/>
9366
9154
  <xs:enumeration value="Btuh"/>
9367
9155
  </xs:restriction>
9368
9156
  </xs:simpleType>
9369
- <xs:complexType name="PoolHeaterUnits">
9157
+ <xs:complexType name="FuelLoadUnits">
9370
9158
  <xs:simpleContent>
9371
- <xs:extension base="PoolHeaterUnits_simple"/>
9159
+ <xs:extension base="FuelLoadUnits_simple"/>
9372
9160
  </xs:simpleContent>
9373
9161
  </xs:complexType>
9374
9162
  <xs:simpleType name="WindowCondition_simple">
@@ -9465,6 +9253,9 @@
9465
9253
  </xs:simpleContent>
9466
9254
  </xs:complexType>
9467
9255
  <xs:simpleType name="LaundryMachineLocation_simple">
9256
+ <xs:annotation>
9257
+ <xs:documentation>"other housing unit" refers to the living/conditioned space of the adjacent unit.</xs:documentation>
9258
+ </xs:annotation>
9468
9259
  <xs:restriction base="xs:string">
9469
9260
  <xs:enumeration value="basement"/>
9470
9261
  <xs:enumeration value="basement - conditioned"/>
@@ -9530,6 +9321,9 @@
9530
9321
  </xs:simpleContent>
9531
9322
  </xs:complexType>
9532
9323
  <xs:simpleType name="RefrigeratorLocation_simple">
9324
+ <xs:annotation>
9325
+ <xs:documentation>"other housing unit" refers to the living/conditioned space of the adjacent unit.</xs:documentation>
9326
+ </xs:annotation>
9533
9327
  <xs:restriction base="xs:string">
9534
9328
  <xs:enumeration value="basement"/>
9535
9329
  <xs:enumeration value="basement - conditioned"/>
@@ -9830,19 +9624,6 @@
9830
9624
  </xs:extension>
9831
9625
  </xs:simpleContent>
9832
9626
  </xs:complexType>
9833
- <xs:simpleType name="FractionGreaterThanZero_simple">
9834
- <xs:annotation>
9835
- <xs:documentation>A fraction that has to be between 0 (exclusive) and 1 (inclusive)</xs:documentation>
9836
- </xs:annotation>
9837
- <xs:restriction base="xs:double"/>
9838
- </xs:simpleType>
9839
- <xs:complexType name="FractionGreaterThanZero">
9840
- <xs:simpleContent>
9841
- <xs:extension base="FractionGreaterThanOne_simple">
9842
- <xs:attribute name="dataSource" type="DataSource"/>
9843
- </xs:extension>
9844
- </xs:simpleContent>
9845
- </xs:complexType>
9846
9627
  <xs:simpleType name="FractionExcludingZero_simple">
9847
9628
  <xs:restriction base="xs:double">
9848
9629
  <xs:minExclusive value="0"/>
@@ -9912,7 +9693,7 @@
9912
9693
  </xs:extension>
9913
9694
  </xs:simpleContent>
9914
9695
  </xs:complexType>
9915
- <xs:simpleType name="MobileHomeBellyWrapCondition_simple">
9696
+ <xs:simpleType name="ManufacturedHomeBellyWrapCondition_simple">
9916
9697
  <xs:restriction base="xs:string">
9917
9698
  <xs:enumeration value="good"/>
9918
9699
  <xs:enumeration value="fair"/>
@@ -9920,23 +9701,9 @@
9920
9701
  <xs:enumeration value="none"/>
9921
9702
  </xs:restriction>
9922
9703
  </xs:simpleType>
9923
- <xs:complexType name="MobileHomeBellyWrapCondition">
9704
+ <xs:complexType name="ManufacturedHomeBellyWrapCondition">
9924
9705
  <xs:simpleContent>
9925
- <xs:extension base="MobileHomeBellyWrapCondition_simple">
9926
- <xs:attribute name="dataSource" type="DataSource"/>
9927
- </xs:extension>
9928
- </xs:simpleContent>
9929
- </xs:complexType>
9930
- <xs:simpleType name="MobileHomeBellyOrWing_simple">
9931
- <xs:restriction base="xs:string">
9932
- <xs:enumeration value="belly"/>
9933
- <xs:enumeration value="wing"/>
9934
- <xs:enumeration value="other"/>
9935
- </xs:restriction>
9936
- </xs:simpleType>
9937
- <xs:complexType name="MobileHomeBellyOrWing">
9938
- <xs:simpleContent>
9939
- <xs:extension base="MobileHomeBellyOrWing_simple">
9706
+ <xs:extension base="ManufacturedHomeBellyWrapCondition_simple">
9940
9707
  <xs:attribute name="dataSource" type="DataSource"/>
9941
9708
  </xs:extension>
9942
9709
  </xs:simpleContent>
@@ -10544,7 +10311,7 @@
10544
10311
  <xs:enumeration value="ENERGY STAR Most Efficient"/>
10545
10312
  <xs:enumeration value="CEE Tier 1"/>
10546
10313
  <xs:enumeration value="CEE Tier 2"/>
10547
- <xs:enumeration value="Cee Tier 3"/>
10314
+ <xs:enumeration value="CEE Tier 3"/>
10548
10315
  <xs:enumeration value="other"/>
10549
10316
  <xs:enumeration value="unknown"/>
10550
10317
  <xs:enumeration value="none"/>
@@ -10953,6 +10720,9 @@
10953
10720
  </xs:simpleContent>
10954
10721
  </xs:complexType>
10955
10722
  <xs:simpleType name="BatteryLocation_simple">
10723
+ <xs:annotation>
10724
+ <xs:documentation>"other housing unit" refers to the living/conditioned space of the adjacent unit.</xs:documentation>
10725
+ </xs:annotation>
10956
10726
  <xs:restriction base="xs:string">
10957
10727
  <xs:enumeration value="attic"/>
10958
10728
  <xs:enumeration value="attic - conditioned"/>
@@ -11511,23 +11281,4 @@
11511
11281
  </xs:extension>
11512
11282
  </xs:simpleContent>
11513
11283
  </xs:complexType>
11514
- <xs:simpleType name="ConstructionLayerType_simple">
11515
- <xs:restriction base="xs:string">
11516
- <xs:enumeration value="exterior finish"/>
11517
- <xs:enumeration value="sheathing"/>
11518
- <xs:enumeration value="continuous insulation"/>
11519
- <xs:enumeration value="framing/cavity insulation"/>
11520
- <xs:enumeration value="structural core"/>
11521
- <xs:enumeration value="interior finish"/>
11522
- <xs:enumeration value="subfloor"/>
11523
- <xs:enumeration value="other"/>
11524
- </xs:restriction>
11525
- </xs:simpleType>
11526
- <xs:complexType name="ConstructionLayerType">
11527
- <xs:simpleContent>
11528
- <xs:extension base="ConstructionLayerType_simple">
11529
- <xs:attribute name="dataSource" type="DataSource"/>
11530
- </xs:extension>
11531
- </xs:simpleContent>
11532
- </xs:complexType>
11533
11284
  </xs:schema>