bcl 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,450 +1,2947 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
- <tag name="root">
4
- <term name="OpenStudio Type"/>
5
- <tag name="Construction Assembly">
6
- <term name="OpenStudio Type"/>
7
- <tag name="Fenestration">
8
- <term name="OpenStudio Type"/>
9
- <term name="Overall U-factor"/>
10
- <tag name="Window">
11
- <term name="OpenStudio Type"/>
12
- <term name="Overall U-factor"/>
13
- <term name="Visible Light Transmittance"/>
14
- <term name="Tint"/>
15
- <term name="Solar Heat Gain Coefficient"/>
16
- <term name="Number of Panes"/>
17
- <term name="Gas Fill"/>
3
+ <tag>
4
+ <name>root</name>
5
+ <tag>
6
+ <name>Construction Assembly</name>
7
+ <tag>
8
+ <name>Fenestration</name>
9
+ <tag>
10
+ <name>Window</name>
11
+ <term>
12
+ <name>Gas Fill</name>
13
+ <data_type>string</data_type>
14
+ </term>
15
+ <term>
16
+ <name>Number of Panes</name>
17
+ <data_type>integer</data_type>
18
+ </term>
19
+ <term>
20
+ <name>OpenStudio Type</name>
21
+ <description>Type of OpenStudio Object</description>
22
+ </term>
23
+ <term>
24
+ <name>Overall U-factor</name>
25
+ <data_type>double</data_type>
26
+ </term>
27
+ <term>
28
+ <name>Solar Heat Gain Coefficient</name>
29
+ <abbr>SHGC</abbr>
30
+ <data_type>double</data_type>
31
+ </term>
32
+ <term>
33
+ <name>Tint</name>
34
+ <data_type>string</data_type>
35
+ </term>
36
+ <term>
37
+ <name>Visible Light Transmittance</name>
38
+ <abbr>VLT</abbr>
39
+ <data_type>double</data_type>
40
+ </term>
18
41
  </tag>
19
42
  </tag>
20
43
  </tag>
21
- <tag name="HVAC">
22
- <term name="OpenStudio Type"/>
23
- <tag name="Chillers">
24
- <term name="OpenStudio Type"/>
25
- <tag name="Electrically-driven Mechanical Compression">
26
- <term name="OpenStudio Type"/>
27
- <term name="Variable-Speed Drive Compressor"/>
28
- <term name="Refrigerant "/>
29
- <term name="Part Load Ratio below which Hot Gas Bypass (HGBP) operates"/>
30
- <term name="Net Refrigeration Capacity"/>
31
- <term name="Model Designation"/>
32
- <term name="Minimum Part Load Ratio"/>
33
- <term name="Minimum Condenser Water Flow Rate"/>
34
- <term name="Minimum Condenser Water Entering Temperature"/>
35
- <term name="Minimum Chilled Water Supply Temperature"/>
36
- <term name="Minimum Chilled Water Flow Rate"/>
37
- <term name="Min Outdoor Air Temperature (Wet Bulb)"/>
38
- <term name="Min Outdoor Air Temperature (Dry Bulb)"/>
39
- <term name="Maximum Part Load Ratio"/>
40
- <term name="Maximum Condenser Water Flow Rate"/>
41
- <term name="Maximum Condenser Water Entering Temperature"/>
42
- <term name="Maximum Chilled Water Supply Temperature"/>
43
- <term name="Maximum Chilled Water Flow Rate"/>
44
- <term name="Max Outdoor Air Temperature (Wet Bulb)"/>
45
- <term name="Max Outdoor Air Temperature (Dry Bulb)"/>
46
- <term name="Fan Control"/>
47
- <term name="Design Condenser Water Flow Rate"/>
48
- <term name="Design Chilled Water Supply Temperature"/>
49
- <term name="Design Chilled Water Flow Rate"/>
50
- <term name="Condenser Water Pressure drop at Design Flow Rate"/>
51
- <term name="Condenser Type"/>
52
- <term name="Compressor Type"/>
53
- <term name="Compressor Motor Type"/>
54
- <term name="Compressor Motor Efficiency"/>
55
- <term name="Chilled Water Pressure Drop across Evaporator at Design Flow Rate"/>
56
- <term name="Basin Heater Capacity"/>
57
- <term name="AHRI Rated Coefficient of Performance "/>
58
- <term name="AHRI Certified Reference Number"/>
44
+ <tag>
45
+ <name>Electric Lighting</name>
46
+ <tag>
47
+ <name>Lamp</name>
48
+ <tag>
49
+ <name>Non-SSL Lamp</name>
50
+ <term>
51
+ <name>ANSI Lamp Shape Designation</name>
52
+ <description>ANSI designation for bulb or lamp shape (IES 2011, The Lighting Handbook, 10th Ed.)</description>
53
+ <data_type>enum</data_type>
54
+ <enumerations>A|AR|AT|B|BA|BD|BR|BT|C|CA|CC|E|ED|ER|F|FE|G|GT|K|M|MR|P|PS|PAR|R|RB|RD|REC|RM|RP|S|ST|T|TL|T/C|TU|2D</enumerations>
55
+ </term>
56
+ <term>
57
+ <name>Color Rendering Index</name>
58
+ <abbr>CRI</abbr>
59
+ <description>"A measure of the degree of color shift objects undergo when illuminated by the light source as compared with those same objects when illuminated by a reference source of comparable color temperature." (IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
60
+ <data_type>double</data_type>
61
+ </term>
62
+ <term>
63
+ <name>Correlated Color Temperature</name>
64
+ <abbr>CCT</abbr>
65
+ <description>"The absolute temperature of a blackbody whose chromacity most nearly matches that of the light source." (IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
66
+ <data_type>double</data_type>
67
+ <ip_written>kelvin</ip_written>
68
+ <ip_symbol>K</ip_symbol>
69
+ <si_written>kelvin</si_written>
70
+ <si_symbol>K</si_symbol>
71
+ </term>
72
+ <term>
73
+ <name>Initial Luminous Flux</name>
74
+ <description>Luminous flux at the beginning of product life, where luminous flux is "the time rate of flow of radiant energy, evaluated in terms of standardized visual response." (Adapted from IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
75
+ <data_type>double</data_type>
76
+ <ip_written>lumen</ip_written>
77
+ <ip_symbol>lm</ip_symbol>
78
+ <si_written>lumen</si_written>
79
+ <si_symbol>lm</si_symbol>
80
+ </term>
81
+ <term>
82
+ <name>Input Power</name>
83
+ <description>Power consumed by the lamp during steady-state operation in the "on" mode.</description>
84
+ <data_type>double</data_type>
85
+ <ip_written>watts</ip_written>
86
+ <ip_symbol>W</ip_symbol>
87
+ <si_written>watts</si_written>
88
+ <si_symbol>W</si_symbol>
89
+ </term>
90
+ <term>
91
+ <name>Manufacturer</name>
92
+ <description>Manufacturer name</description>
93
+ <data_type>string</data_type>
94
+ </term>
95
+ <term>
96
+ <name>Mean Luminous Flux</name>
97
+ <description>The average value of "the time rate of flow of radiant energy, evaluated in terms of standardized visual response." (Adapted from IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
98
+ <data_type>double</data_type>
99
+ <ip_written>lumens</ip_written>
100
+ <ip_symbol>lm</ip_symbol>
101
+ <si_written>lumens</si_written>
102
+ <si_symbol>lm</si_symbol>
103
+ </term>
104
+ <term>
105
+ <name>OpenStudio Type</name>
106
+ <description>Type of OpenStudio Object</description>
107
+ </term>
108
+ <term>
109
+ <name>Product Number</name>
110
+ <description>Manufacturer's product number. Sometimes called a catalog number.</description>
111
+ <data_type>string</data_type>
112
+ </term>
113
+ <term>
114
+ <name>Rated Life</name>
115
+ <description>Lamp rated life in hours</description>
116
+ <data_type>double</data_type>
117
+ <ip_written>hours</ip_written>
118
+ <si_written>hours</si_written>
119
+ </term>
120
+ <term>
121
+ <name>Standard Photometric Data</name>
122
+ <description>For directional lamps, provide standard photometric electronic data in accordance with IES LM-63; the format is commonly called an *.ies file. For non-directional lamps, this field should be left blank.</description>
123
+ <data_type>file</data_type>
124
+ </term>
59
125
  </tag>
126
+ <tag>
127
+ <name>SSL Replacement Lamp</name>
128
+ <term>
129
+ <name>ANSI Lamp Shape Designation</name>
130
+ <description>ANSI designation for bulb or lamp shape (IES 2011, The Lighting Handbook, 10th Ed.)</description>
131
+ <data_type>enum</data_type>
132
+ <enumerations>A|AR|AT|B|BA|BD|BR|BT|C|CA|CC|E|ED|ER|F|FE|G|GT|K|M|MR|P|PS|PAR|R|RB|RD|REC|RM|RP|S|ST|T|TL|T/C|TU|2D</enumerations>
133
+ </term>
134
+ <term>
135
+ <name>Color Rendering Index</name>
136
+ <abbr>CRI</abbr>
137
+ <description>"A measure of the degree of color shift objects undergo when illuminated by the light source as compared with those same objects when illuminated by a reference source of comparable color temperature." (IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
138
+ <data_type>double</data_type>
139
+ </term>
140
+ <term>
141
+ <name>Correlated Color Temperature</name>
142
+ <abbr>CCT</abbr>
143
+ <description>"The absolute temperature of a blackbody whose chromacity most nearly matches that of the light source." (IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
144
+ <data_type>double</data_type>
145
+ <ip_written>kelvin</ip_written>
146
+ <ip_symbol>K</ip_symbol>
147
+ <si_written>kelvin</si_written>
148
+ <si_symbol>K</si_symbol>
149
+ </term>
150
+ <term>
151
+ <name>Initial Luminous Flux</name>
152
+ <description>Luminous flux at the beginning of product life, where luminous flux is "the time rate of flow of radiant energy, evaluated in terms of standardized visual response." (Adapted from IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
153
+ <data_type>double</data_type>
154
+ <ip_written>lumen</ip_written>
155
+ <ip_symbol>lm</ip_symbol>
156
+ <si_written>lumen</si_written>
157
+ <si_symbol>lm</si_symbol>
158
+ </term>
159
+ <term>
160
+ <name>Input Power</name>
161
+ <description>Power consumed by the lamp during steady-state operation in the "on" mode.</description>
162
+ <data_type>double</data_type>
163
+ <ip_written>watts</ip_written>
164
+ <ip_symbol>W</ip_symbol>
165
+ <si_written>watts</si_written>
166
+ <si_symbol>W</si_symbol>
167
+ </term>
168
+ <term>
169
+ <name>Lumen Maintenance</name>
170
+ <abbr>L70</abbr>
171
+ <description>The elapsed operating time over which the LED light source will maintain 70% of its initial light output. (Adapted from IES LM-80-08, definition 3.6.)</description>
172
+ <data_type>double</data_type>
173
+ <ip_written>hours</ip_written>
174
+ <ip_symbol>hrs</ip_symbol>
175
+ <si_written>hours</si_written>
176
+ <si_symbol>hrs</si_symbol>
177
+ </term>
178
+ <term>
179
+ <name>Manufacturer</name>
180
+ <description>Manufacturer name</description>
181
+ <data_type>string</data_type>
182
+ </term>
183
+ <term>
184
+ <name>OpenStudio Type</name>
185
+ <description>Type of OpenStudio Object</description>
186
+ </term>
187
+ <term>
188
+ <name>Product Number</name>
189
+ <description>Manufacturer's product number. Sometimes called a catalog number.</description>
190
+ <data_type>string</data_type>
191
+ </term>
192
+ <term>
193
+ <name>Standard Photometric Data</name>
194
+ <description>For directional lamps, provide standard photometric electronic data in accordance with IES LM-63; the format is commonly called an *.ies file. For non-directional lamps, this field should be left blank.</description>
195
+ <data_type>file</data_type>
196
+ </term>
197
+ </tag>
198
+ </tag>
199
+ <tag>
200
+ <name>Lamp Ballast</name>
201
+ <term>
202
+ <name>ANSI Lamp Shape Designation</name>
203
+ <description>ANSI designation for bulb or lamp shape (IES 2011, The Lighting Handbook, 10th Ed.)</description>
204
+ <data_type>enum</data_type>
205
+ <enumerations>No enum found</enumerations>
206
+ </term>
207
+ <term>
208
+ <name>Ballast Factor</name>
209
+ <description>"The fractional flux of a fluorescent lamp operated on a ballast compared to the flux when operated on the standard (reference) ballast specificed for rating lamp lumens." (IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
210
+ <data_type>double</data_type>
211
+ </term>
212
+ <term>
213
+ <name>Ballast Type</name>
214
+ <description>Ballast type</description>
215
+ <data_type>enum</data_type>
216
+ <enumerations>fluorescent electronic dimming|fluorescent electronic non-dimming|fluorescent magnetic dimming|fluorescent magnetic non-dimming|HID electronic|HID magnetic</enumerations>
217
+ </term>
218
+ <term>
219
+ <name>Input Power</name>
220
+ <description>The ballast input power required to drive a specific lamp or lamps</description>
221
+ <data_type>double</data_type>
222
+ </term>
223
+ <term>
224
+ <name>Input Power Factor</name>
225
+ <description>The ratio of active power (watts) to apparent power (volt-amperes). "The active power is to be measured with a wattmeter capable of indicating the average power in watts. The apparent power is to be the products of the true rms values of the input voltage and current." (ANSI C82.13)</description>
226
+ <data_type>double</data_type>
227
+ </term>
228
+ <term>
229
+ <name>Input Voltage</name>
230
+ <description>The ballast input voltage or voltages </description>
231
+ <data_type>double; allow multiple values</data_type>
232
+ <ip_written>volts</ip_written>
233
+ <ip_symbol>V</ip_symbol>
234
+ <si_written>volts</si_written>
235
+ <si_symbol>V</si_symbol>
236
+ </term>
237
+ <term>
238
+ <name>Manufacturer</name>
239
+ <description>Manufacturer name</description>
240
+ <data_type>string</data_type>
241
+ </term>
242
+ <term>
243
+ <name>Number of Lamps</name>
244
+ <description>The number of lamps driven by the ballast</description>
245
+ <data_type>integer</data_type>
246
+ </term>
247
+ <term>
248
+ <name>OpenStudio Type</name>
249
+ <description>Type of OpenStudio Object</description>
250
+ </term>
251
+ <term>
252
+ <name>Product Number</name>
253
+ <description>Manufacturer's product number. Sometimes called a catalog number.</description>
254
+ <data_type>string</data_type>
255
+ </term>
256
+ <term>
257
+ <name>Starting Method</name>
258
+ <description>Starting method</description>
259
+ <data_type>enum</data_type>
260
+ <enumerations>instant start|rapid start|program start|probe start|pulse start</enumerations>
261
+ </term>
262
+ <term>
263
+ <name>Total Harmonic Distortion</name>
264
+ <description>The ratio of the root mean squared "values of the harmonic content to that of the fundamental current, expresseed as a percentage." (ANSI C82.13)</description>
265
+ <data_type>double; allow multiple values</data_type>
266
+ <ip_symbol>%</ip_symbol>
267
+ <si_symbol>%</si_symbol>
268
+ </term>
60
269
  </tag>
61
- <tag name="Packaged Unitary Equipment">
62
- <term name="OpenStudio Type"/>
63
- <tag name="Roof Top Units">
64
- <term name="OpenStudio Type"/>
65
- <term name="Type of Heating"/>
66
- <term name="Turndown Ratio"/>
67
- <term name="Sequence of Operations"/>
68
- <term name="Seasonal Energy Efficiency Ratio"/>
69
- <term name="Refrigerant"/>
70
- <term name="Number of discrete speeds"/>
71
- <term name="Number of discrete cooling stages"/>
72
- <term name="Number of Heating stages"/>
73
- <term name="Nominal Cooling Capacity"/>
74
- <term name="Minimum speed as a fraction of maximum speed"/>
75
- <term name="Minimum Outdoor Dryb Bulb for Cooling Operation"/>
76
- <term name="Minimum Outdoor Dry Bulb for Heat Pump Operation"/>
77
- <term name="Maximum Outdoor Dry Bulb for Heat Pump Operation"/>
78
- <term name="Maximum Outdoor Dry Bulb for Cooling Operation"/>
79
- <term name="Internal Static Pressure at full speed"/>
80
- <term name="Integrated Energy Efficiency Ratio"/>
81
- <term name="Indoor Fan Speed Control"/>
82
- <term name="Heating Staging"/>
83
- <term name="Evaporatively Cooled Condenser"/>
84
- <term name="Energy Efficiency Ratio"/>
85
- <term name="Economizer Control Types Available"/>
86
- <term name="Degradation Coefficient "/>
87
- <term name="Condenser Fan Speed Operation"/>
88
- <term name="Compressor Staging"/>
89
- <term name="Air-Source Heat Pump"/>
90
- <term name="Active Dehumidification"/>
91
- <term name="AHRI Certified Reference Number"/>
270
+ <tag>
271
+ <name>Luminaire</name>
272
+ <tag>
273
+ <name>Non-SSL Luminaire</name>
274
+ <term>
275
+ <name>ANSI Lamp Shape Designation</name>
276
+ <description>ANSI designation for bulb or lamp shape (IES 2011, The Lighting Handbook, 10th Ed.)</description>
277
+ <data_type>enum</data_type>
278
+ <enumerations>A|AR|AT|B|BA|BD|BR|BT|C|CA|CC|E|ED|ER|F|FE|G|GT|K|M|MR|P|PS|PAR|R|RB|RD|REC|RM|RP|S|ST|T|TL|T/C|TU|2D</enumerations>
279
+ </term>
280
+ <term>
281
+ <name>Light Source Type</name>
282
+ <description>Illumination technology descriptor, such as "fluorescent".</description>
283
+ <data_type>enum</data_type>
284
+ <enumerations>standard incandescent|quartz halogen|fluorescent|mercury vapor|high pressure sodium|low pressure sodium|quartz metal halide|ceramic metal halide</enumerations>
285
+ </term>
286
+ <term>
287
+ <name>Manufacturer</name>
288
+ <description>Manufacturer name</description>
289
+ <data_type>string</data_type>
290
+ </term>
291
+ <term>
292
+ <name>Mounting Type</name>
293
+ <description>Luminaire mounting (recessed, surface or suspended) </description>
294
+ <data_type>enum</data_type>
295
+ <enumerations>fully recessed|surface-mounted|suspended</enumerations>
296
+ </term>
297
+ <term>
298
+ <name>Number of Lamps</name>
299
+ <description>The number of lamps in the luminaire</description>
300
+ <data_type>integer</data_type>
301
+ </term>
302
+ <term>
303
+ <name>OpenStudio Type</name>
304
+ <description>Type of OpenStudio Object</description>
305
+ </term>
306
+ <term>
307
+ <name>Product Number</name>
308
+ <description>Manufacturer's product number. Sometimes called a catalog number.</description>
309
+ <data_type>string</data_type>
310
+ </term>
311
+ <term>
312
+ <name>Standard Photometric Data</name>
313
+ <description>For directional lamps, provide standard photometric electronic data in accordance with IES LM-63; the format is commonly called an *.ies file. For non-directional lamps, this field should be left blank.</description>
314
+ <data_type>file</data_type>
315
+ </term>
316
+ </tag>
317
+ <tag>
318
+ <name>SSL Luminaire</name>
319
+ <term>
320
+ <name>Color Rendering Index</name>
321
+ <abbr>CRI</abbr>
322
+ <description>"A measure of the degree of color shift objects undergo when illuminated by the light source as compared with those same objects when illuminated by a reference source of comparable color temperature." (IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
323
+ <data_type>double</data_type>
324
+ </term>
325
+ <term>
326
+ <name>Correlated Color Temperature</name>
327
+ <abbr>CCT</abbr>
328
+ <description>"The absolute temperature of a blackbody whose chromacity most nearly matches that of the light source." (IESNA Lighting Ready Reference, 4th ed., 2003.)</description>
329
+ <data_type>double</data_type>
330
+ <ip_written>kelvin</ip_written>
331
+ <ip_symbol>K</ip_symbol>
332
+ <si_written>kelvin</si_written>
333
+ <si_symbol>K</si_symbol>
334
+ </term>
335
+ <term>
336
+ <name>Input Power</name>
337
+ <description>Luminaire input power</description>
338
+ <data_type>double</data_type>
339
+ <ip_written>watts</ip_written>
340
+ <ip_symbol>W</ip_symbol>
341
+ <si_written>watts</si_written>
342
+ <si_symbol>W</si_symbol>
343
+ </term>
344
+ <term>
345
+ <name>Input Power Factor</name>
346
+ <description>The ratio of active power (watts) to apparent power (volt-amperes). "The active power is to be measured with a wattmeter capable of indicating the average power in watts. The apparent power is to be the products of the true rms values of the input voltage and current." (ANSI C82.13)</description>
347
+ <data_type>double</data_type>
348
+ </term>
349
+ <term>
350
+ <name>Input Voltage</name>
351
+ <description>The luminaire input voltage or voltages.</description>
352
+ <data_type>double</data_type>
353
+ <ip_written>volts</ip_written>
354
+ <ip_symbol>V</ip_symbol>
355
+ <si_written>volts</si_written>
356
+ <si_symbol>V</si_symbol>
357
+ </term>
358
+ <term>
359
+ <name>Lumen Maintenance</name>
360
+ <abbr>L70</abbr>
361
+ <description>The elapsed operating time over which the LED light source will maintain 70% of its initial light output. (Adapted from IES LM-80-08, definition 3.6.)</description>
362
+ <data_type>double</data_type>
363
+ <ip_written>hours</ip_written>
364
+ <si_written>hours</si_written>
365
+ </term>
366
+ <term>
367
+ <name>Luminous Efficacy</name>
368
+ <description>The quotient of the total luminous flux emitted by the luminaire by the total luminaire input power, expressed in lumens per watt.</description>
369
+ <data_type>double</data_type>
370
+ </term>
371
+ <term>
372
+ <name>Manufacturer</name>
373
+ <description>Manufacturer name</description>
374
+ <data_type>string</data_type>
375
+ </term>
376
+ <term>
377
+ <name>Mounting Type</name>
378
+ <description>Luminaire mounting (recessed, surface or suspended) </description>
379
+ <data_type>enum</data_type>
380
+ <enumerations>fully recessed|surface-mounted|suspended</enumerations>
381
+ </term>
382
+ <term>
383
+ <name>OpenStudio Type</name>
384
+ <description>Type of OpenStudio Object</description>
385
+ </term>
386
+ <term>
387
+ <name>Product Number</name>
388
+ <description>Manufacturer's product number. Sometimes called a catalog number.</description>
389
+ <data_type>string</data_type>
390
+ </term>
391
+ <term>
392
+ <name>Standard Photometric Data</name>
393
+ <description>For directional lamps, provide standard photometric electronic data in accordance with IES LM-63; the format is commonly called an *.ies file. For non-directional lamps, this field should be left blank.</description>
394
+ <data_type>file</data_type>
395
+ </term>
396
+ <term>
397
+ <name>Total Harmonic Distortion</name>
398
+ <description>The ratio of the root mean squared "values of the harmonic content to that of the fundamental current, expresseed as a percentage." (ANSI C82.13)</description>
399
+ <data_type>double</data_type>
400
+ <ip_symbol>%</ip_symbol>
401
+ <si_symbol>%</si_symbol>
402
+ </term>
403
+ <term>
404
+ <name>Total Luminous Flux</name>
405
+ <description>The total luminous flux emitted by the luminaire expressed in lumens.</description>
406
+ <data_type>double</data_type>
407
+ <ip_written>lumens</ip_written>
408
+ <ip_symbol>lm</ip_symbol>
409
+ <si_written>lumens</si_written>
410
+ <si_symbol>lm</si_symbol>
411
+ </term>
92
412
  </tag>
93
413
  </tag>
94
414
  </tag>
95
- <tag name="MEL">
96
- <term name="OpenStudio Type"/>
97
- <term name="Standby Power"/>
98
- <term name="Peak Power"/>
99
- <term name="Cycling Percent On"/>
100
- <tag name="Appliance">
101
- <term name="OpenStudio Type"/>
102
- <term name="Standby Power"/>
103
- <term name="Peak Power"/>
104
- <term name="Cycling Percent On"/>
105
- <tag name="Beverage Fountain">
106
- <term name="OpenStudio Type"/>
107
- <term name="Standby Power"/>
108
- <term name="Peak Power"/>
109
- <term name="Cycling Percent On"/>
110
- </tag>
111
- <tag name="Cash Exchange">
112
- <term name="OpenStudio Type"/>
113
- <term name="Standby Power"/>
114
- <term name="Peak Power"/>
115
- <term name="Cycling Percent On"/>
116
- </tag>
117
- <tag name="Coffee Maker">
118
- <term name="OpenStudio Type"/>
119
- <term name="Standby Power"/>
120
- <term name="Peak Power"/>
121
- <term name="Cycling Percent On"/>
122
- </tag>
123
- <tag name="Desktop Fan">
124
- <term name="OpenStudio Type"/>
125
- <term name="Standby Power"/>
126
- <term name="Peak Power"/>
127
- <term name="Cycling Percent On"/>
128
- </tag>
129
- <tag name="Drinking Fountain">
130
- <term name="OpenStudio Type"/>
131
- <term name="Standby Power"/>
132
- <term name="Peak Power"/>
133
- <term name="Cycling Percent On"/>
134
- </tag>
135
- <tag name="Food Warmer">
136
- <term name="OpenStudio Type"/>
137
- <term name="Standby Power"/>
138
- <term name="Peak Power"/>
139
- <term name="Cycling Percent On"/>
140
- </tag>
141
- <tag name="Freezer">
142
- <term name="OpenStudio Type"/>
143
- <term name="Standby Power"/>
144
- <term name="Peak Power"/>
145
- <term name="Cycling Percent On"/>
146
- </tag>
147
- <tag name="Ice Machine">
148
- <term name="OpenStudio Type"/>
149
- <term name="Standby Power"/>
150
- <term name="Peak Power"/>
151
- <term name="Cycling Percent On"/>
152
- </tag>
153
- <tag name="Microwave">
154
- <term name="OpenStudio Type"/>
155
- <term name="Standby Power"/>
156
- <term name="Peak Power"/>
157
- <term name="Cycling Percent On"/>
158
- </tag>
159
- <tag name="Mini-fridge">
160
- <term name="OpenStudio Type"/>
161
- <term name="Standby Power"/>
162
- <term name="Peak Power"/>
163
- <term name="Cycling Percent On"/>
164
- </tag>
165
- <tag name="Personal Heater">
166
- <term name="OpenStudio Type"/>
167
- <term name="Standby Power"/>
168
- <term name="Peak Power"/>
169
- <term name="Cycling Percent On"/>
170
- </tag>
171
- <tag name="Refrigerated Vending Machine">
172
- <term name="OpenStudio Type"/>
173
- <term name="Standby Power"/>
174
- <term name="Peak Power"/>
175
- <term name="Cycling Percent On"/>
176
- </tag>
177
- <tag name="Refrigerator">
178
- <term name="OpenStudio Type"/>
179
- <term name="Standby Power"/>
180
- <term name="Peak Power"/>
181
- <term name="Cycling Percent On"/>
182
- </tag>
183
- <tag name="Vending Machine">
184
- <term name="OpenStudio Type"/>
185
- <term name="Standby Power"/>
186
- <term name="Peak Power"/>
187
- <term name="Cycling Percent On"/>
188
- </tag>
189
- <tag name="Water Cooler">
190
- <term name="OpenStudio Type"/>
191
- <term name="Standby Power"/>
192
- <term name="Peak Power"/>
193
- <term name="Cycling Percent On"/>
194
- </tag>
195
- <tag name="Water Purifier">
196
- <term name="OpenStudio Type"/>
197
- <term name="Standby Power"/>
198
- <term name="Peak Power"/>
199
- <term name="Cycling Percent On"/>
415
+ <tag>
416
+ <name>HVAC</name>
417
+ <tag>
418
+ <name>Chillers</name>
419
+ <tag>
420
+ <name>Electrically-driven Mechanical Compression</name>
421
+ <term>
422
+ <name>AHRI Certified Reference Number</name>
423
+ <data_type>string</data_type>
424
+ </term>
425
+ <term>
426
+ <name>AHRI Rated Coefficient of Performance </name>
427
+ <abbr>COP</abbr>
428
+ <description>" A ratio of the Net Refrigerating Capacity in watts to the power input values in watts at any given set of Rating Conditions expressed in watts/watt." (AHRI 550/590)</description>
429
+ <data_type>double</data_type>
430
+ </term>
431
+ <term>
432
+ <name>Basin Heater Capacity</name>
433
+ <data_type>double</data_type>
434
+ <ip_written>British Thermal Units per hour per Degrees Fahrenheit</ip_written>
435
+ <ip_symbol>BTU/(h &#176;F)</ip_symbol>
436
+ <si_written>Watts per degree Kelvin</si_written>
437
+ <si_symbol>W/K</si_symbol>
438
+ </term>
439
+ <term>
440
+ <name>Chilled Water Pressure Drop across Evaporator at Design Flow Rate</name>
441
+ <data_type>double</data_type>
442
+ <ip_written>Feet of water</ip_written>
443
+ <ip_symbol>ft</ip_symbol>
444
+ <si_written>Pascals</si_written>
445
+ <si_symbol>Pa</si_symbol>
446
+ </term>
447
+ <term>
448
+ <name>Compressor Motor Efficiency</name>
449
+ <data_type>double</data_type>
450
+ </term>
451
+ <term>
452
+ <name>Compressor Motor Type</name>
453
+ <data_type>enum</data_type>
454
+ <enumerations>Hermetic, Semi-Hermetic, Open|Semi-Hermetic|Open</enumerations>
455
+ </term>
456
+ <term>
457
+ <name>Compressor Type</name>
458
+ <data_type>enum</data_type>
459
+ <enumerations>Centrifugal|Magnetic-bearing Centrifugal|Reciprocating|Screw|Scroll</enumerations>
460
+ </term>
461
+ <term>
462
+ <name>Condenser Type</name>
463
+ <data_type>enum</data_type>
464
+ <enumerations>Water-cooled|Air-cooled|Evaporatively-cooled</enumerations>
465
+ </term>
466
+ <term>
467
+ <name>Condenser Water Pressure drop at Design Flow Rate</name>
468
+ <data_type>double</data_type>
469
+ <ip_written>Feet of water</ip_written>
470
+ <ip_symbol>ft</ip_symbol>
471
+ <si_written>Pascals</si_written>
472
+ </term>
473
+ <term>
474
+ <name>Design Chilled Water Flow Rate</name>
475
+ <data_type>double</data_type>
476
+ <ip_written>Gallons per minute</ip_written>
477
+ <ip_symbol>GPM</ip_symbol>
478
+ <si_written>Liters per second</si_written>
479
+ <si_symbol>L/s</si_symbol>
480
+ </term>
481
+ <term>
482
+ <name>Design Chilled Water Supply Temperature</name>
483
+ <data_type>double</data_type>
484
+ <ip_written>Degrees Fahrenheit</ip_written>
485
+ <ip_symbol>&#176;F</ip_symbol>
486
+ <si_written>Degrees Celsius</si_written>
487
+ <si_symbol>&#176;C</si_symbol>
488
+ </term>
489
+ <term>
490
+ <name>Design Condenser Water Flow Rate</name>
491
+ <data_type>double</data_type>
492
+ <ip_written>Gallons per minute</ip_written>
493
+ <ip_symbol>GPM</ip_symbol>
494
+ <si_written>Liters per second</si_written>
495
+ <si_symbol>L/s</si_symbol>
496
+ </term>
497
+ <term>
498
+ <name>Fan Control</name>
499
+ <data_type>enum</data_type>
500
+ <enumerations>Variable speed drive|Second stage|Single stage</enumerations>
501
+ </term>
502
+ <term>
503
+ <name>Max Outdoor Air Temperature (Dry Bulb)</name>
504
+ <data_type>double</data_type>
505
+ <ip_written>Degrees Fahrenheit</ip_written>
506
+ <ip_symbol>&#176;F</ip_symbol>
507
+ <si_written>Degrees Celsius</si_written>
508
+ <si_symbol>&#176;C</si_symbol>
509
+ </term>
510
+ <term>
511
+ <name>Max Outdoor Air Temperature (Wet Bulb)</name>
512
+ <data_type>double</data_type>
513
+ <ip_written>Degrees Fahrenheit</ip_written>
514
+ <ip_symbol>&#176;F</ip_symbol>
515
+ <si_written>Degrees Celsius</si_written>
516
+ <si_symbol>&#176;C</si_symbol>
517
+ </term>
518
+ <term>
519
+ <name>Maximum Chilled Water Flow Rate</name>
520
+ <data_type>double</data_type>
521
+ <ip_written>Gallons per minute</ip_written>
522
+ <ip_symbol>GPM</ip_symbol>
523
+ <si_written>Liters per second</si_written>
524
+ <si_symbol>L/s</si_symbol>
525
+ </term>
526
+ <term>
527
+ <name>Maximum Chilled Water Supply Temperature</name>
528
+ <data_type>double</data_type>
529
+ <ip_written>Degrees Fahrenheit</ip_written>
530
+ <ip_symbol>&#176;F</ip_symbol>
531
+ <si_written>Degrees Celsius</si_written>
532
+ <si_symbol>&#176;C</si_symbol>
533
+ </term>
534
+ <term>
535
+ <name>Maximum Condenser Water Entering Temperature</name>
536
+ <data_type>double</data_type>
537
+ <ip_written>Degrees Fahrenheit</ip_written>
538
+ <ip_symbol>&#176;F</ip_symbol>
539
+ <si_written>Degrees Celsius</si_written>
540
+ <si_symbol>&#176;C</si_symbol>
541
+ </term>
542
+ <term>
543
+ <name>Maximum Condenser Water Flow Rate</name>
544
+ <data_type>double</data_type>
545
+ <ip_written>Gallons per minute</ip_written>
546
+ <ip_symbol>GPM</ip_symbol>
547
+ <si_written>Liters per second</si_written>
548
+ <si_symbol>L/s</si_symbol>
549
+ </term>
550
+ <term>
551
+ <name>Maximum Part Load Ratio</name>
552
+ <data_type>double</data_type>
553
+ </term>
554
+ <term>
555
+ <name>Min Outdoor Air Temperature (Dry Bulb)</name>
556
+ <data_type>double</data_type>
557
+ <ip_written>Degrees Fahrenheit</ip_written>
558
+ <ip_symbol>&#176;F</ip_symbol>
559
+ <si_written>Degrees Celsius</si_written>
560
+ <si_symbol>&#176;C</si_symbol>
561
+ </term>
562
+ <term>
563
+ <name>Min Outdoor Air Temperature (Wet Bulb)</name>
564
+ <data_type>double</data_type>
565
+ <ip_written>Degrees Fahrenheit</ip_written>
566
+ <ip_symbol>&#176;F</ip_symbol>
567
+ <si_written>Degrees Celsius</si_written>
568
+ <si_symbol>&#176;C</si_symbol>
569
+ </term>
570
+ <term>
571
+ <name>Minimum Chilled Water Flow Rate</name>
572
+ <data_type>double</data_type>
573
+ <ip_written>Gallons per minute</ip_written>
574
+ <ip_symbol>GPM</ip_symbol>
575
+ <si_written>Liters per second</si_written>
576
+ <si_symbol>L/s</si_symbol>
577
+ </term>
578
+ <term>
579
+ <name>Minimum Chilled Water Supply Temperature</name>
580
+ <data_type>double</data_type>
581
+ <ip_written>Degrees Fahrenheit</ip_written>
582
+ <ip_symbol>&#176;F</ip_symbol>
583
+ <si_written>Degrees Celsius</si_written>
584
+ <si_symbol>&#176;C</si_symbol>
585
+ </term>
586
+ <term>
587
+ <name>Minimum Condenser Water Entering Temperature</name>
588
+ <data_type>double</data_type>
589
+ <ip_written>Degrees Fahrenheit</ip_written>
590
+ <ip_symbol>&#176;F</ip_symbol>
591
+ <si_written>Degrees Celsius</si_written>
592
+ <si_symbol>&#176;C</si_symbol>
593
+ </term>
594
+ <term>
595
+ <name>Minimum Condenser Water Flow Rate</name>
596
+ <data_type>double</data_type>
597
+ <ip_written>Gallons per minute</ip_written>
598
+ <ip_symbol>GPM</ip_symbol>
599
+ <si_written>Liters per second</si_written>
600
+ <si_symbol>L/s</si_symbol>
601
+ </term>
602
+ <term>
603
+ <name>Minimum Part Load Ratio</name>
604
+ <data_type>double</data_type>
605
+ </term>
606
+ <term>
607
+ <name>Model Designation</name>
608
+ <data_type>string</data_type>
609
+ </term>
610
+ <term>
611
+ <name>Net Refrigeration Capacity</name>
612
+ <description>"The capacity of the evaporator available for cooling of the thermal load external to the Water-Chilling Package and is calculated using only the sensible heat transfer." (AHRI 550/590)</description>
613
+ <data_type>double</data_type>
614
+ <ip_written>Tons of Refrigeration (12,000 BTU/h)</ip_written>
615
+ <ip_symbol>Tons</ip_symbol>
616
+ <si_written>Killowatts</si_written>
617
+ <si_symbol>kW</si_symbol>
618
+ </term>
619
+ <term>
620
+ <name>OpenStudio Type</name>
621
+ <description>Type of OpenStudio Object</description>
622
+ </term>
623
+ <term>
624
+ <name>Part Load Ratio below which Hot Gas Bypass (HGBP) operates</name>
625
+ <data_type>double</data_type>
626
+ </term>
627
+ <term>
628
+ <name>Refrigerant </name>
629
+ <data_type>enum</data_type>
630
+ <enumerations>R-134a|R-407C|R-410A|R-717|R-290|R-401a|R-404A|R-407A|R-408A|R-409a|R-500|R-502</enumerations>
631
+ </term>
632
+ <term>
633
+ <name>Variable-Speed Drive Compressor</name>
634
+ <data_type>enum</data_type>
635
+ <enumerations>Yes, No|No</enumerations>
636
+ </term>
200
637
  </tag>
201
638
  </tag>
202
- <tag name="Audio">
203
- <term name="OpenStudio Type"/>
204
- <term name="Standby Power"/>
205
- <term name="Peak Power"/>
206
- <term name="Cycling Percent On"/>
639
+ <tag>
640
+ <name>Packaged Unitary Equipment</name>
641
+ <tag>
642
+ <name>Roof Top Units</name>
643
+ <term>
644
+ <name>AHRI Certified Reference Number</name>
645
+ <description>Provide this number if your product is certified under the AHRI Unitary Large Equipment or Unitary Air Conditioner Equipment or Unitary Heat Pump Equipment Certification Program or </description>
646
+ <data_type>string</data_type>
647
+ <ip_written>none</ip_written>
648
+ </term>
649
+ <term>
650
+ <name>Active Dehumidification</name>
651
+ <description>Select 'Yes' if the unit contains an active dehumidification system other than the dehumidifiation that takes place during DX cooling operation. The performance map will reflect the answer to this question. </description>
652
+ <data_type>enum</data_type>
653
+ <enumerations>Yes|No</enumerations>
654
+ </term>
655
+ <term>
656
+ <name>Air-Source Heat Pump</name>
657
+ <description>Select yes if this unit is a a "Commercial and Industrial Unitary Heat Pump. One or more factory-made assemblies, which normally include an indoor conditioning coil, an air moving device, compressor(s), and an outdoor coil(s), including means to provide a heating Function and may or may not include a cooling Function. When such equipment is provided in more than one assembly, the separate assemblies shall be designed to be used together, and the requirements of rating outlined in the standard shall be based upon the use of matched assemblies." (AHRI 340/360 2007)</description>
658
+ <data_type>enum</data_type>
659
+ <enumerations>Yes|No</enumerations>
660
+ </term>
661
+ <term>
662
+ <name>Compressor Staging</name>
663
+ <description>Select the type of compressor staging for the unit. Select Single stage for units with single stage (on/off) control. Select multiple-discrete stages for units with multiple compressors, discrete unloading stages or compressors with stepped speed motors that are controlled to operate at discrete stages. Select Variable for compressors that operate at variable speeds or with modulating unloading.</description>
664
+ <data_type>enum</data_type>
665
+ <enumerations>Single stage|Multiple, discrete stages|Variable</enumerations>
666
+ </term>
667
+ <term>
668
+ <name>Condenser Fan Speed Operation</name>
669
+ <description>Select the condenser fan control option for the unit.</description>
670
+ <data_type>enum</data_type>
671
+ <enumerations>Constant Speed|Stepped Speed|Variable Speed</enumerations>
672
+ </term>
673
+ <term>
674
+ <name>Degradation Coefficient </name>
675
+ <abbr>Cd</abbr>
676
+ <description>"Degradation Coefficient (CD). The measure of the efficiency loss due to the cycling of the units as determined in Appendices C and D [of the standard]." (AHRI 210/240 2008)</description>
677
+ <data_type>double</data_type>
678
+ </term>
679
+ <term>
680
+ <name>Economizer Control Types Available</name>
681
+ <description>Select all economizer options available for this model.</description>
682
+ <data_type>enum</data_type>
683
+ <enumerations>None|Fixed Dry Bulb|Differential Dry Bulb|Fixed Enthalpy|Differential Enthalpy|Electronic Enthalpy|Fixed Dew Point and Dry Bulb|Differential Dry Bulb and Enthalpy</enumerations>
684
+ </term>
685
+ <term>
686
+ <name>Energy Efficiency Ratio</name>
687
+ <abbr>EER</abbr>
688
+ <description>"A ratio of the Cooling Capacity in Btu/h to the power input values in watts at any given set of rating conditions expressed in Btu/W&#183;h." (AHRI 340/360 2007)</description>
689
+ <data_type>double</data_type>
690
+ <ip_written>British Thermal Units per hour per Watt</ip_written>
691
+ <ip_symbol>(BTU/h)/W</ip_symbol>
692
+ <si_written>British Thermal Units per hour per Watt</si_written>
693
+ <si_symbol>(BTU/h)/Watt</si_symbol>
694
+ </term>
695
+ <term>
696
+ <name>Evaporatively Cooled Condenser</name>
697
+ <description>Select 'Yes' if the unit uses indirect evaporative cooling instead of air cooling to reject heat from the condenser coils. The performance map will reflect the answer to this question. </description>
698
+ <data_type>enum</data_type>
699
+ <enumerations>Yes|No</enumerations>
700
+ </term>
701
+ <term>
702
+ <name>Heating Staging</name>
703
+ <description>Select the type of heat staging for the unit. Select Single stage for units with single stage (on/off) control. Select multiple-discrete stages for units with multiple discrete stages (low-fire / high-fire). Select Modulating for modulating burners.</description>
704
+ <data_type>enum</data_type>
705
+ <enumerations>Single stage|Multiple, discrete stages|Modulating</enumerations>
706
+ </term>
707
+ <term>
708
+ <name>Indoor Fan Speed Control</name>
709
+ <description>Select the type of indoor fan speed control for the unit. Select Constant-speed for units that operate at a single, constant speed. Select Stepped speed for units that operate at multiple discrete steps. Select Variable-speed for variable speed control.</description>
710
+ <data_type>enum</data_type>
711
+ <enumerations>Constant Speed|Stepped Speed|Variable Speed</enumerations>
712
+ </term>
713
+ <term>
714
+ <name>Integrated Energy Efficiency Ratio</name>
715
+ <abbr>IEER</abbr>
716
+ <description>"A single number cooling part-load efficiency figure of merit." (AHRI 340/360 2007)</description>
717
+ <data_type>double</data_type>
718
+ <ip_written>British Thermal Units per hour per Watt</ip_written>
719
+ <ip_symbol>(BTU/h)/W</ip_symbol>
720
+ <si_written>British Thermal Units per hour per Watt</si_written>
721
+ <si_symbol>(BTU/h)/Watt</si_symbol>
722
+ </term>
723
+ <term>
724
+ <name>Internal Static Pressure at full speed</name>
725
+ <description>Internal static pressure of the unit at full indoor fan speed including all filters, coils and accessories used in this model.</description>
726
+ <data_type>double</data_type>
727
+ </term>
728
+ <term>
729
+ <name>Maximum Outdoor Dry Bulb for Cooling Operation</name>
730
+ <description>This is the maximum temperature at which the DX cooling coils will be able to operate.</description>
731
+ <data_type>double</data_type>
732
+ <ip_written>Degrees Fahrenheit</ip_written>
733
+ <ip_symbol>&#176;F</ip_symbol>
734
+ <si_written>Degrees Celsius</si_written>
735
+ <si_symbol>&#176;C</si_symbol>
736
+ </term>
737
+ <term>
738
+ <name>Maximum Outdoor Dry Bulb for Heat Pump Operation</name>
739
+ <description>This is the maximum temperature at which the DX coils will be able to operate during heat pump operation.</description>
740
+ <data_type>double</data_type>
741
+ <ip_written>Degrees Fahrenheit</ip_written>
742
+ <ip_symbol>&#176;F</ip_symbol>
743
+ <si_written>Degrees Celsius</si_written>
744
+ <si_symbol>&#176;C</si_symbol>
745
+ </term>
746
+ <term>
747
+ <name>Minimum Outdoor Dry Bulb for Heat Pump Operation</name>
748
+ <description>This is the minimum temperature at which the DX coils will be able to operate during heat pump operation.</description>
749
+ <data_type>double</data_type>
750
+ <ip_written>Degrees Fahrenheit</ip_written>
751
+ <ip_symbol>&#176;F</ip_symbol>
752
+ <si_written>Degrees Celsius</si_written>
753
+ <si_symbol>&#176;C</si_symbol>
754
+ </term>
755
+ <term>
756
+ <name>Minimum Outdoor Dryb Bulb for Cooling Operation</name>
757
+ <description>This is the minimum temperature at which the DX cooling coils will be able to operate.</description>
758
+ <data_type>double</data_type>
759
+ <ip_written>Degrees Fahrenheit</ip_written>
760
+ <ip_symbol>&#176;F</ip_symbol>
761
+ <si_written>Degrees Celsius</si_written>
762
+ <si_symbol>&#176;C</si_symbol>
763
+ </term>
764
+ <term>
765
+ <name>Minimum speed as a fraction of maximum speed</name>
766
+ <description> Divide the minimum RPM by the maximum RPM of the fan.</description>
767
+ <data_type>double</data_type>
768
+ </term>
769
+ <term>
770
+ <name>Nominal Cooling Capacity</name>
771
+ <description>The nominal cooling capacity as listed in the product brochure for this family of model numbers. </description>
772
+ <data_type>integer</data_type>
773
+ <ip_written>Tons of Refrigeration (12,000 BTU/h)</ip_written>
774
+ <ip_symbol>Tons</ip_symbol>
775
+ <si_written>Killowatt</si_written>
776
+ <si_symbol>kW</si_symbol>
777
+ </term>
778
+ <term>
779
+ <name>Number of Heating stages</name>
780
+ <description>Enter the number of heating stages, excluding off.</description>
781
+ <data_type>integer</data_type>
782
+ </term>
783
+ <term>
784
+ <name>Number of discrete cooling stages</name>
785
+ <description>Enter the number of discrete operating stages for the compressors. (Excluding 'off'.)</description>
786
+ <data_type>integer</data_type>
787
+ </term>
788
+ <term>
789
+ <name>Number of discrete speeds</name>
790
+ <description>Enter the number of discrete operating speeds for the indoor fan motor. (Excluding 'off'.)</description>
791
+ <data_type>integer</data_type>
792
+ </term>
793
+ <term>
794
+ <name>OpenStudio Type</name>
795
+ <description>Type of OpenStudio Object</description>
796
+ </term>
797
+ <term>
798
+ <name>Refrigerant</name>
799
+ <description>Select the type of refrigerant.</description>
800
+ <data_type>enum</data_type>
801
+ <enumerations> R-410A|R-407c|R134-A</enumerations>
802
+ </term>
803
+ <term>
804
+ <name>Seasonal Energy Efficiency Ratio</name>
805
+ <abbr>SEER</abbr>
806
+ <description>"The total heat removed from the conditioned space during the annual cooling season, expressed in Btu&#8217;s, divided by the total electrical energy consumed by the air conditioner or heat pump during the same season, expressed in watt-hours." (AHRI 210/240 2008)</description>
807
+ <data_type>double</data_type>
808
+ <ip_written>British Thermal Units per hour per Watt</ip_written>
809
+ <ip_symbol>(BTU/h)/W</ip_symbol>
810
+ <si_written>British Thermal Units per hour per Watt</si_written>
811
+ <si_symbol>(BTU/h)/Watt</si_symbol>
812
+ </term>
813
+ <term>
814
+ <name>Sequence of Operations</name>
815
+ <data_type>file</data_type>
816
+ </term>
817
+ <term>
818
+ <name>Turndown Ratio</name>
819
+ <description>Enter the turndown ratio for the burner. (Full input/minimum input)</description>
820
+ <data_type>double</data_type>
821
+ </term>
822
+ <term>
823
+ <name>Type of Heating</name>
824
+ <description>Select the type of heating that the unit uses. This is independent of heat pump operation. If your unit is a heat pump without supplemental heating or has no heating coil, select none. </description>
825
+ <data_type>enum</data_type>
826
+ <enumerations>Gas|Electric|None</enumerations>
827
+ </term>
828
+ </tag>
207
829
  </tag>
208
- <tag name="Computer">
209
- <term name="OpenStudio Type"/>
210
- <term name="Standby Power"/>
211
- <term name="Peak Power"/>
212
- <term name="Cycling Percent On"/>
213
- <tag name="Desktop">
214
- <term name="OpenStudio Type"/>
215
- <term name="Standby Power"/>
216
- <term name="Peak Power"/>
217
- <term name="Cycling Percent On"/>
218
- </tag>
219
- <tag name="Integrated Display Computer">
220
- <term name="OpenStudio Type"/>
221
- <term name="Standby Power"/>
222
- <term name="Peak Power"/>
223
- <term name="Cycling Percent On"/>
224
- </tag>
225
- <tag name="Notebook">
226
- <term name="OpenStudio Type"/>
227
- <term name="Standby Power"/>
228
- <term name="Peak Power"/>
229
- <term name="Cycling Percent On"/>
830
+ </tag>
831
+ <tag>
832
+ <name>MEL</name>
833
+ <tag>
834
+ <name>Appliance</name>
835
+ <tag>
836
+ <name>Beverage Fountain</name>
837
+ <term>
838
+ <name>Cycling Percent On</name>
839
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
840
+ <data_type>double</data_type>
841
+ <ip_written>%</ip_written>
842
+ <ip_symbol>%</ip_symbol>
843
+ <si_written>%</si_written>
844
+ <si_symbol>%</si_symbol>
845
+ </term>
846
+ <term>
847
+ <name>OpenStudio Type</name>
848
+ <description>Type of OpenStudio Object</description>
849
+ </term>
850
+ <term>
851
+ <name>Peak Power</name>
852
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
853
+ <data_type>double</data_type>
854
+ <ip_written>W</ip_written>
855
+ <ip_symbol>W</ip_symbol>
856
+ <si_written>W</si_written>
857
+ <si_symbol>W</si_symbol>
858
+ </term>
859
+ <term>
860
+ <name>Standby Power</name>
861
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
862
+ <data_type>double</data_type>
863
+ <ip_written>W</ip_written>
864
+ <ip_symbol>W</ip_symbol>
865
+ <si_written>W</si_written>
866
+ <si_symbol>W</si_symbol>
867
+ </term>
868
+ </tag>
869
+ <tag>
870
+ <name>Cash Exchange</name>
871
+ <term>
872
+ <name>Cycling Percent On</name>
873
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
874
+ <data_type>double</data_type>
875
+ <ip_written>%</ip_written>
876
+ <ip_symbol>%</ip_symbol>
877
+ <si_written>%</si_written>
878
+ <si_symbol>%</si_symbol>
879
+ </term>
880
+ <term>
881
+ <name>OpenStudio Type</name>
882
+ <description>Type of OpenStudio Object</description>
883
+ </term>
884
+ <term>
885
+ <name>Peak Power</name>
886
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
887
+ <data_type>double</data_type>
888
+ <ip_written>W</ip_written>
889
+ <ip_symbol>W</ip_symbol>
890
+ <si_written>W</si_written>
891
+ <si_symbol>W</si_symbol>
892
+ </term>
893
+ <term>
894
+ <name>Standby Power</name>
895
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
896
+ <data_type>double</data_type>
897
+ <ip_written>W</ip_written>
898
+ <ip_symbol>W</ip_symbol>
899
+ <si_written>W</si_written>
900
+ <si_symbol>W</si_symbol>
901
+ </term>
902
+ </tag>
903
+ <tag>
904
+ <name>Coffee Maker</name>
905
+ <term>
906
+ <name>Cycling Percent On</name>
907
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
908
+ <data_type>double</data_type>
909
+ <ip_written>%</ip_written>
910
+ <ip_symbol>%</ip_symbol>
911
+ <si_written>%</si_written>
912
+ <si_symbol>%</si_symbol>
913
+ </term>
914
+ <term>
915
+ <name>OpenStudio Type</name>
916
+ <description>Type of OpenStudio Object</description>
917
+ </term>
918
+ <term>
919
+ <name>Peak Power</name>
920
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
921
+ <data_type>double</data_type>
922
+ <ip_written>W</ip_written>
923
+ <ip_symbol>W</ip_symbol>
924
+ <si_written>W</si_written>
925
+ <si_symbol>W</si_symbol>
926
+ </term>
927
+ <term>
928
+ <name>Standby Power</name>
929
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
930
+ <data_type>double</data_type>
931
+ <ip_written>W</ip_written>
932
+ <ip_symbol>W</ip_symbol>
933
+ <si_written>W</si_written>
934
+ <si_symbol>W</si_symbol>
935
+ </term>
936
+ </tag>
937
+ <tag>
938
+ <name>Desktop Fan</name>
939
+ <term>
940
+ <name>Cycling Percent On</name>
941
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
942
+ <data_type>double</data_type>
943
+ <ip_written>%</ip_written>
944
+ <ip_symbol>%</ip_symbol>
945
+ <si_written>%</si_written>
946
+ <si_symbol>%</si_symbol>
947
+ </term>
948
+ <term>
949
+ <name>OpenStudio Type</name>
950
+ <description>Type of OpenStudio Object</description>
951
+ </term>
952
+ <term>
953
+ <name>Peak Power</name>
954
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
955
+ <data_type>double</data_type>
956
+ <ip_written>W</ip_written>
957
+ <ip_symbol>W</ip_symbol>
958
+ <si_written>W</si_written>
959
+ <si_symbol>W</si_symbol>
960
+ </term>
961
+ <term>
962
+ <name>Standby Power</name>
963
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
964
+ <data_type>double</data_type>
965
+ <ip_written>W</ip_written>
966
+ <ip_symbol>W</ip_symbol>
967
+ <si_written>W</si_written>
968
+ <si_symbol>W</si_symbol>
969
+ </term>
970
+ </tag>
971
+ <tag>
972
+ <name>Drinking Fountain</name>
973
+ <term>
974
+ <name>Cycling Percent On</name>
975
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
976
+ <data_type>double</data_type>
977
+ <ip_written>%</ip_written>
978
+ <ip_symbol>%</ip_symbol>
979
+ <si_written>%</si_written>
980
+ <si_symbol>%</si_symbol>
981
+ </term>
982
+ <term>
983
+ <name>OpenStudio Type</name>
984
+ <description>Type of OpenStudio Object</description>
985
+ </term>
986
+ <term>
987
+ <name>Peak Power</name>
988
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
989
+ <data_type>double</data_type>
990
+ <ip_written>W</ip_written>
991
+ <ip_symbol>W</ip_symbol>
992
+ <si_written>W</si_written>
993
+ <si_symbol>W</si_symbol>
994
+ </term>
995
+ <term>
996
+ <name>Standby Power</name>
997
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
998
+ <data_type>double</data_type>
999
+ <ip_written>W</ip_written>
1000
+ <ip_symbol>W</ip_symbol>
1001
+ <si_written>W</si_written>
1002
+ <si_symbol>W</si_symbol>
1003
+ </term>
1004
+ </tag>
1005
+ <tag>
1006
+ <name>Food Warmer</name>
1007
+ <term>
1008
+ <name>Cycling Percent On</name>
1009
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1010
+ <data_type>double</data_type>
1011
+ <ip_written>%</ip_written>
1012
+ <ip_symbol>%</ip_symbol>
1013
+ <si_written>%</si_written>
1014
+ <si_symbol>%</si_symbol>
1015
+ </term>
1016
+ <term>
1017
+ <name>OpenStudio Type</name>
1018
+ <description>Type of OpenStudio Object</description>
1019
+ </term>
1020
+ <term>
1021
+ <name>Peak Power</name>
1022
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1023
+ <data_type>double</data_type>
1024
+ <ip_written>W</ip_written>
1025
+ <ip_symbol>W</ip_symbol>
1026
+ <si_written>W</si_written>
1027
+ <si_symbol>W</si_symbol>
1028
+ </term>
1029
+ <term>
1030
+ <name>Standby Power</name>
1031
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1032
+ <data_type>double</data_type>
1033
+ <ip_written>W</ip_written>
1034
+ <ip_symbol>W</ip_symbol>
1035
+ <si_written>W</si_written>
1036
+ <si_symbol>W</si_symbol>
1037
+ </term>
1038
+ </tag>
1039
+ <tag>
1040
+ <name>Freezer</name>
1041
+ <term>
1042
+ <name>Cycling Percent On</name>
1043
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1044
+ <data_type>double</data_type>
1045
+ <ip_written>%</ip_written>
1046
+ <ip_symbol>%</ip_symbol>
1047
+ <si_written>%</si_written>
1048
+ <si_symbol>%</si_symbol>
1049
+ </term>
1050
+ <term>
1051
+ <name>OpenStudio Type</name>
1052
+ <description>Type of OpenStudio Object</description>
1053
+ </term>
1054
+ <term>
1055
+ <name>Peak Power</name>
1056
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1057
+ <data_type>double</data_type>
1058
+ <ip_written>W</ip_written>
1059
+ <ip_symbol>W</ip_symbol>
1060
+ <si_written>W</si_written>
1061
+ <si_symbol>W</si_symbol>
1062
+ </term>
1063
+ <term>
1064
+ <name>Standby Power</name>
1065
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1066
+ <data_type>double</data_type>
1067
+ <ip_written>W</ip_written>
1068
+ <ip_symbol>W</ip_symbol>
1069
+ <si_written>W</si_written>
1070
+ <si_symbol>W</si_symbol>
1071
+ </term>
1072
+ </tag>
1073
+ <tag>
1074
+ <name>Ice Machine</name>
1075
+ <term>
1076
+ <name>Cycling Percent On</name>
1077
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1078
+ <data_type>double</data_type>
1079
+ <ip_written>%</ip_written>
1080
+ <ip_symbol>%</ip_symbol>
1081
+ <si_written>%</si_written>
1082
+ <si_symbol>%</si_symbol>
1083
+ </term>
1084
+ <term>
1085
+ <name>OpenStudio Type</name>
1086
+ <description>Type of OpenStudio Object</description>
1087
+ </term>
1088
+ <term>
1089
+ <name>Peak Power</name>
1090
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1091
+ <data_type>double</data_type>
1092
+ <ip_written>W</ip_written>
1093
+ <ip_symbol>W</ip_symbol>
1094
+ <si_written>W</si_written>
1095
+ <si_symbol>W</si_symbol>
1096
+ </term>
1097
+ <term>
1098
+ <name>Standby Power</name>
1099
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1100
+ <data_type>double</data_type>
1101
+ <ip_written>W</ip_written>
1102
+ <ip_symbol>W</ip_symbol>
1103
+ <si_written>W</si_written>
1104
+ <si_symbol>W</si_symbol>
1105
+ </term>
230
1106
  </tag>
1107
+ <tag>
1108
+ <name>Microwave</name>
1109
+ <term>
1110
+ <name>Cycling Percent On</name>
1111
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1112
+ <data_type>double</data_type>
1113
+ <ip_written>%</ip_written>
1114
+ <ip_symbol>%</ip_symbol>
1115
+ <si_written>%</si_written>
1116
+ <si_symbol>%</si_symbol>
1117
+ </term>
1118
+ <term>
1119
+ <name>OpenStudio Type</name>
1120
+ <description>Type of OpenStudio Object</description>
1121
+ </term>
1122
+ <term>
1123
+ <name>Peak Power</name>
1124
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1125
+ <data_type>double</data_type>
1126
+ <ip_written>W</ip_written>
1127
+ <ip_symbol>W</ip_symbol>
1128
+ <si_written>W</si_written>
1129
+ <si_symbol>W</si_symbol>
1130
+ </term>
1131
+ <term>
1132
+ <name>Standby Power</name>
1133
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1134
+ <data_type>double</data_type>
1135
+ <ip_written>W</ip_written>
1136
+ <ip_symbol>W</ip_symbol>
1137
+ <si_written>W</si_written>
1138
+ <si_symbol>W</si_symbol>
1139
+ </term>
1140
+ </tag>
1141
+ <tag>
1142
+ <name>Mini-fridge</name>
1143
+ <term>
1144
+ <name>Cycling Percent On</name>
1145
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1146
+ <data_type>double</data_type>
1147
+ <ip_written>%</ip_written>
1148
+ <ip_symbol>%</ip_symbol>
1149
+ <si_written>%</si_written>
1150
+ <si_symbol>%</si_symbol>
1151
+ </term>
1152
+ <term>
1153
+ <name>OpenStudio Type</name>
1154
+ <description>Type of OpenStudio Object</description>
1155
+ </term>
1156
+ <term>
1157
+ <name>Peak Power</name>
1158
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1159
+ <data_type>double</data_type>
1160
+ <ip_written>W</ip_written>
1161
+ <ip_symbol>W</ip_symbol>
1162
+ <si_written>W</si_written>
1163
+ <si_symbol>W</si_symbol>
1164
+ </term>
1165
+ <term>
1166
+ <name>Standby Power</name>
1167
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1168
+ <data_type>double</data_type>
1169
+ <ip_written>W</ip_written>
1170
+ <ip_symbol>W</ip_symbol>
1171
+ <si_written>W</si_written>
1172
+ <si_symbol>W</si_symbol>
1173
+ </term>
1174
+ </tag>
1175
+ <tag>
1176
+ <name>Personal Heater</name>
1177
+ <term>
1178
+ <name>Cycling Percent On</name>
1179
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1180
+ <data_type>double</data_type>
1181
+ <ip_written>%</ip_written>
1182
+ <ip_symbol>%</ip_symbol>
1183
+ <si_written>%</si_written>
1184
+ <si_symbol>%</si_symbol>
1185
+ </term>
1186
+ <term>
1187
+ <name>OpenStudio Type</name>
1188
+ <description>Type of OpenStudio Object</description>
1189
+ </term>
1190
+ <term>
1191
+ <name>Peak Power</name>
1192
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1193
+ <data_type>double</data_type>
1194
+ <ip_written>W</ip_written>
1195
+ <ip_symbol>W</ip_symbol>
1196
+ <si_written>W</si_written>
1197
+ <si_symbol>W</si_symbol>
1198
+ </term>
1199
+ <term>
1200
+ <name>Standby Power</name>
1201
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1202
+ <data_type>double</data_type>
1203
+ <ip_written>W</ip_written>
1204
+ <ip_symbol>W</ip_symbol>
1205
+ <si_written>W</si_written>
1206
+ <si_symbol>W</si_symbol>
1207
+ </term>
1208
+ </tag>
1209
+ <tag>
1210
+ <name>Refrigerated Vending Machine</name>
1211
+ <term>
1212
+ <name>Cycling Percent On</name>
1213
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1214
+ <data_type>double</data_type>
1215
+ <ip_written>%</ip_written>
1216
+ <ip_symbol>%</ip_symbol>
1217
+ <si_written>%</si_written>
1218
+ <si_symbol>%</si_symbol>
1219
+ </term>
1220
+ <term>
1221
+ <name>OpenStudio Type</name>
1222
+ <description>Type of OpenStudio Object</description>
1223
+ </term>
1224
+ <term>
1225
+ <name>Peak Power</name>
1226
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1227
+ <data_type>double</data_type>
1228
+ <ip_written>W</ip_written>
1229
+ <ip_symbol>W</ip_symbol>
1230
+ <si_written>W</si_written>
1231
+ <si_symbol>W</si_symbol>
1232
+ </term>
1233
+ <term>
1234
+ <name>Standby Power</name>
1235
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1236
+ <data_type>double</data_type>
1237
+ <ip_written>W</ip_written>
1238
+ <ip_symbol>W</ip_symbol>
1239
+ <si_written>W</si_written>
1240
+ <si_symbol>W</si_symbol>
1241
+ </term>
1242
+ </tag>
1243
+ <tag>
1244
+ <name>Refrigerator</name>
1245
+ <term>
1246
+ <name>Cycling Percent On</name>
1247
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1248
+ <data_type>double</data_type>
1249
+ <ip_written>%</ip_written>
1250
+ <ip_symbol>%</ip_symbol>
1251
+ <si_written>%</si_written>
1252
+ <si_symbol>%</si_symbol>
1253
+ </term>
1254
+ <term>
1255
+ <name>OpenStudio Type</name>
1256
+ <description>Type of OpenStudio Object</description>
1257
+ </term>
1258
+ <term>
1259
+ <name>Peak Power</name>
1260
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1261
+ <data_type>double</data_type>
1262
+ <ip_written>W</ip_written>
1263
+ <ip_symbol>W</ip_symbol>
1264
+ <si_written>W</si_written>
1265
+ <si_symbol>W</si_symbol>
1266
+ </term>
1267
+ <term>
1268
+ <name>Standby Power</name>
1269
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1270
+ <data_type>double</data_type>
1271
+ <ip_written>W</ip_written>
1272
+ <ip_symbol>W</ip_symbol>
1273
+ <si_written>W</si_written>
1274
+ <si_symbol>W</si_symbol>
1275
+ </term>
1276
+ </tag>
1277
+ <tag>
1278
+ <name>Vending Machine</name>
1279
+ <term>
1280
+ <name>Cycling Percent On</name>
1281
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1282
+ <data_type>double</data_type>
1283
+ <ip_written>%</ip_written>
1284
+ <ip_symbol>%</ip_symbol>
1285
+ <si_written>%</si_written>
1286
+ <si_symbol>%</si_symbol>
1287
+ </term>
1288
+ <term>
1289
+ <name>OpenStudio Type</name>
1290
+ <description>Type of OpenStudio Object</description>
1291
+ </term>
1292
+ <term>
1293
+ <name>Peak Power</name>
1294
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1295
+ <data_type>double</data_type>
1296
+ <ip_written>W</ip_written>
1297
+ <ip_symbol>W</ip_symbol>
1298
+ <si_written>W</si_written>
1299
+ <si_symbol>W</si_symbol>
1300
+ </term>
1301
+ <term>
1302
+ <name>Standby Power</name>
1303
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1304
+ <data_type>double</data_type>
1305
+ <ip_written>W</ip_written>
1306
+ <ip_symbol>W</ip_symbol>
1307
+ <si_written>W</si_written>
1308
+ <si_symbol>W</si_symbol>
1309
+ </term>
1310
+ </tag>
1311
+ <tag>
1312
+ <name>Water Cooler</name>
1313
+ <term>
1314
+ <name>Cycling Percent On</name>
1315
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1316
+ <data_type>double</data_type>
1317
+ <ip_written>%</ip_written>
1318
+ <ip_symbol>%</ip_symbol>
1319
+ <si_written>%</si_written>
1320
+ <si_symbol>%</si_symbol>
1321
+ </term>
1322
+ <term>
1323
+ <name>OpenStudio Type</name>
1324
+ <description>Type of OpenStudio Object</description>
1325
+ </term>
1326
+ <term>
1327
+ <name>Peak Power</name>
1328
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1329
+ <data_type>double</data_type>
1330
+ <ip_written>W</ip_written>
1331
+ <ip_symbol>W</ip_symbol>
1332
+ <si_written>W</si_written>
1333
+ <si_symbol>W</si_symbol>
1334
+ </term>
1335
+ <term>
1336
+ <name>Standby Power</name>
1337
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1338
+ <data_type>double</data_type>
1339
+ <ip_written>W</ip_written>
1340
+ <ip_symbol>W</ip_symbol>
1341
+ <si_written>W</si_written>
1342
+ <si_symbol>W</si_symbol>
1343
+ </term>
1344
+ </tag>
1345
+ <tag>
1346
+ <name>Water Purifier</name>
1347
+ <term>
1348
+ <name>Cycling Percent On</name>
1349
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1350
+ <data_type>double</data_type>
1351
+ <ip_written>%</ip_written>
1352
+ <ip_symbol>%</ip_symbol>
1353
+ <si_written>%</si_written>
1354
+ <si_symbol>%</si_symbol>
1355
+ </term>
1356
+ <term>
1357
+ <name>OpenStudio Type</name>
1358
+ <description>Type of OpenStudio Object</description>
1359
+ </term>
1360
+ <term>
1361
+ <name>Peak Power</name>
1362
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1363
+ <data_type>double</data_type>
1364
+ <ip_written>W</ip_written>
1365
+ <ip_symbol>W</ip_symbol>
1366
+ <si_written>W</si_written>
1367
+ <si_symbol>W</si_symbol>
1368
+ </term>
1369
+ <term>
1370
+ <name>Standby Power</name>
1371
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1372
+ <data_type>double</data_type>
1373
+ <ip_written>W</ip_written>
1374
+ <ip_symbol>W</ip_symbol>
1375
+ <si_written>W</si_written>
1376
+ <si_symbol>W</si_symbol>
1377
+ </term>
1378
+ </tag>
1379
+ </tag>
1380
+ <tag>
1381
+ <name>Audio</name>
1382
+ <term>
1383
+ <name>Cycling Percent On</name>
1384
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1385
+ <data_type>double</data_type>
1386
+ <ip_written>%</ip_written>
1387
+ <ip_symbol>%</ip_symbol>
1388
+ <si_written>%</si_written>
1389
+ <si_symbol>%</si_symbol>
1390
+ </term>
1391
+ <term>
1392
+ <name>OpenStudio Type</name>
1393
+ <description>Type of OpenStudio Object</description>
1394
+ </term>
1395
+ <term>
1396
+ <name>Peak Power</name>
1397
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1398
+ <data_type>double</data_type>
1399
+ <ip_written>W</ip_written>
1400
+ <ip_symbol>W</ip_symbol>
1401
+ <si_written>W</si_written>
1402
+ <si_symbol>W</si_symbol>
1403
+ </term>
1404
+ <term>
1405
+ <name>Standby Power</name>
1406
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1407
+ <data_type>double</data_type>
1408
+ <ip_written>W</ip_written>
1409
+ <ip_symbol>W</ip_symbol>
1410
+ <si_written>W</si_written>
1411
+ <si_symbol>W</si_symbol>
1412
+ </term>
231
1413
  </tag>
232
- <tag name="Display">
233
- <term name="OpenStudio Type"/>
234
- <term name="Standby Power"/>
235
- <term name="Peak Power"/>
236
- <term name="Cycling Percent On"/>
237
- <tag name="CRT Monitor">
238
- <term name="OpenStudio Type"/>
239
- <term name="Standby Power"/>
240
- <term name="Peak Power"/>
241
- <term name="Cycling Percent On"/>
242
- </tag>
243
- <tag name="CRT Television">
244
- <term name="OpenStudio Type"/>
245
- <term name="Standby Power"/>
246
- <term name="Peak Power"/>
247
- <term name="Cycling Percent On"/>
248
- </tag>
249
- <tag name="Digital Photo Frame">
250
- <term name="OpenStudio Type"/>
251
- <term name="Standby Power"/>
252
- <term name="Peak Power"/>
253
- <term name="Cycling Percent On"/>
254
- </tag>
255
- <tag name="LCD Monitor">
256
- <term name="OpenStudio Type"/>
257
- <term name="Standby Power"/>
258
- <term name="Peak Power"/>
259
- <term name="Cycling Percent On"/>
260
- </tag>
261
- <tag name="LCD Television">
262
- <term name="OpenStudio Type"/>
263
- <term name="Standby Power"/>
264
- <term name="Peak Power"/>
265
- <term name="Cycling Percent On"/>
266
- </tag>
267
- <tag name="Plasma Television">
268
- <term name="OpenStudio Type"/>
269
- <term name="Standby Power"/>
270
- <term name="Peak Power"/>
271
- <term name="Cycling Percent On"/>
272
- </tag>
273
- <tag name="Projector">
274
- <term name="OpenStudio Type"/>
275
- <term name="Standby Power"/>
276
- <term name="Peak Power"/>
277
- <term name="Cycling Percent On"/>
1414
+ <tag>
1415
+ <name>Computer</name>
1416
+ <tag>
1417
+ <name>Desktop</name>
1418
+ <term>
1419
+ <name>Cycling Percent On</name>
1420
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1421
+ <data_type>double</data_type>
1422
+ <ip_written>%</ip_written>
1423
+ <ip_symbol>%</ip_symbol>
1424
+ <si_written>%</si_written>
1425
+ <si_symbol>%</si_symbol>
1426
+ </term>
1427
+ <term>
1428
+ <name>OpenStudio Type</name>
1429
+ <description>Type of OpenStudio Object</description>
1430
+ </term>
1431
+ <term>
1432
+ <name>Peak Power</name>
1433
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1434
+ <data_type>double</data_type>
1435
+ <ip_written>W</ip_written>
1436
+ <ip_symbol>W</ip_symbol>
1437
+ <si_written>W</si_written>
1438
+ <si_symbol>W</si_symbol>
1439
+ </term>
1440
+ <term>
1441
+ <name>Standby Power</name>
1442
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1443
+ <data_type>double</data_type>
1444
+ <ip_written>W</ip_written>
1445
+ <ip_symbol>W</ip_symbol>
1446
+ <si_written>W</si_written>
1447
+ <si_symbol>W</si_symbol>
1448
+ </term>
1449
+ </tag>
1450
+ <tag>
1451
+ <name>Integrated Display Computer</name>
1452
+ <term>
1453
+ <name>Cycling Percent On</name>
1454
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1455
+ <data_type>double</data_type>
1456
+ <ip_written>%</ip_written>
1457
+ <ip_symbol>%</ip_symbol>
1458
+ <si_written>%</si_written>
1459
+ <si_symbol>%</si_symbol>
1460
+ </term>
1461
+ <term>
1462
+ <name>OpenStudio Type</name>
1463
+ <description>Type of OpenStudio Object</description>
1464
+ </term>
1465
+ <term>
1466
+ <name>Peak Power</name>
1467
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1468
+ <data_type>double</data_type>
1469
+ <ip_written>W</ip_written>
1470
+ <ip_symbol>W</ip_symbol>
1471
+ <si_written>W</si_written>
1472
+ <si_symbol>W</si_symbol>
1473
+ </term>
1474
+ <term>
1475
+ <name>Standby Power</name>
1476
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1477
+ <data_type>double</data_type>
1478
+ <ip_written>W</ip_written>
1479
+ <ip_symbol>W</ip_symbol>
1480
+ <si_written>W</si_written>
1481
+ <si_symbol>W</si_symbol>
1482
+ </term>
1483
+ </tag>
1484
+ <tag>
1485
+ <name>Notebook</name>
1486
+ <term>
1487
+ <name>Cycling Percent On</name>
1488
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1489
+ <data_type>double</data_type>
1490
+ <ip_written>%</ip_written>
1491
+ <ip_symbol>%</ip_symbol>
1492
+ <si_written>%</si_written>
1493
+ <si_symbol>%</si_symbol>
1494
+ </term>
1495
+ <term>
1496
+ <name>OpenStudio Type</name>
1497
+ <description>Type of OpenStudio Object</description>
1498
+ </term>
1499
+ <term>
1500
+ <name>Peak Power</name>
1501
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1502
+ <data_type>double</data_type>
1503
+ <ip_written>W</ip_written>
1504
+ <ip_symbol>W</ip_symbol>
1505
+ <si_written>W</si_written>
1506
+ <si_symbol>W</si_symbol>
1507
+ </term>
1508
+ <term>
1509
+ <name>Standby Power</name>
1510
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1511
+ <data_type>double</data_type>
1512
+ <ip_written>W</ip_written>
1513
+ <ip_symbol>W</ip_symbol>
1514
+ <si_written>W</si_written>
1515
+ <si_symbol>W</si_symbol>
1516
+ </term>
278
1517
  </tag>
279
1518
  </tag>
280
- <tag name="Imaging and Printing">
281
- <term name="OpenStudio Type"/>
282
- <term name="Standby Power"/>
283
- <term name="Peak Power"/>
284
- <term name="Cycling Percent On"/>
285
- <tag name="Network Printer / Fax / Scanner">
286
- <term name="OpenStudio Type"/>
287
- <term name="Standby Power"/>
288
- <term name="Peak Power"/>
289
- <term name="Cycling Percent On"/>
290
- </tag>
291
- <tag name="Personal Printer / Fax / Scanner">
292
- <term name="OpenStudio Type"/>
293
- <term name="Standby Power"/>
294
- <term name="Peak Power"/>
295
- <term name="Cycling Percent On"/>
1519
+ <tag>
1520
+ <name>Display</name>
1521
+ <tag>
1522
+ <name>CRT Monitor</name>
1523
+ <term>
1524
+ <name>Cycling Percent On</name>
1525
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1526
+ <data_type>double</data_type>
1527
+ <ip_written>%</ip_written>
1528
+ <ip_symbol>%</ip_symbol>
1529
+ <si_written>%</si_written>
1530
+ <si_symbol>%</si_symbol>
1531
+ </term>
1532
+ <term>
1533
+ <name>OpenStudio Type</name>
1534
+ <description>Type of OpenStudio Object</description>
1535
+ </term>
1536
+ <term>
1537
+ <name>Peak Power</name>
1538
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1539
+ <data_type>double</data_type>
1540
+ <ip_written>W</ip_written>
1541
+ <ip_symbol>W</ip_symbol>
1542
+ <si_written>W</si_written>
1543
+ <si_symbol>W</si_symbol>
1544
+ </term>
1545
+ <term>
1546
+ <name>Standby Power</name>
1547
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1548
+ <data_type>double</data_type>
1549
+ <ip_written>W</ip_written>
1550
+ <ip_symbol>W</ip_symbol>
1551
+ <si_written>W</si_written>
1552
+ <si_symbol>W</si_symbol>
1553
+ </term>
1554
+ </tag>
1555
+ <tag>
1556
+ <name>CRT Television</name>
1557
+ <term>
1558
+ <name>Cycling Percent On</name>
1559
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1560
+ <data_type>double</data_type>
1561
+ <ip_written>%</ip_written>
1562
+ <ip_symbol>%</ip_symbol>
1563
+ <si_written>%</si_written>
1564
+ <si_symbol>%</si_symbol>
1565
+ </term>
1566
+ <term>
1567
+ <name>OpenStudio Type</name>
1568
+ <description>Type of OpenStudio Object</description>
1569
+ </term>
1570
+ <term>
1571
+ <name>Peak Power</name>
1572
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1573
+ <data_type>double</data_type>
1574
+ <ip_written>W</ip_written>
1575
+ <ip_symbol>W</ip_symbol>
1576
+ <si_written>W</si_written>
1577
+ <si_symbol>W</si_symbol>
1578
+ </term>
1579
+ <term>
1580
+ <name>Standby Power</name>
1581
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1582
+ <data_type>double</data_type>
1583
+ <ip_written>W</ip_written>
1584
+ <ip_symbol>W</ip_symbol>
1585
+ <si_written>W</si_written>
1586
+ <si_symbol>W</si_symbol>
1587
+ </term>
1588
+ </tag>
1589
+ <tag>
1590
+ <name>Digital Photo Frame</name>
1591
+ <term>
1592
+ <name>Cycling Percent On</name>
1593
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1594
+ <data_type>double</data_type>
1595
+ <ip_written>%</ip_written>
1596
+ <ip_symbol>%</ip_symbol>
1597
+ <si_written>%</si_written>
1598
+ <si_symbol>%</si_symbol>
1599
+ </term>
1600
+ <term>
1601
+ <name>OpenStudio Type</name>
1602
+ <description>Type of OpenStudio Object</description>
1603
+ </term>
1604
+ <term>
1605
+ <name>Peak Power</name>
1606
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1607
+ <data_type>double</data_type>
1608
+ <ip_written>W</ip_written>
1609
+ <ip_symbol>W</ip_symbol>
1610
+ <si_written>W</si_written>
1611
+ <si_symbol>W</si_symbol>
1612
+ </term>
1613
+ <term>
1614
+ <name>Standby Power</name>
1615
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1616
+ <data_type>double</data_type>
1617
+ <ip_written>W</ip_written>
1618
+ <ip_symbol>W</ip_symbol>
1619
+ <si_written>W</si_written>
1620
+ <si_symbol>W</si_symbol>
1621
+ </term>
1622
+ </tag>
1623
+ <tag>
1624
+ <name>LCD Monitor</name>
1625
+ <term>
1626
+ <name>Cycling Percent On</name>
1627
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1628
+ <data_type>double</data_type>
1629
+ <ip_written>%</ip_written>
1630
+ <ip_symbol>%</ip_symbol>
1631
+ <si_written>%</si_written>
1632
+ <si_symbol>%</si_symbol>
1633
+ </term>
1634
+ <term>
1635
+ <name>OpenStudio Type</name>
1636
+ <description>Type of OpenStudio Object</description>
1637
+ </term>
1638
+ <term>
1639
+ <name>Peak Power</name>
1640
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1641
+ <data_type>double</data_type>
1642
+ <ip_written>W</ip_written>
1643
+ <ip_symbol>W</ip_symbol>
1644
+ <si_written>W</si_written>
1645
+ <si_symbol>W</si_symbol>
1646
+ </term>
1647
+ <term>
1648
+ <name>Standby Power</name>
1649
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1650
+ <data_type>double</data_type>
1651
+ <ip_written>W</ip_written>
1652
+ <ip_symbol>W</ip_symbol>
1653
+ <si_written>W</si_written>
1654
+ <si_symbol>W</si_symbol>
1655
+ </term>
1656
+ </tag>
1657
+ <tag>
1658
+ <name>LCD Television</name>
1659
+ <term>
1660
+ <name>Cycling Percent On</name>
1661
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1662
+ <data_type>double</data_type>
1663
+ <ip_written>%</ip_written>
1664
+ <ip_symbol>%</ip_symbol>
1665
+ <si_written>%</si_written>
1666
+ <si_symbol>%</si_symbol>
1667
+ </term>
1668
+ <term>
1669
+ <name>OpenStudio Type</name>
1670
+ <description>Type of OpenStudio Object</description>
1671
+ </term>
1672
+ <term>
1673
+ <name>Peak Power</name>
1674
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1675
+ <data_type>double</data_type>
1676
+ <ip_written>W</ip_written>
1677
+ <ip_symbol>W</ip_symbol>
1678
+ <si_written>W</si_written>
1679
+ <si_symbol>W</si_symbol>
1680
+ </term>
1681
+ <term>
1682
+ <name>Standby Power</name>
1683
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1684
+ <data_type>double</data_type>
1685
+ <ip_written>W</ip_written>
1686
+ <ip_symbol>W</ip_symbol>
1687
+ <si_written>W</si_written>
1688
+ <si_symbol>W</si_symbol>
1689
+ </term>
1690
+ </tag>
1691
+ <tag>
1692
+ <name>Plasma Television</name>
1693
+ <term>
1694
+ <name>Cycling Percent On</name>
1695
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1696
+ <data_type>double</data_type>
1697
+ <ip_written>%</ip_written>
1698
+ <ip_symbol>%</ip_symbol>
1699
+ <si_written>%</si_written>
1700
+ <si_symbol>%</si_symbol>
1701
+ </term>
1702
+ <term>
1703
+ <name>OpenStudio Type</name>
1704
+ <description>Type of OpenStudio Object</description>
1705
+ </term>
1706
+ <term>
1707
+ <name>Peak Power</name>
1708
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1709
+ <data_type>double</data_type>
1710
+ <ip_written>W</ip_written>
1711
+ <ip_symbol>W</ip_symbol>
1712
+ <si_written>W</si_written>
1713
+ <si_symbol>W</si_symbol>
1714
+ </term>
1715
+ <term>
1716
+ <name>Standby Power</name>
1717
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1718
+ <data_type>double</data_type>
1719
+ <ip_written>W</ip_written>
1720
+ <ip_symbol>W</ip_symbol>
1721
+ <si_written>W</si_written>
1722
+ <si_symbol>W</si_symbol>
1723
+ </term>
1724
+ </tag>
1725
+ <tag>
1726
+ <name>Projector</name>
1727
+ <term>
1728
+ <name>Cycling Percent On</name>
1729
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1730
+ <data_type>double</data_type>
1731
+ <ip_written>%</ip_written>
1732
+ <ip_symbol>%</ip_symbol>
1733
+ <si_written>%</si_written>
1734
+ <si_symbol>%</si_symbol>
1735
+ </term>
1736
+ <term>
1737
+ <name>OpenStudio Type</name>
1738
+ <description>Type of OpenStudio Object</description>
1739
+ </term>
1740
+ <term>
1741
+ <name>Peak Power</name>
1742
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1743
+ <data_type>double</data_type>
1744
+ <ip_written>W</ip_written>
1745
+ <ip_symbol>W</ip_symbol>
1746
+ <si_written>W</si_written>
1747
+ <si_symbol>W</si_symbol>
1748
+ </term>
1749
+ <term>
1750
+ <name>Standby Power</name>
1751
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1752
+ <data_type>double</data_type>
1753
+ <ip_written>W</ip_written>
1754
+ <ip_symbol>W</ip_symbol>
1755
+ <si_written>W</si_written>
1756
+ <si_symbol>W</si_symbol>
1757
+ </term>
296
1758
  </tag>
297
1759
  </tag>
298
- <tag name="Lighting">
299
- <term name="OpenStudio Type"/>
300
- <term name="Standby Power"/>
301
- <term name="Peak Power"/>
302
- <term name="Cycling Percent On"/>
303
- <tag name="Egress Light">
304
- <term name="OpenStudio Type"/>
305
- <term name="Standby Power"/>
306
- <term name="Peak Power"/>
307
- <term name="Cycling Percent On"/>
308
- </tag>
309
- <tag name="Task Light">
310
- <term name="OpenStudio Type"/>
311
- <term name="Standby Power"/>
312
- <term name="Peak Power"/>
313
- <term name="Cycling Percent On"/>
1760
+ <tag>
1761
+ <name>Imaging and Printing</name>
1762
+ <tag>
1763
+ <name>Network Printer / Fax / Scanner</name>
1764
+ <term>
1765
+ <name>Cycling Percent On</name>
1766
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1767
+ <data_type>double</data_type>
1768
+ <ip_written>%</ip_written>
1769
+ <ip_symbol>%</ip_symbol>
1770
+ <si_written>%</si_written>
1771
+ <si_symbol>%</si_symbol>
1772
+ </term>
1773
+ <term>
1774
+ <name>OpenStudio Type</name>
1775
+ <description>Type of OpenStudio Object</description>
1776
+ </term>
1777
+ <term>
1778
+ <name>Peak Power</name>
1779
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1780
+ <data_type>double</data_type>
1781
+ <ip_written>W</ip_written>
1782
+ <ip_symbol>W</ip_symbol>
1783
+ <si_written>W</si_written>
1784
+ <si_symbol>W</si_symbol>
1785
+ </term>
1786
+ <term>
1787
+ <name>Standby Power</name>
1788
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1789
+ <data_type>double</data_type>
1790
+ <ip_written>W</ip_written>
1791
+ <ip_symbol>W</ip_symbol>
1792
+ <si_written>W</si_written>
1793
+ <si_symbol>W</si_symbol>
1794
+ </term>
1795
+ </tag>
1796
+ <tag>
1797
+ <name>Personal Printer / Fax / Scanner</name>
1798
+ <term>
1799
+ <name>Cycling Percent On</name>
1800
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1801
+ <data_type>double</data_type>
1802
+ <ip_written>%</ip_written>
1803
+ <ip_symbol>%</ip_symbol>
1804
+ <si_written>%</si_written>
1805
+ <si_symbol>%</si_symbol>
1806
+ </term>
1807
+ <term>
1808
+ <name>OpenStudio Type</name>
1809
+ <description>Type of OpenStudio Object</description>
1810
+ </term>
1811
+ <term>
1812
+ <name>Peak Power</name>
1813
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1814
+ <data_type>double</data_type>
1815
+ <ip_written>W</ip_written>
1816
+ <ip_symbol>W</ip_symbol>
1817
+ <si_written>W</si_written>
1818
+ <si_symbol>W</si_symbol>
1819
+ </term>
1820
+ <term>
1821
+ <name>Standby Power</name>
1822
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1823
+ <data_type>double</data_type>
1824
+ <ip_written>W</ip_written>
1825
+ <ip_symbol>W</ip_symbol>
1826
+ <si_written>W</si_written>
1827
+ <si_symbol>W</si_symbol>
1828
+ </term>
314
1829
  </tag>
315
1830
  </tag>
316
- <tag name="Medical Diagnostic">
317
- <term name="OpenStudio Type"/>
318
- <term name="Standby Power"/>
319
- <term name="Peak Power"/>
320
- <term name="Cycling Percent On"/>
1831
+ <tag>
1832
+ <name>Lighting</name>
1833
+ <tag>
1834
+ <name>Egress Light</name>
1835
+ <term>
1836
+ <name>Cycling Percent On</name>
1837
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1838
+ <data_type>double</data_type>
1839
+ <ip_written>%</ip_written>
1840
+ <ip_symbol>%</ip_symbol>
1841
+ <si_written>%</si_written>
1842
+ <si_symbol>%</si_symbol>
1843
+ </term>
1844
+ <term>
1845
+ <name>OpenStudio Type</name>
1846
+ <description>Type of OpenStudio Object</description>
1847
+ </term>
1848
+ <term>
1849
+ <name>Peak Power</name>
1850
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1851
+ <data_type>double</data_type>
1852
+ <ip_written>W</ip_written>
1853
+ <ip_symbol>W</ip_symbol>
1854
+ <si_written>W</si_written>
1855
+ <si_symbol>W</si_symbol>
1856
+ </term>
1857
+ <term>
1858
+ <name>Standby Power</name>
1859
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1860
+ <data_type>double</data_type>
1861
+ <ip_written>W</ip_written>
1862
+ <ip_symbol>W</ip_symbol>
1863
+ <si_written>W</si_written>
1864
+ <si_symbol>W</si_symbol>
1865
+ </term>
1866
+ </tag>
1867
+ <tag>
1868
+ <name>Task Light</name>
1869
+ <term>
1870
+ <name>Cycling Percent On</name>
1871
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1872
+ <data_type>double</data_type>
1873
+ <ip_written>%</ip_written>
1874
+ <ip_symbol>%</ip_symbol>
1875
+ <si_written>%</si_written>
1876
+ <si_symbol>%</si_symbol>
1877
+ </term>
1878
+ <term>
1879
+ <name>OpenStudio Type</name>
1880
+ <description>Type of OpenStudio Object</description>
1881
+ </term>
1882
+ <term>
1883
+ <name>Peak Power</name>
1884
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1885
+ <data_type>double</data_type>
1886
+ <ip_written>W</ip_written>
1887
+ <ip_symbol>W</ip_symbol>
1888
+ <si_written>W</si_written>
1889
+ <si_symbol>W</si_symbol>
1890
+ </term>
1891
+ <term>
1892
+ <name>Standby Power</name>
1893
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1894
+ <data_type>double</data_type>
1895
+ <ip_written>W</ip_written>
1896
+ <ip_symbol>W</ip_symbol>
1897
+ <si_written>W</si_written>
1898
+ <si_symbol>W</si_symbol>
1899
+ </term>
1900
+ </tag>
321
1901
  </tag>
322
- <tag name="Personal Care">
323
- <term name="OpenStudio Type"/>
324
- <term name="Standby Power"/>
325
- <term name="Peak Power"/>
326
- <term name="Cycling Percent On"/>
1902
+ <tag>
1903
+ <name>Medical Diagnostic</name>
1904
+ <term>
1905
+ <name>Cycling Percent On</name>
1906
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1907
+ <data_type>double</data_type>
1908
+ <ip_written>%</ip_written>
1909
+ <ip_symbol>%</ip_symbol>
1910
+ <si_written>%</si_written>
1911
+ <si_symbol>%</si_symbol>
1912
+ </term>
1913
+ <term>
1914
+ <name>OpenStudio Type</name>
1915
+ <description>Type of OpenStudio Object</description>
1916
+ </term>
1917
+ <term>
1918
+ <name>Peak Power</name>
1919
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1920
+ <data_type>double</data_type>
1921
+ <ip_written>W</ip_written>
1922
+ <ip_symbol>W</ip_symbol>
1923
+ <si_written>W</si_written>
1924
+ <si_symbol>W</si_symbol>
1925
+ </term>
1926
+ <term>
1927
+ <name>Standby Power</name>
1928
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1929
+ <data_type>double</data_type>
1930
+ <ip_written>W</ip_written>
1931
+ <ip_symbol>W</ip_symbol>
1932
+ <si_written>W</si_written>
1933
+ <si_symbol>W</si_symbol>
1934
+ </term>
1935
+ </tag>
1936
+ <tag>
1937
+ <name>Personal Care</name>
1938
+ <term>
1939
+ <name>Cycling Percent On</name>
1940
+ <description>The percent of time that this piece of equipment is in the on state. Equipment is assumed to be in standby mode when not on.</description>
1941
+ <data_type>double</data_type>
1942
+ <ip_written>%</ip_written>
1943
+ <ip_symbol>%</ip_symbol>
1944
+ <si_written>%</si_written>
1945
+ <si_symbol>%</si_symbol>
1946
+ </term>
1947
+ <term>
1948
+ <name>OpenStudio Type</name>
1949
+ <description>Type of OpenStudio Object</description>
1950
+ </term>
1951
+ <term>
1952
+ <name>Peak Power</name>
1953
+ <description>The peak power drawn by this piece of equipment. This may either be measured or nameplate rated.</description>
1954
+ <data_type>double</data_type>
1955
+ <ip_written>W</ip_written>
1956
+ <ip_symbol>W</ip_symbol>
1957
+ <si_written>W</si_written>
1958
+ <si_symbol>W</si_symbol>
1959
+ </term>
1960
+ <term>
1961
+ <name>Standby Power</name>
1962
+ <description>The power drawn by this piece of equipment when not in the on state. This value is measured.</description>
1963
+ <data_type>double</data_type>
1964
+ <ip_written>W</ip_written>
1965
+ <ip_symbol>W</ip_symbol>
1966
+ <si_written>W</si_written>
1967
+ <si_symbol>W</si_symbol>
1968
+ </term>
327
1969
  </tag>
328
1970
  </tag>
329
- <tag name="Material">
330
- <term name="OpenStudio Type"/>
331
- <tag name="Opaque">
332
- <term name="OpenStudio Type"/>
333
- <term name="Typical Application"/>
334
- <term name="Thickness"/>
335
- <term name="Sub-Category"/>
336
- <term name="Stud Spacing"/>
337
- <term name="Specific Heat"/>
338
- <term name="Resistance"/>
339
- <term name="Nominal Stud Width"/>
340
- <term name="Nominal Header Insulation Resistance"/>
341
- <term name="Nominal Cavity Insulation Resistance"/>
342
- <term name="Density"/>
343
- <term name="Conductivity"/>
344
- <term name="Category"/>
345
- <term name="Block Fill Type"/>
1971
+ <tag>
1972
+ <name>Material</name>
1973
+ <tag>
1974
+ <name>Opaque</name>
1975
+ <tag>
1976
+ <name>Building Board and Siding</name>
1977
+ <term>
1978
+ <name>Category</name>
1979
+ <description>General category that this material fits into.</description>
1980
+ <data_type>enum</data_type>
1981
+ <enumerations>Asbestos Cement Board|Cement Board|Fiber Cement Board|Gypsum or Drywall|Oriented Strand Board|Plywood|Vegetable Fiber Board|Hardboard|Particleboard|Waferboard|Wood Subfloor |Shingles|Architectural Glass|Siding</enumerations>
1982
+ </term>
1983
+ <term>
1984
+ <name>Conductivity</name>
1985
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
1986
+ <data_type>double</data_type>
1987
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
1988
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
1989
+ <si_written>Watts per Meter Degree Kelvin</si_written>
1990
+ <si_symbol>W/m*K</si_symbol>
1991
+ </term>
1992
+ <term>
1993
+ <name>Density</name>
1994
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
1995
+ <data_type>double</data_type>
1996
+ <ip_written>Pounds per Cubic Foot</ip_written>
1997
+ <ip_symbol>lb/ft^3</ip_symbol>
1998
+ <si_written>Kilograms per Meter Cubed</si_written>
1999
+ <si_symbol>kg/m^3</si_symbol>
2000
+ </term>
2001
+ <term>
2002
+ <name>OpenStudio Type</name>
2003
+ <description>Type of OpenStudio Object</description>
2004
+ </term>
2005
+ <term>
2006
+ <name>Resistance</name>
2007
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2008
+ <data_type>double</data_type>
2009
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2010
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2011
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2012
+ <si_symbol>m^2*K/W</si_symbol>
2013
+ </term>
2014
+ <term>
2015
+ <name>Specific Heat</name>
2016
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2017
+ <data_type>double</data_type>
2018
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2019
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2020
+ <si_written>Joules per Kilogram Kelvin</si_written>
2021
+ <si_symbol>J/kg*K</si_symbol>
2022
+ </term>
2023
+ <term>
2024
+ <name>Thickness</name>
2025
+ <description>Surface-to-surface thickness of material layer</description>
2026
+ <data_type>double</data_type>
2027
+ <ip_written>Inches</ip_written>
2028
+ <ip_symbol>in</ip_symbol>
2029
+ <si_written>Meters</si_written>
2030
+ <si_symbol>m</si_symbol>
2031
+ </term>
2032
+ <term>
2033
+ <name>Typical Application</name>
2034
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2035
+ <data_type>enum</data_type>
2036
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2037
+ </term>
2038
+ </tag>
2039
+ <tag>
2040
+ <name>Building Membrane</name>
2041
+ <term>
2042
+ <name>Category</name>
2043
+ <description>General category that this material fits into.</description>
2044
+ <data_type>enum</data_type>
2045
+ <enumerations>Vapor Permeable|Vapor Barrier</enumerations>
2046
+ </term>
2047
+ <term>
2048
+ <name>Conductivity</name>
2049
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2050
+ <data_type>double</data_type>
2051
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
2052
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
2053
+ <si_written>Watts per Meter Degree Kelvin</si_written>
2054
+ <si_symbol>W/m*K</si_symbol>
2055
+ </term>
2056
+ <term>
2057
+ <name>Density</name>
2058
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2059
+ <data_type>double</data_type>
2060
+ <ip_written>Pounds per Cubic Foot</ip_written>
2061
+ <ip_symbol>lb/ft^3</ip_symbol>
2062
+ <si_written>Kilograms per Meter Cubed</si_written>
2063
+ <si_symbol>kg/m^3</si_symbol>
2064
+ </term>
2065
+ <term>
2066
+ <name>OpenStudio Type</name>
2067
+ <description>Type of OpenStudio Object</description>
2068
+ </term>
2069
+ <term>
2070
+ <name>Resistance</name>
2071
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2072
+ <data_type>double</data_type>
2073
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2074
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2075
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2076
+ <si_symbol>m^2*K/W</si_symbol>
2077
+ </term>
2078
+ <term>
2079
+ <name>Specific Heat</name>
2080
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2081
+ <data_type>double</data_type>
2082
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2083
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2084
+ <si_written>Joules per Kilogram Kelvin</si_written>
2085
+ <si_symbol>J/kg*K</si_symbol>
2086
+ </term>
2087
+ <term>
2088
+ <name>Thickness</name>
2089
+ <description>Surface-to-surface thickness of material layer</description>
2090
+ <data_type>double</data_type>
2091
+ <ip_written>Inches</ip_written>
2092
+ <ip_symbol>in</ip_symbol>
2093
+ <si_written>Meters</si_written>
2094
+ <si_symbol>m</si_symbol>
2095
+ </term>
2096
+ <term>
2097
+ <name>Typical Application</name>
2098
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2099
+ <data_type>enum</data_type>
2100
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2101
+ </term>
2102
+ </tag>
2103
+ <tag>
2104
+ <name>Finish Flooring</name>
2105
+ <term>
2106
+ <name>Category</name>
2107
+ <description>General category that this material fits into.</description>
2108
+ <data_type>enum</data_type>
2109
+ <enumerations>Carpet and Carpet Pad|Cork|Terazzo|Tile</enumerations>
2110
+ </term>
2111
+ <term>
2112
+ <name>Conductivity</name>
2113
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2114
+ <data_type>double</data_type>
2115
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
2116
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
2117
+ <si_written>Watts per Meter Degree Kelvin</si_written>
2118
+ <si_symbol>W/m*K</si_symbol>
2119
+ </term>
2120
+ <term>
2121
+ <name>Density</name>
2122
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2123
+ <data_type>double</data_type>
2124
+ <ip_written>Pounds per Cubic Foot</ip_written>
2125
+ <ip_symbol>lb/ft^3</ip_symbol>
2126
+ <si_written>Kilograms per Meter Cubed</si_written>
2127
+ <si_symbol>kg/m^3</si_symbol>
2128
+ </term>
2129
+ <term>
2130
+ <name>OpenStudio Type</name>
2131
+ <description>Type of OpenStudio Object</description>
2132
+ </term>
2133
+ <term>
2134
+ <name>Resistance</name>
2135
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2136
+ <data_type>double</data_type>
2137
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2138
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2139
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2140
+ <si_symbol>m^2*K/W</si_symbol>
2141
+ </term>
2142
+ <term>
2143
+ <name>Specific Heat</name>
2144
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2145
+ <data_type>double</data_type>
2146
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2147
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2148
+ <si_written>Joules per Kilogram Kelvin</si_written>
2149
+ <si_symbol>J/kg*K</si_symbol>
2150
+ </term>
2151
+ <term>
2152
+ <name>Thickness</name>
2153
+ <description>Surface-to-surface thickness of material layer</description>
2154
+ <data_type>double</data_type>
2155
+ <ip_written>Inches</ip_written>
2156
+ <ip_symbol>in</ip_symbol>
2157
+ <si_written>Meters</si_written>
2158
+ <si_symbol>m</si_symbol>
2159
+ </term>
2160
+ <term>
2161
+ <name>Typical Application</name>
2162
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2163
+ <data_type>enum</data_type>
2164
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2165
+ </term>
2166
+ </tag>
2167
+ <tag>
2168
+ <name>Framing with Cavity</name>
2169
+ <term>
2170
+ <name>Category</name>
2171
+ <description>General category that this material fits into.</description>
2172
+ <data_type>enum</data_type>
2173
+ <enumerations>Wood-Framed|Steel-Framed</enumerations>
2174
+ </term>
2175
+ <term>
2176
+ <name>Conductivity</name>
2177
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2178
+ <data_type>double</data_type>
2179
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
2180
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
2181
+ <si_written>Watts per Meter Degree Kelvin</si_written>
2182
+ <si_symbol>W/m*K</si_symbol>
2183
+ </term>
2184
+ <term>
2185
+ <name>Density</name>
2186
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2187
+ <data_type>double</data_type>
2188
+ <ip_written>Pounds per Cubic Foot</ip_written>
2189
+ <ip_symbol>lb/ft^3</ip_symbol>
2190
+ <si_written>Kilograms per Meter Cubed</si_written>
2191
+ <si_symbol>kg/m^3</si_symbol>
2192
+ </term>
2193
+ <term>
2194
+ <name>Framing Spacing</name>
2195
+ <description>Framing member on-center spacing represented in this material layer.</description>
2196
+ <data_type>double</data_type>
2197
+ <ip_written>Inches</ip_written>
2198
+ <ip_symbol>in</ip_symbol>
2199
+ <si_written>Meters</si_written>
2200
+ <si_symbol>m</si_symbol>
2201
+ </term>
2202
+ <term>
2203
+ <name>Nominal Cavity Insulation Resistance</name>
2204
+ <description>The nominal thermal resistance of the cavity insulation in the material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included</description>
2205
+ <data_type>double</data_type>
2206
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2207
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2208
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2209
+ <si_symbol>m^2*K/W</si_symbol>
2210
+ </term>
2211
+ <term>
2212
+ <name>Nominal Framing Member Width</name>
2213
+ <description>Nominal width of framing members. Nominal dimensions are given in terms of green (not dried), rough (unfinished) dimensions. The actual finished size is smaller, as a result of drying and planing to smooth the wood.</description>
2214
+ <data_type>double</data_type>
2215
+ <ip_written>Inches</ip_written>
2216
+ <ip_symbol>in</ip_symbol>
2217
+ <si_written>Meters</si_written>
2218
+ <si_symbol>m</si_symbol>
2219
+ </term>
2220
+ <term>
2221
+ <name>Nominal Header Insulation Resistance</name>
2222
+ <description>The nominal thermal resistance of the header insulation in the material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included</description>
2223
+ <data_type>double</data_type>
2224
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2225
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2226
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2227
+ <si_symbol>m^2*K/W</si_symbol>
2228
+ </term>
2229
+ <term>
2230
+ <name>OpenStudio Type</name>
2231
+ <description>Type of OpenStudio Object</description>
2232
+ </term>
2233
+ <term>
2234
+ <name>Resistance</name>
2235
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2236
+ <data_type>double</data_type>
2237
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2238
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2239
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2240
+ <si_symbol>m^2*K/W</si_symbol>
2241
+ </term>
2242
+ <term>
2243
+ <name>Specific Heat</name>
2244
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2245
+ <data_type>double</data_type>
2246
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2247
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2248
+ <si_written>Joules per Kilogram Kelvin</si_written>
2249
+ <si_symbol>J/kg*K</si_symbol>
2250
+ </term>
2251
+ <term>
2252
+ <name>Thickness</name>
2253
+ <description>Surface-to-surface thickness of material layer</description>
2254
+ <data_type>double</data_type>
2255
+ <ip_written>Inches</ip_written>
2256
+ <ip_symbol>in</ip_symbol>
2257
+ <si_written>Meters</si_written>
2258
+ <si_symbol>m</si_symbol>
2259
+ </term>
2260
+ <term>
2261
+ <name>Typical Application</name>
2262
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2263
+ <data_type>enum</data_type>
2264
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2265
+ </term>
2266
+ </tag>
2267
+ <tag>
2268
+ <name>Insulation</name>
2269
+ <term>
2270
+ <name>Category</name>
2271
+ <description>General category that this material fits into.</description>
2272
+ <data_type>enum</data_type>
2273
+ <enumerations>Batt and Blanket|Board and Slab|Loose Fill|Spray Applied</enumerations>
2274
+ </term>
2275
+ <term>
2276
+ <name>Conductivity</name>
2277
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2278
+ <data_type>double</data_type>
2279
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
2280
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
2281
+ <si_written>Watts per Meter Degree Kelvin</si_written>
2282
+ <si_symbol>W/m*K</si_symbol>
2283
+ </term>
2284
+ <term>
2285
+ <name>Density</name>
2286
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2287
+ <data_type>double</data_type>
2288
+ <ip_written>Pounds per Cubic Foot</ip_written>
2289
+ <ip_symbol>lb/ft^3</ip_symbol>
2290
+ <si_written>Kilograms per Meter Cubed</si_written>
2291
+ <si_symbol>kg/m^3</si_symbol>
2292
+ </term>
2293
+ <term>
2294
+ <name>OpenStudio Type</name>
2295
+ <description>Type of OpenStudio Object</description>
2296
+ </term>
2297
+ <term>
2298
+ <name>Resistance</name>
2299
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2300
+ <data_type>double</data_type>
2301
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2302
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2303
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2304
+ <si_symbol>m^2*K/W</si_symbol>
2305
+ </term>
2306
+ <term>
2307
+ <name>Specific Heat</name>
2308
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2309
+ <data_type>double</data_type>
2310
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2311
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2312
+ <si_written>Joules per Kilogram Kelvin</si_written>
2313
+ <si_symbol>J/kg*K</si_symbol>
2314
+ </term>
2315
+ <term>
2316
+ <name>Thickness</name>
2317
+ <description>Surface-to-surface thickness of material layer</description>
2318
+ <data_type>double</data_type>
2319
+ <ip_written>Inches</ip_written>
2320
+ <ip_symbol>in</ip_symbol>
2321
+ <si_written>Meters</si_written>
2322
+ <si_symbol>m</si_symbol>
2323
+ </term>
2324
+ <term>
2325
+ <name>Typical Application</name>
2326
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2327
+ <data_type>enum</data_type>
2328
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2329
+ </term>
2330
+ </tag>
2331
+ <tag>
2332
+ <name>Masonry</name>
2333
+ <term>
2334
+ <name>Block Fill Type</name>
2335
+ <description>The type of material used to fill the interior cavities in concrete block construction.</description>
2336
+ <data_type>enum</data_type>
2337
+ <enumerations>Partly Grouted - Cells Empty|Partly Grouted - Cells Insulated|Solid Grouted|Unreinforced - Cells Empty|Unreinforced - Cells Insulated</enumerations>
2338
+ <ip_symbol>in</ip_symbol>
2339
+ </term>
2340
+ <term>
2341
+ <name>Category</name>
2342
+ <description>General category that this material fits into.</description>
2343
+ <data_type>enum</data_type>
2344
+ <enumerations>Concrete Block|Poured Concrete|Brick|Clay Tile|Stone</enumerations>
2345
+ </term>
2346
+ <term>
2347
+ <name>Conductivity</name>
2348
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2349
+ <data_type>double</data_type>
2350
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
2351
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
2352
+ <si_written>Watts per Meter Degree Kelvin</si_written>
2353
+ <si_symbol>W/m*K</si_symbol>
2354
+ </term>
2355
+ <term>
2356
+ <name>Density</name>
2357
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2358
+ <data_type>double</data_type>
2359
+ <ip_written>Pounds per Cubic Foot</ip_written>
2360
+ <ip_symbol>lb/ft^3</ip_symbol>
2361
+ <si_written>Kilograms per Meter Cubed</si_written>
2362
+ <si_symbol>kg/m^3</si_symbol>
2363
+ </term>
2364
+ <term>
2365
+ <name>OpenStudio Type</name>
2366
+ <description>Type of OpenStudio Object</description>
2367
+ </term>
2368
+ <term>
2369
+ <name>Resistance</name>
2370
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2371
+ <data_type>double</data_type>
2372
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2373
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2374
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2375
+ <si_symbol>m^2*K/W</si_symbol>
2376
+ </term>
2377
+ <term>
2378
+ <name>Specific Heat</name>
2379
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2380
+ <data_type>double</data_type>
2381
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2382
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2383
+ <si_written>Joules per Kilogram Kelvin</si_written>
2384
+ <si_symbol>J/kg*K</si_symbol>
2385
+ </term>
2386
+ <term>
2387
+ <name>Thickness</name>
2388
+ <description>Surface-to-surface thickness of material layer</description>
2389
+ <data_type>double</data_type>
2390
+ <ip_written>Inches</ip_written>
2391
+ <ip_symbol>in</ip_symbol>
2392
+ <si_written>Meters</si_written>
2393
+ <si_symbol>m</si_symbol>
2394
+ </term>
2395
+ <term>
2396
+ <name>Typical Application</name>
2397
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2398
+ <data_type>enum</data_type>
2399
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2400
+ </term>
2401
+ </tag>
2402
+ <tag>
2403
+ <name>Plaster</name>
2404
+ <term>
2405
+ <name>Category</name>
2406
+ <description>General category that this material fits into.</description>
2407
+ <data_type>enum</data_type>
2408
+ <enumerations>Cement Plaster|Gypsum Plaster|Stucco</enumerations>
2409
+ </term>
2410
+ <term>
2411
+ <name>Conductivity</name>
2412
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2413
+ <data_type>double</data_type>
2414
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
2415
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
2416
+ <si_written>Watts per Meter Degree Kelvin</si_written>
2417
+ <si_symbol>W/m*K</si_symbol>
2418
+ </term>
2419
+ <term>
2420
+ <name>Density</name>
2421
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2422
+ <data_type>double</data_type>
2423
+ <ip_written>Pounds per Cubic Foot</ip_written>
2424
+ <ip_symbol>lb/ft^3</ip_symbol>
2425
+ <si_written>Kilograms per Meter Cubed</si_written>
2426
+ <si_symbol>kg/m^3</si_symbol>
2427
+ </term>
2428
+ <term>
2429
+ <name>OpenStudio Type</name>
2430
+ <description>Type of OpenStudio Object</description>
2431
+ </term>
2432
+ <term>
2433
+ <name>Resistance</name>
2434
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2435
+ <data_type>double</data_type>
2436
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2437
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2438
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2439
+ <si_symbol>m^2*K/W</si_symbol>
2440
+ </term>
2441
+ <term>
2442
+ <name>Specific Heat</name>
2443
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2444
+ <data_type>double</data_type>
2445
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2446
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2447
+ <si_written>Joules per Kilogram Kelvin</si_written>
2448
+ <si_symbol>J/kg*K</si_symbol>
2449
+ </term>
2450
+ <term>
2451
+ <name>Thickness</name>
2452
+ <description>Surface-to-surface thickness of material layer</description>
2453
+ <data_type>double</data_type>
2454
+ <ip_written>Inches</ip_written>
2455
+ <ip_symbol>in</ip_symbol>
2456
+ <si_written>Meters</si_written>
2457
+ <si_symbol>m</si_symbol>
2458
+ </term>
2459
+ <term>
2460
+ <name>Typical Application</name>
2461
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2462
+ <data_type>enum</data_type>
2463
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2464
+ </term>
2465
+ </tag>
2466
+ <tag>
2467
+ <name>Roofing</name>
2468
+ <term>
2469
+ <name>Category</name>
2470
+ <description>General category that this material fits into.</description>
2471
+ <data_type>enum</data_type>
2472
+ <enumerations>Shingles|Roofing Roll|Gravel|Built-Up Roofing|Backing|Ballast|Metal Roofing</enumerations>
2473
+ </term>
2474
+ <term>
2475
+ <name>Conductivity</name>
2476
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2477
+ <data_type>double</data_type>
2478
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
2479
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
2480
+ <si_written>Watts per Meter Degree Kelvin</si_written>
2481
+ <si_symbol>W/m*K</si_symbol>
2482
+ </term>
2483
+ <term>
2484
+ <name>Density</name>
2485
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2486
+ <data_type>double</data_type>
2487
+ <ip_written>Pounds per Cubic Foot</ip_written>
2488
+ <ip_symbol>lb/ft^3</ip_symbol>
2489
+ <si_written>Kilograms per Meter Cubed</si_written>
2490
+ <si_symbol>kg/m^3</si_symbol>
2491
+ </term>
2492
+ <term>
2493
+ <name>OpenStudio Type</name>
2494
+ <description>Type of OpenStudio Object</description>
2495
+ </term>
2496
+ <term>
2497
+ <name>Resistance</name>
2498
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2499
+ <data_type>double</data_type>
2500
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2501
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2502
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2503
+ <si_symbol>m^2*K/W</si_symbol>
2504
+ </term>
2505
+ <term>
2506
+ <name>Specific Heat</name>
2507
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2508
+ <data_type>double</data_type>
2509
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2510
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2511
+ <si_written>Joules per Kilogram Kelvin</si_written>
2512
+ <si_symbol>J/kg*K</si_symbol>
2513
+ </term>
2514
+ <term>
2515
+ <name>Thickness</name>
2516
+ <description>Surface-to-surface thickness of material layer</description>
2517
+ <data_type>double</data_type>
2518
+ <ip_written>Inches</ip_written>
2519
+ <ip_symbol>in</ip_symbol>
2520
+ <si_written>Meters</si_written>
2521
+ <si_symbol>m</si_symbol>
2522
+ </term>
2523
+ <term>
2524
+ <name>Typical Application</name>
2525
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2526
+ <data_type>enum</data_type>
2527
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2528
+ </term>
2529
+ </tag>
2530
+ <tag>
2531
+ <name>Solid Wood</name>
2532
+ <term>
2533
+ <name>Category</name>
2534
+ <description>General category that this material fits into.</description>
2535
+ <data_type>enum</data_type>
2536
+ <enumerations>Softwood|Hardwood</enumerations>
2537
+ </term>
2538
+ <term>
2539
+ <name>Conductivity</name>
2540
+ <description>Thermal conductivity of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2541
+ <data_type>double</data_type>
2542
+ <ip_written>British Thermal Units Inches per Hour Square Foot Degree Rankine</ip_written>
2543
+ <ip_symbol>Btu*in/hr*ft^2*R</ip_symbol>
2544
+ <si_written>Watts per Meter Degree Kelvin</si_written>
2545
+ <si_symbol>W/m*K</si_symbol>
2546
+ </term>
2547
+ <term>
2548
+ <name>Density</name>
2549
+ <description>Density of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2550
+ <data_type>double</data_type>
2551
+ <ip_written>Pounds per Cubic Foot</ip_written>
2552
+ <ip_symbol>lb/ft^3</ip_symbol>
2553
+ <si_written>Kilograms per Meter Cubed</si_written>
2554
+ <si_symbol>kg/m^3</si_symbol>
2555
+ </term>
2556
+ <term>
2557
+ <name>OpenStudio Type</name>
2558
+ <description>Type of OpenStudio Object</description>
2559
+ </term>
2560
+ <term>
2561
+ <name>Resistance</name>
2562
+ <description>Thermal resistance of material layer at a mean temperature of 75&#176;F under dry conditions; no film coefficients included.</description>
2563
+ <data_type>double</data_type>
2564
+ <ip_written>Hours Square Feet Degrees Rankine per British Thermal Unit</ip_written>
2565
+ <ip_symbol>hr*ft^2*R/Btu</ip_symbol>
2566
+ <si_written>Square Meters Degree Kelvin per Watt</si_written>
2567
+ <si_symbol>m^2*K/W</si_symbol>
2568
+ </term>
2569
+ <term>
2570
+ <name>Specific Heat</name>
2571
+ <description>Specific heat of material layer at a mean temperature of 75&#176;F under dry conditions.</description>
2572
+ <data_type>double</data_type>
2573
+ <ip_written>British Thermal Units per Pound Mass Degree Rankine</ip_written>
2574
+ <ip_symbol>Btu/lbm*R</ip_symbol>
2575
+ <si_written>Joules per Kilogram Kelvin</si_written>
2576
+ <si_symbol>J/kg*K</si_symbol>
2577
+ </term>
2578
+ <term>
2579
+ <name>Thickness</name>
2580
+ <description>Surface-to-surface thickness of material layer</description>
2581
+ <data_type>double</data_type>
2582
+ <ip_written>Inches</ip_written>
2583
+ <ip_symbol>in</ip_symbol>
2584
+ <si_written>Meters</si_written>
2585
+ <si_symbol>m</si_symbol>
2586
+ </term>
2587
+ <term>
2588
+ <name>Typical Application</name>
2589
+ <description>Indicates where in the building this material is typically used. May be used in more than one location.</description>
2590
+ <data_type>enum</data_type>
2591
+ <enumerations>Exterior Wall|Interior Wall|Below Grade Wall|Slab-On-Grade Floor|Attic Floor|Outdoor Exposed Floor|Interior Floor|Exterior Roof|Attic Roof|Interior Ceiling</enumerations>
2592
+ </term>
2593
+ </tag>
346
2594
  </tag>
347
2595
  </tag>
348
- <tag name="Occupant">
349
- <term name="OpenStudio Type"/>
350
- <term name="Women Heat Multiplier"/>
351
- <term name="Total Heat Men"/>
352
- <term name="Percent Sensible Heat that is Radiant"/>
353
- <term name="Children Heat Multiplier"/>
354
- <term name="Carbon Dioxide Generation Rate"/>
2596
+ <tag>
2597
+ <name>Occupant</name>
2598
+ <term>
2599
+ <name>Carbon Dioxide Generation Rate</name>
2600
+ <data_type>double</data_type>
2601
+ <si_written>m3/s-W</si_written>
2602
+ <si_symbol>m3/s-W</si_symbol>
2603
+ </term>
2604
+ <term>
2605
+ <name>Children Heat Multiplier</name>
2606
+ <data_type>double</data_type>
2607
+ <ip_written>%</ip_written>
2608
+ <ip_symbol>%</ip_symbol>
2609
+ <si_written>%</si_written>
2610
+ <si_symbol>%</si_symbol>
2611
+ </term>
2612
+ <term>
2613
+ <name>OpenStudio Type</name>
2614
+ <description>Type of OpenStudio Object</description>
2615
+ </term>
2616
+ <term>
2617
+ <name>Percent Sensible Heat that is Radiant</name>
2618
+ <data_type>double</data_type>
2619
+ <ip_written>%</ip_written>
2620
+ <ip_symbol>%</ip_symbol>
2621
+ <si_written>%</si_written>
2622
+ <si_symbol>%</si_symbol>
2623
+ </term>
2624
+ <term>
2625
+ <name>Total Heat Men</name>
2626
+ <data_type>double</data_type>
2627
+ <ip_written>Btu/hr</ip_written>
2628
+ <ip_symbol>Btu/hr</ip_symbol>
2629
+ <si_written>W</si_written>
2630
+ <si_symbol>W</si_symbol>
2631
+ </term>
2632
+ <term>
2633
+ <name>Women Heat Multiplier</name>
2634
+ <data_type>double</data_type>
2635
+ <ip_written>%</ip_written>
2636
+ <ip_symbol>%</ip_symbol>
2637
+ <si_written>%</si_written>
2638
+ <si_symbol>%</si_symbol>
2639
+ </term>
355
2640
  </tag>
356
- <tag name="On-Site Power Generation">
357
- <term name="OpenStudio Type"/>
358
- <tag name="Photovoltaic System">
359
- <term name="OpenStudio Type"/>
360
- <tag name="Photovoltaic Module">
361
- <term name="OpenStudio Type"/>
362
- <term name="Short Circuit Current"/>
363
- <term name="Open Circuit Voltage"/>
364
- <term name="Maximum Power Voltage"/>
365
- <term name="Maximum Power Current"/>
366
- <term name="Maximum Power"/>
367
- <term name="Efficiency at Maximum Power"/>
368
- <term name="Cell Technology"/>
369
- <term name="Area"/>
2641
+ <tag>
2642
+ <name>On-Site Power Generation</name>
2643
+ <tag>
2644
+ <name>Photovoltaic System</name>
2645
+ <tag>
2646
+ <name>Photovoltaic Module</name>
2647
+ <term>
2648
+ <name>Area</name>
2649
+ <description>The total area of the module, including spaces between cells and the frame. Reference conditions are 1,000 W/m^2 insolation, 25&#176;C.</description>
2650
+ <data_type>double</data_type>
2651
+ <ip_written>Square Feet</ip_written>
2652
+ <ip_symbol>ft^2</ip_symbol>
2653
+ <si_written>Square Meters</si_written>
2654
+ <si_symbol>m^2</si_symbol>
2655
+ </term>
2656
+ <term>
2657
+ <name>Cell Technology</name>
2658
+ <description>A description of the semiconductor technology used in the photovoltaic cells. Reference conditions are 1,000 W/m^2 insolation, 25&#176;C.</description>
2659
+ <data_type>enum</data_type>
2660
+ <enumerations>Single-crystal Silicon (c-Si)|Cadmium Telluride (CdTe)|Multi-crystalline Silicon (mc-Si)|Amorphous Silicon Heterojunction (HIT-Si)|Single-junction Amorphous Silicon (1-a-Si)|Amorphous Silicon Microcrystalline Silicon Tandem Module (a-Si/nc)|Triple-junction Amorphous Silicon (3-a-Si)|Copper Indium Diselenide (CIS)</enumerations>
2661
+ </term>
2662
+ <term>
2663
+ <name>Efficiency at Maximum Power</name>
2664
+ <description>The module's rated efficiency at reference conditions. Reference conditions are 1,000 W/m^2 insolation, 25&#176;C.</description>
2665
+ <data_type>double</data_type>
2666
+ <ip_written>Percent</ip_written>
2667
+ <ip_symbol>%</ip_symbol>
2668
+ <si_written>Percent</si_written>
2669
+ <si_symbol>%</si_symbol>
2670
+ </term>
2671
+ <term>
2672
+ <name>Maximum Power</name>
2673
+ <description>The module rated power at reference conditions. Equal to the product of the maximum power voltage and maximum power current. Reference conditions are 1,000 W/m^2 insolation, 25&#176;C.</description>
2674
+ <data_type>double</data_type>
2675
+ <ip_written>Watts</ip_written>
2676
+ <ip_symbol>W</ip_symbol>
2677
+ <si_written>Watts</si_written>
2678
+ <si_symbol>W</si_symbol>
2679
+ </term>
2680
+ <term>
2681
+ <name>Maximum Power Current</name>
2682
+ <description>Reference maximum power current at the reference conditions. Reference conditions are 1,000 W/m^2 insolation, 25&#176;C.</description>
2683
+ <data_type>double</data_type>
2684
+ <ip_written>Amps Direct Current</ip_written>
2685
+ <ip_symbol>Adc</ip_symbol>
2686
+ <si_written>Amps Direct Current</si_written>
2687
+ <si_symbol>Adc</si_symbol>
2688
+ </term>
2689
+ <term>
2690
+ <name>Maximum Power Voltage</name>
2691
+ <description>Reference maximum power voltage at the reference conditions. Reference conditions are 1,000 W/m^2 insolation, 25&#176;C.</description>
2692
+ <data_type>double</data_type>
2693
+ <ip_written>Voltage Direct Current</ip_written>
2694
+ <ip_symbol>Vdc</ip_symbol>
2695
+ <si_written>Voltage Direct Current</si_written>
2696
+ <si_symbol>Vdc</si_symbol>
2697
+ </term>
2698
+ <term>
2699
+ <name>Open Circuit Voltage</name>
2700
+ <description>Reference open circuit voltage at the reference conditions. Reference conditions are 1,000 W/m^2 insolation, 25&#176;C.</description>
2701
+ <data_type>double</data_type>
2702
+ <ip_written>Voltage Direct Current</ip_written>
2703
+ <ip_symbol>Vdc</ip_symbol>
2704
+ <si_written>Voltage Direct Current</si_written>
2705
+ <si_symbol>Vdc</si_symbol>
2706
+ </term>
2707
+ <term>
2708
+ <name>OpenStudio Type</name>
2709
+ <description>Type of OpenStudio Object</description>
2710
+ </term>
2711
+ <term>
2712
+ <name>Short Circuit Current</name>
2713
+ <description>Reference short circuit current at the reference conditions. Reference conditions are 1,000 W/m^2 insolation, 25&#176;C.</description>
2714
+ <data_type>double</data_type>
2715
+ <ip_written>Amps Direct Current</ip_written>
2716
+ <ip_symbol>Adc</ip_symbol>
2717
+ <si_written>Amps Direct Current</si_written>
2718
+ <si_symbol>Adc</si_symbol>
2719
+ </term>
370
2720
  </tag>
371
2721
  </tag>
372
2722
  </tag>
373
- <tag name="Space Use">
374
- <term name="OpenStudio Type"/>
375
- <tag name="Electric Lighting">
376
- <term name="OpenStudio Type"/>
377
- <tag name="Lamp Ballast">
378
- <term name="OpenStudio Type"/>
379
- <term name="Total Harmonic Distortion"/>
380
- <term name="Starting Method"/>
381
- <term name="Product Number"/>
382
- <term name="Number of Lamps"/>
383
- <term name="Input Voltage"/>
384
- <term name="Input Power Factor"/>
385
- <term name="Input Power"/>
386
- <term name="Ballast Type"/>
387
- <term name="Ballast Manufacturer"/>
388
- <term name="Ballast Factor"/>
389
- <term name="ANSI Lamp Shape Designation"/>
390
- </tag>
391
- <tag name="Non-SSL Lamp">
392
- <term name="OpenStudio Type"/>
393
- <term name="Standard Photometric Data"/>
394
- <term name="Rated Life"/>
395
- <term name="Product Number"/>
396
- <term name="Mean Luminous Flux"/>
397
- <term name="Manufacturer"/>
398
- <term name="Input Power"/>
399
- <term name="Initial Luminous Flux"/>
400
- <term name="Correlated Color Temperature"/>
401
- <term name="Color Rendering Index"/>
402
- <term name="ANSI Lamp Shape Designation"/>
403
- </tag>
404
- <tag name="Non-SSL Luminaire">
405
- <term name="OpenStudio Type"/>
406
- <term name="Standard Photometric Data"/>
407
- <term name="Number of Lamps"/>
408
- <term name="Mounting Type"/>
409
- <term name="Luminaire Product Number"/>
410
- <term name="Luminaire Manufacturer"/>
411
- <term name="Light Source Type"/>
412
- <term name="ANSI Lamp Shape Designation"/>
413
- </tag>
414
- <tag name="SSL Luminaire">
415
- <term name="OpenStudio Type"/>
416
- <term name="Total Luminous Flux"/>
417
- <term name="Total Harmonic Distortion"/>
418
- <term name="Standard Photometric Data"/>
419
- <term name="Product Number"/>
420
- <term name="Mounting Type"/>
421
- <term name="Manufacturer"/>
422
- <term name="Luminous Efficacy"/>
423
- <term name="Lumen Maintenance"/>
424
- <term name="Input Voltage"/>
425
- <term name="Input Power Factor"/>
426
- <term name="Input Power"/>
427
- <term name="Correlated Color Temperature"/>
428
- <term name="Color Rendering Index"/>
429
- </tag>
430
- <tag name="SSL Replacement Lamp">
431
- <term name="OpenStudio Type"/>
432
- <term name="Standard Photometric Data"/>
433
- <term name="Lumen Maintenance"/>
434
- <term name="Lamp Product Number"/>
435
- <term name="Lamp Manufacturer"/>
436
- <term name="Input Power"/>
437
- <term name="Correlated Color Temperature"/>
438
- <term name="Color Rendering Index"/>
439
- <term name="ANSI Lamp Shape Designation"/>
440
- </tag>
2723
+ <tag>
2724
+ <name>Site</name>
2725
+ <tag>
2726
+ <name>Design Day</name>
2727
+ <term>
2728
+ <name>Dewpoint</name>
2729
+ <description>Dewpoint: temperature below which water vapor will condense into liquid water</description>
2730
+ <data_type>double</data_type>
2731
+ <ip_written>Degrees Fahrenheit</ip_written>
2732
+ <ip_symbol>&#176;F</ip_symbol>
2733
+ <si_written>Degrees Celsius</si_written>
2734
+ <si_symbol>&#176;C</si_symbol>
2735
+ </term>
2736
+ <term>
2737
+ <name>Enthalpy</name>
2738
+ <description>Enthalpy: sum of internal energy plus the product of pressure and volume</description>
2739
+ <ip_written>Btu per pound</ip_written>
2740
+ <ip_symbol>Btu/lb</ip_symbol>
2741
+ <si_written>kilojoule per kilogram</si_written>
2742
+ <si_symbol>kJ/kg</si_symbol>
2743
+ </term>
2744
+ <term>
2745
+ <name>Maximum drybulb temperature</name>
2746
+ <description>Maximum drybulb temperature</description>
2747
+ <data_type>double</data_type>
2748
+ <ip_written>Degrees Fahrenheit</ip_written>
2749
+ <ip_symbol>&#176;F</ip_symbol>
2750
+ <si_written>Degrees Celsius</si_written>
2751
+ <si_symbol>&#176;C</si_symbol>
2752
+ </term>
2753
+ <term>
2754
+ <name>OpenStudio Type</name>
2755
+ <description>Type of OpenStudio Object</description>
2756
+ </term>
2757
+ <term>
2758
+ <name>Windspeed</name>
2759
+ <description>Windspeed</description>
2760
+ <data_type>double</data_type>
2761
+ <ip_written>Miles per hour</ip_written>
2762
+ <ip_symbol>mph</ip_symbol>
2763
+ <si_written>Meters per Second</si_written>
2764
+ <si_symbol>m/s</si_symbol>
2765
+ </term>
441
2766
  </tag>
442
- <tag name="Lighting">
443
- <term name="OpenStudio Type"/>
444
- <tag name="SSL Replacement Lamp">
445
- <term name="OpenStudio Type"/>
446
- <term name="Initial Luminous Flux"/>
447
- </tag>
2767
+ <tag>
2768
+ <name>Location</name>
2769
+ <term>
2770
+ <name>City</name>
2771
+ <description>Weather station city or text identifier (sometimes this is more than city: "Zanesville municipal Ap" or "Climate Zone 9")</description>
2772
+ <data_type>string</data_type>
2773
+ </term>
2774
+ <term>
2775
+ <name>Cooling Degree Days base 10&#176;C</name>
2776
+ <abbr>CDD10</abbr>
2777
+ <description>Annual cooling degree days. A cooling degree day (CDD) is the number of degrees the daily average temperature lies above some base value (in this case 10&#176;C). If the daily average temperature lies at or below the base temperature, the CDD for that day is zero. Annual Cooling Degree Days is the sum of daily CDD over an entire year.</description>
2778
+ <data_type>double</data_type>
2779
+ <ip_written>Degrees Fahrenheit</ip_written>
2780
+ <ip_symbol>&#176;F</ip_symbol>
2781
+ <si_written>Degrees Celsius</si_written>
2782
+ <si_symbol>&#176;C</si_symbol>
2783
+ </term>
2784
+ <term>
2785
+ <name>Cooling Degree Days base 18&#176;C</name>
2786
+ <abbr>CDD18</abbr>
2787
+ <description>Annual cooling degree days. A cooling degree day (CDD) is the number of degrees the daily average temperature lies above some base value (in this case 18&#176;C). If the daily average temperature lies at or below the base temperature, the CDD for that day is zero. Annual Cooling Degree Days is the sum of daily CDD over an entire year.</description>
2788
+ <data_type>double</data_type>
2789
+ <ip_written>Degrees Fahrenheit</ip_written>
2790
+ <ip_symbol>&#176;F</ip_symbol>
2791
+ <si_written>Degrees Celsius</si_written>
2792
+ <si_symbol>&#176;C</si_symbol>
2793
+ </term>
2794
+ <term>
2795
+ <name>Cooling Degree Days base 50&#176;F</name>
2796
+ <abbr>CDD50</abbr>
2797
+ <description>Annual cooling degree days. A cooling degree day (CDD) is the number of degrees the daily average temperature lies above some base value (in this case 50&#176;F). If the daily average temperature lies at or below the base temperature, the CDD for that day is zero. Annual Cooling Degree Days is the sum of daily CDD over an entire year.</description>
2798
+ <data_type>double</data_type>
2799
+ <ip_written>Degrees Fahrenheit</ip_written>
2800
+ <ip_symbol>&#176;F</ip_symbol>
2801
+ <si_written>Degrees Celsius</si_written>
2802
+ <si_symbol>&#176;C</si_symbol>
2803
+ </term>
2804
+ <term>
2805
+ <name>Cooling Degree Days base 65&#176;F</name>
2806
+ <abbr>CDD65</abbr>
2807
+ <description>Annual cooling degree days. A cooling degree day (CDD) is the number of degrees the daily average temperature lies above some base value (in this case 65&#176;F). If the daily average temperature lies at or below the base temperature, the CDD for that day is zero. Annual Cooling Degree Days is the sum of daily CDD over an entire year.</description>
2808
+ <data_type>double</data_type>
2809
+ <ip_written>Degrees Fahrenheit</ip_written>
2810
+ <ip_symbol>&#176;F</ip_symbol>
2811
+ <si_written>Degrees Celsius</si_written>
2812
+ <si_symbol>&#176;C</si_symbol>
2813
+ </term>
2814
+ <term>
2815
+ <name>Country</name>
2816
+ <description>Weather station country</description>
2817
+ <data_type>string</data_type>
2818
+ </term>
2819
+ <term>
2820
+ <name>Delta mean db temperature</name>
2821
+ <description>Highest dry bulb temperature minus lowest dry bulb temperature recorded in a year</description>
2822
+ <data_type>double</data_type>
2823
+ <ip_written>Delta &#176;F</ip_written>
2824
+ <ip_symbol>Delta &#176;F</ip_symbol>
2825
+ <si_written>Delta &#176;C</si_written>
2826
+ <si_symbol>Delta &#176;C</si_symbol>
2827
+ </term>
2828
+ <term>
2829
+ <name>Elevation</name>
2830
+ <description>Elevation of the weather station</description>
2831
+ <data_type>double</data_type>
2832
+ <ip_written>Feet</ip_written>
2833
+ <ip_symbol>ft</ip_symbol>
2834
+ <si_written>Meters</si_written>
2835
+ <si_symbol>m</si_symbol>
2836
+ </term>
2837
+ <term>
2838
+ <name>Heating Degree Days base 10&#176;C</name>
2839
+ <abbr>HDD10</abbr>
2840
+ <description>Annual heating degree days. A heating degree day (HDD) is the number of degrees the daily average temperature lies below some base value (in this case 10&#176;C). If the daily average temperature lies at or above the base temperature, the HDD for that day is zero. Annual Heating Degree Days is the sum of daily HDD over an entire year. </description>
2841
+ <data_type>double</data_type>
2842
+ <ip_written>Degrees Fahrenheit</ip_written>
2843
+ <ip_symbol>&#176;F</ip_symbol>
2844
+ <si_written>Degrees Celsius</si_written>
2845
+ <si_symbol>&#176;C</si_symbol>
2846
+ </term>
2847
+ <term>
2848
+ <name>Heating Degree Days base 18&#176;C</name>
2849
+ <abbr>HDD18</abbr>
2850
+ <description>Annual heating degree days. A heating degree day (HDD) is the number of degrees the daily average temperature lies below some base value (in this case 18&#176;C). If the daily average temperature lies at or above the base temperature, the HDD for that day is zero. Annual Heating Degree Days is the sum of daily HDD over an entire year. </description>
2851
+ <data_type>double</data_type>
2852
+ <ip_written>Degrees Fahrenheit</ip_written>
2853
+ <ip_symbol>&#176;F</ip_symbol>
2854
+ <si_written>Degrees Celsius</si_written>
2855
+ <si_symbol>&#176;C</si_symbol>
2856
+ </term>
2857
+ <term>
2858
+ <name>Heating Degree Days base 50&#176;F</name>
2859
+ <abbr>HDD50</abbr>
2860
+ <description>Annual heating degree days. A heating degree day (HDD) is the number of degrees the daily average temperature lies below some base value (in this case 50&#176;F). If the daily average temperature lies at or above the base temperature, the HDD for that day is zero. Annual Heating Degree Days is the sum of daily HDD over an entire year. </description>
2861
+ <data_type>double</data_type>
2862
+ <ip_written>Degrees Fahrenheit</ip_written>
2863
+ <ip_symbol>&#176;F</ip_symbol>
2864
+ <si_written>Degrees Celsius</si_written>
2865
+ <si_symbol>&#176;C</si_symbol>
2866
+ </term>
2867
+ <term>
2868
+ <name>Heating Degree Days base 65&#176;F</name>
2869
+ <abbr>HDD65</abbr>
2870
+ <description>Annual heating degree days. A heating degree day (HDD) is the number of degrees the daily average temperature lies below some base value (in this case 65&#176;F). If the daily average temperature lies at or above the base temperature, the HDD for that day is zero. Annual Heating Degree Days is the sum of daily HDD over an entire year. </description>
2871
+ <data_type>double</data_type>
2872
+ <ip_written>Degrees Fahrenheit</ip_written>
2873
+ <ip_symbol>&#176;F</ip_symbol>
2874
+ <si_written>Degrees Celsius</si_written>
2875
+ <si_symbol>&#176;C</si_symbol>
2876
+ </term>
2877
+ <term>
2878
+ <name>Latitude</name>
2879
+ <description>Latitude of the weather station</description>
2880
+ <data_type>double</data_type>
2881
+ <ip_written>&#176;N/S</ip_written>
2882
+ <ip_symbol>&#176;N/S</ip_symbol>
2883
+ <si_written>&#176;N/S</si_written>
2884
+ <si_symbol>&#176;N/S</si_symbol>
2885
+ </term>
2886
+ <term>
2887
+ <name>License</name>
2888
+ <description>License for the weather information. Example: ASHRAE</description>
2889
+ <data_type>string</data_type>
2890
+ </term>
2891
+ <term>
2892
+ <name>Longitude</name>
2893
+ <description>Longitude of the weather station</description>
2894
+ <data_type>double</data_type>
2895
+ <ip_written>&#176;E/W</ip_written>
2896
+ <ip_symbol>&#176;E/W</ip_symbol>
2897
+ <si_written>&#176;E/W</si_written>
2898
+ <si_symbol>&#176;E/W</si_symbol>
2899
+ </term>
2900
+ <term>
2901
+ <name>Monthly mean db temperature</name>
2902
+ <description>Average hourly dry bulb temperature per month over a year</description>
2903
+ <data_type>double</data_type>
2904
+ <ip_written>Degrees Fahrenheit</ip_written>
2905
+ <ip_symbol>&#176;F</ip_symbol>
2906
+ <si_written>Degrees Celsius</si_written>
2907
+ <si_symbol>&#176;C</si_symbol>
2908
+ </term>
2909
+ <term>
2910
+ <name>OpenStudio Type</name>
2911
+ <description>Type of OpenStudio Object</description>
2912
+ </term>
2913
+ <term>
2914
+ <name>Standard Pressure at Elevation</name>
2915
+ <description>Barometric pressure calculated at the weather station's elevation.</description>
2916
+ <data_type>double</data_type>
2917
+ <ip_written>Pounds per square inch</ip_written>
2918
+ <ip_symbol>psi</ip_symbol>
2919
+ <si_written>Pascal</si_written>
2920
+ <si_symbol>P</si_symbol>
2921
+ </term>
2922
+ <term>
2923
+ <name>State</name>
2924
+ <description>Weather station state</description>
2925
+ <data_type>string</data_type>
2926
+ </term>
2927
+ <term>
2928
+ <name>WMO</name>
2929
+ <description>Weather station index number, assigned by the World Meteorological Organization</description>
2930
+ <data_type>integer</data_type>
2931
+ </term>
2932
+ </tag>
2933
+ <tag>
2934
+ <name>Water Mains Temperature</name>
2935
+ <term>
2936
+ <name>OpenStudio Type</name>
2937
+ <description>Type of OpenStudio Object</description>
2938
+ </term>
2939
+ <term>
2940
+ <name>Water main calculation</name>
2941
+ <description>Method used to calculate the water main temperature</description>
2942
+ <data_type>enum</data_type>
2943
+ <enumerations>No enum found</enumerations>
2944
+ </term>
448
2945
  </tag>
449
2946
  </tag>
450
2947
  </tag>