openepd 6.14.0__py3-none-any.whl → 6.15.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. openepd/__version__.py +1 -1
  2. openepd/api/average_dataset/generic_estimate_sync_api.py +2 -1
  3. openepd/api/average_dataset/industry_epd_sync_api.py +2 -1
  4. openepd/api/base_sync_client.py +10 -8
  5. openepd/api/common.py +17 -11
  6. openepd/api/dto/common.py +1 -1
  7. openepd/api/epd/sync_api.py +2 -1
  8. openepd/bundle/base.py +5 -4
  9. openepd/bundle/reader.py +13 -7
  10. openepd/bundle/writer.py +11 -6
  11. openepd/compat/pydantic.py +1 -1
  12. openepd/m49/__init__.py +2 -0
  13. openepd/m49/const.py +1 -1
  14. openepd/m49/utils.py +16 -10
  15. openepd/model/base.py +19 -15
  16. openepd/model/common.py +22 -19
  17. openepd/model/declaration.py +2 -2
  18. openepd/model/epd.py +2 -1
  19. openepd/model/factory.py +5 -3
  20. openepd/model/lcia.py +7 -6
  21. openepd/model/org.py +6 -3
  22. openepd/model/pcr.py +2 -2
  23. openepd/model/specs/__init__.py +36 -0
  24. openepd/model/specs/asphalt.py +3 -3
  25. openepd/model/specs/base.py +2 -1
  26. openepd/model/specs/enums.py +695 -695
  27. openepd/model/specs/range/accessories.py +1 -1
  28. openepd/model/specs/range/aluminium.py +1 -1
  29. openepd/model/specs/range/cladding.py +10 -10
  30. openepd/model/specs/range/cmu.py +0 -3
  31. openepd/model/specs/range/concrete.py +1 -1
  32. openepd/model/specs/range/conveying_equipment.py +2 -2
  33. openepd/model/specs/range/electrical.py +18 -18
  34. openepd/model/specs/range/electrical_transmission_and_distribution_equipment.py +1 -1
  35. openepd/model/specs/range/finishes.py +16 -16
  36. openepd/model/specs/range/fire_and_smoke_protection.py +3 -3
  37. openepd/model/specs/range/furnishings.py +7 -7
  38. openepd/model/specs/range/manufacturing_inputs.py +4 -4
  39. openepd/model/specs/range/masonry.py +1 -1
  40. openepd/model/specs/range/mechanical.py +6 -6
  41. openepd/model/specs/range/network_infrastructure.py +3 -3
  42. openepd/model/specs/range/openings.py +17 -17
  43. openepd/model/specs/range/other_materials.py +4 -4
  44. openepd/model/specs/range/plumbing.py +5 -5
  45. openepd/model/specs/range/precast_concrete.py +2 -2
  46. openepd/model/specs/range/steel.py +16 -11
  47. openepd/model/specs/range/thermal_moisture_protection.py +12 -12
  48. openepd/model/specs/range/wood.py +4 -7
  49. openepd/model/specs/singular/__init__.py +109 -1
  50. openepd/model/specs/singular/aluminium.py +2 -1
  51. openepd/model/specs/singular/steel.py +10 -2
  52. openepd/model/validation/common.py +10 -6
  53. openepd/model/validation/enum.py +4 -2
  54. openepd/model/validation/quantity.py +8 -1
  55. openepd/model/versioning.py +8 -6
  56. openepd/patch_pydantic.py +2 -1
  57. {openepd-6.14.0.dist-info → openepd-6.15.0.dist-info}/METADATA +1 -3
  58. {openepd-6.14.0.dist-info → openepd-6.15.0.dist-info}/RECORD +60 -60
  59. {openepd-6.14.0.dist-info → openepd-6.15.0.dist-info}/WHEEL +1 -1
  60. {openepd-6.14.0.dist-info → openepd-6.15.0.dist-info}/LICENSE +0 -0
@@ -24,8 +24,8 @@ class AhuZoneControl(StrEnum):
24
24
  """
25
25
  Ahu zone control.
26
26
 
27
- - Single Zone: Single Zone
28
- - Multi Zone: Multi Zone
27
+ - Single Zone: Single Zone
28
+ - Multi Zone: Multi Zone
29
29
 
30
30
  """
31
31
 
@@ -37,20 +37,20 @@ class UtilityPipingMaterial(StrEnum):
37
37
  """
38
38
  Utility piping material.
39
39
 
40
- - PVC: PVC
41
- - PEX: PEX
42
- - HDPE: HDPE
43
- - Galvanized Steel: Galvanized Steel
44
- - Cast iron: Cast iron
45
- - PVCO: PVCO
46
- - Ductile Iron: Ductile Iron
47
- - Steel: Steel
48
- - Reinforced Concrete: Reinforced Concrete
49
- - Unreinforced Concrete: Unreinforced Concrete
50
- - Fiberglass: Fiberglass
51
- - PP: PP
52
- - Stainless Steel: Stainless Steel
53
- - Other: Other
40
+ - PVC: PVC
41
+ - PEX: PEX
42
+ - HDPE: HDPE
43
+ - Galvanized Steel: Galvanized Steel
44
+ - Cast iron: Cast iron
45
+ - PVCO: PVCO
46
+ - Ductile Iron: Ductile Iron
47
+ - Steel: Steel
48
+ - Reinforced Concrete: Reinforced Concrete
49
+ - Unreinforced Concrete: Unreinforced Concrete
50
+ - Fiberglass: Fiberglass
51
+ - PP: PP
52
+ - Stainless Steel: Stainless Steel
53
+ - Other: Other
54
54
 
55
55
  """
56
56
 
@@ -74,16 +74,16 @@ class ResilientFlooringThickness(StrEnum):
74
74
  """
75
75
  Resilient flooring thickness.
76
76
 
77
- - ≤ 2mm: ≤ 2mm
78
- - ~ 2.5mm: ~ 2.5mm
79
- - ~ 3.2mm: ~ 3.2mm
80
- - ~ 4mm: ~ 4mm
81
- - ~ 4.5mm: ~ 4.5mm
82
- - ~ 5mm: ~ 5mm
83
- - ~ 5.5mm: ~ 5.5mm
84
- - ~ 6mm: ~ 6mm
85
- - ~ 8mm: ~ 8mm
86
- - ≥ 10mm: ≥ 10mm
77
+ - ≤ 2mm: ≤ 2mm
78
+ - ~ 2.5mm: ~ 2.5mm
79
+ - ~ 3.2mm: ~ 3.2mm
80
+ - ~ 4mm: ~ 4mm
81
+ - ~ 4.5mm: ~ 4.5mm
82
+ - ~ 5mm: ~ 5mm
83
+ - ~ 5.5mm: ~ 5.5mm
84
+ - ~ 6mm: ~ 6mm
85
+ - ~ 8mm: ~ 8mm
86
+ - ≥ 10mm: ≥ 10mm
87
87
 
88
88
  """
89
89
 
@@ -103,12 +103,12 @@ class CablingFireRating(StrEnum):
103
103
  """
104
104
  Cabling fire rating.
105
105
 
106
- - CMP: CMP
107
- - CMR: CMR
108
- - CMG: CMG
109
- - CM: CM
110
- - OFNP/CP: OFNP/CP
111
- - OFNR/CR: OFNR/CR
106
+ - CMP: CMP
107
+ - CMR: CMR
108
+ - CMG: CMG
109
+ - CM: CM
110
+ - OFNP/CP: OFNP/CP
111
+ - OFNR/CR: OFNR/CR
112
112
 
113
113
  """
114
114
 
@@ -124,9 +124,9 @@ class ElevatorsBuildingRise(StrEnum):
124
124
  """
125
125
  Elevators building rise.
126
126
 
127
- - Low-rise: Low-rise
128
- - Mid-rise: Mid-rise
129
- - High-rise: High-rise
127
+ - Low-rise: Low-rise
128
+ - Mid-rise: Mid-rise
129
+ - High-rise: High-rise
130
130
 
131
131
  """
132
132
 
@@ -139,16 +139,16 @@ class ResilientFlooringMaterial(StrEnum):
139
139
  """
140
140
  Resilient flooring material.
141
141
 
142
- - VCT: VCT
143
- - LVT: LVT
144
- - Rubber: Rubber
145
- - Linoleum: Linoleum
146
- - Cork: Cork
147
- - Rigid: Rigid
148
- - Vinyl: Vinyl
149
- - SVT: SVT
150
- - Composite: Composite
151
- - Other: Other
142
+ - VCT: VCT
143
+ - LVT: LVT
144
+ - Rubber: Rubber
145
+ - Linoleum: Linoleum
146
+ - Cork: Cork
147
+ - Rigid: Rigid
148
+ - Vinyl: Vinyl
149
+ - SVT: SVT
150
+ - Composite: Composite
151
+ - Other: Other
152
152
 
153
153
  """
154
154
 
@@ -168,15 +168,15 @@ class AirFiltersMediaType(StrEnum):
168
168
  """
169
169
  Air filters media type.
170
170
 
171
- - Acrylic: Acrylic
172
- - Activated Carbon / Charcoal: Activated Carbon / Charcoal
173
- - Aluminum Screen Wire: Aluminum Screen Wire
174
- - Electrostatic: Electrostatic
175
- - Fiberglass: Fiberglass
176
- - Paper: Paper
177
- - Polyurethane Foam: Polyurethane Foam
178
- - Polyester: Polyester
179
- - Poly / Cotton Nonwoven Media: Poly / Cotton Nonwoven Media
171
+ - Acrylic: Acrylic
172
+ - Activated Carbon / Charcoal: Activated Carbon / Charcoal
173
+ - Aluminum Screen Wire: Aluminum Screen Wire
174
+ - Electrostatic: Electrostatic
175
+ - Fiberglass: Fiberglass
176
+ - Paper: Paper
177
+ - Polyurethane Foam: Polyurethane Foam
178
+ - Polyester: Polyester
179
+ - Poly / Cotton Nonwoven Media: Poly / Cotton Nonwoven Media
180
180
 
181
181
  """
182
182
 
@@ -195,11 +195,11 @@ class GypsumFireRating(StrEnum):
195
195
  """
196
196
  Gypsum fire rating.
197
197
 
198
- - -: -
199
- - X: X
200
- - C: C
201
- - F: F
202
- - Other: Not one of the listed options
198
+ - -: -
199
+ - X: X
200
+ - C: C
201
+ - F: F
202
+ - Other: Not one of the listed options
203
203
 
204
204
  """
205
205
 
@@ -214,10 +214,10 @@ class MembraneRoofingReinforcement(StrEnum):
214
214
  """
215
215
  Membrane roofing reinforcement.
216
216
 
217
- - Polyester: Polyester
218
- - Fiberglass: Fiberglass
219
- - None: None
220
- - Other: Other
217
+ - Polyester: Polyester
218
+ - Fiberglass: Fiberglass
219
+ - None: None
220
+ - Other: Other
221
221
 
222
222
  """
223
223
 
@@ -231,23 +231,23 @@ class AirFiltersMervRating(StrEnum):
231
231
  """
232
232
  Air filters merv rating.
233
233
 
234
- - MERV 1: MERV 1
235
- - MERV 2: MERV 2
236
- - MERV 3: MERV 3
237
- - MERV 4: MERV 4
238
- - MERV 5: MERV 5
239
- - MERV 6: MERV 6
240
- - MERV 7: MERV 7
241
- - MERV 8: MERV 8
242
- - MERV 9: MERV 9
243
- - MERV 10: MERV 10
244
- - MERV 11: MERV 11
245
- - MERV 12: MERV 12
246
- - MERV 13: MERV 13
247
- - MERV 14: MERV 14
248
- - MERV 15: MERV 15
249
- - MERV 16: MERV 16
250
- - HEPA: HEPA
234
+ - MERV 1: MERV 1
235
+ - MERV 2: MERV 2
236
+ - MERV 3: MERV 3
237
+ - MERV 4: MERV 4
238
+ - MERV 5: MERV 5
239
+ - MERV 6: MERV 6
240
+ - MERV 7: MERV 7
241
+ - MERV 8: MERV 8
242
+ - MERV 9: MERV 9
243
+ - MERV 10: MERV 10
244
+ - MERV 11: MERV 11
245
+ - MERV 12: MERV 12
246
+ - MERV 13: MERV 13
247
+ - MERV 14: MERV 14
248
+ - MERV 15: MERV 15
249
+ - MERV 16: MERV 16
250
+ - HEPA: HEPA
251
251
 
252
252
  """
253
253
 
@@ -274,11 +274,11 @@ class PduTechnology(StrEnum):
274
274
  """
275
275
  Pdu technology.
276
276
 
277
- - Basic: Basic
278
- - Intelligent: Intelligent
279
- - Intelligent with Outlet Control: Intelligent with Outlet Control
280
- - Intelligent with Outlet Monitoring: Intelligent with Outlet Monitoring
281
- - Outlet Control and Monitoring: Outlet Control and Monitoring
277
+ - Basic: Basic
278
+ - Intelligent: Intelligent
279
+ - Intelligent with Outlet Control: Intelligent with Outlet Control
280
+ - Intelligent with Outlet Monitoring: Intelligent with Outlet Monitoring
281
+ - Outlet Control and Monitoring: Outlet Control and Monitoring
282
282
 
283
283
  """
284
284
 
@@ -293,9 +293,9 @@ class IntumescentFireproofingMaterialType(StrEnum):
293
293
  """
294
294
  Intumescent fireproofing material type.
295
295
 
296
- - Epoxy: Epoxy
297
- - Water-based: Water-based
298
- - Solvent-based: Solvent-based
296
+ - Epoxy: Epoxy
297
+ - Water-based: Water-based
298
+ - Solvent-based: Solvent-based
299
299
 
300
300
  """
301
301
 
@@ -308,11 +308,11 @@ class AccessFlooringCoreMaterial(StrEnum):
308
308
  """
309
309
  Access flooring core material.
310
310
 
311
- - Cementitious: Cementitious
312
- - Wood: Wood
313
- - Other: Other
314
- - Concrete: Concrete
315
- - Hollow: Hollow
311
+ - Cementitious: Cementitious
312
+ - Wood: Wood
313
+ - Other: Other
314
+ - Concrete: Concrete
315
+ - Hollow: Hollow
316
316
 
317
317
  """
318
318
 
@@ -327,10 +327,10 @@ class BuriedPipingType(StrEnum):
327
327
  """
328
328
  Buried piping type.
329
329
 
330
- - Water Utilities: Water Utilities
331
- - Sanitary Sewer: Sanitary Sewer
332
- - Storm Drainage: Storm Drainage
333
- - Fuel Distribution: Fuel Distribution
330
+ - Water Utilities: Water Utilities
331
+ - Sanitary Sewer: Sanitary Sewer
332
+ - Storm Drainage: Storm Drainage
333
+ - Fuel Distribution: Fuel Distribution
334
334
 
335
335
  """
336
336
 
@@ -344,9 +344,9 @@ class RackType(StrEnum):
344
344
  """
345
345
  Rack type.
346
346
 
347
- - Cabinet: Cabinet
348
- - Rack: Rack
349
- - Enclosure: Enclosure
347
+ - Cabinet: Cabinet
348
+ - Rack: Rack
349
+ - Enclosure: Enclosure
350
350
 
351
351
  """
352
352
 
@@ -359,8 +359,8 @@ class FoamType(StrEnum):
359
359
  """
360
360
  Foam type.
361
361
 
362
- - Open-Cell: Open-Cell
363
- - Closed-Cell: Closed-Cell
362
+ - Open-Cell: Open-Cell
363
+ - Closed-Cell: Closed-Cell
364
364
 
365
365
  """
366
366
 
@@ -372,14 +372,14 @@ class FrameMaterial(StrEnum):
372
372
  """
373
373
  Frame material.
374
374
 
375
- - Vinyl: PVC and similar polymer frames
376
- - Aluminium: Aluminium, with optional thermal improvement. Does not include aluminium clad.
377
- - Steel: Steel, with optional thermal improvement
378
- - Wood: Wood with optional cladding
379
- - Fiberglass: Fiber reinforced plastic
380
- - Composite: Plastic and Wood Fiber composite.
381
- - None: This EPD does not cover the frame.
382
- - Other: Other framing material not listed
375
+ - Vinyl: PVC and similar polymer frames
376
+ - Aluminium: Aluminium, with optional thermal improvement. Does not include aluminium clad.
377
+ - Steel: Steel, with optional thermal improvement
378
+ - Wood: Wood with optional cladding
379
+ - Fiberglass: Fiber reinforced plastic
380
+ - Composite: Plastic and Wood Fiber composite.
381
+ - None: This EPD does not cover the frame.
382
+ - Other: Other framing material not listed
383
383
 
384
384
  """
385
385
 
@@ -397,17 +397,17 @@ class PipingAnsiSchedule(StrEnum):
397
397
  """
398
398
  Piping ansi schedule.
399
399
 
400
- - 5: 5
401
- - 10: 10
402
- - 20: 20
403
- - 30: 30
404
- - 40: 40
405
- - 60: 60
406
- - 80: 80
407
- - 100: 100
408
- - 120: 120
409
- - 140: 140
410
- - 160: 160
400
+ - 5: 5
401
+ - 10: 10
402
+ - 20: 20
403
+ - 30: 30
404
+ - 40: 40
405
+ - 60: 60
406
+ - 80: 80
407
+ - 100: 100
408
+ - 120: 120
409
+ - 140: 140
410
+ - 160: 160
411
411
 
412
412
  """
413
413
 
@@ -428,9 +428,9 @@ class CmuWeightClassification(StrEnum):
428
428
  """
429
429
  Cmu weight classification.
430
430
 
431
- - Normal: Normal
432
- - Medium: Medium
433
- - Light: Light
431
+ - Normal: Normal
432
+ - Medium: Medium
433
+ - Light: Light
434
434
 
435
435
  """
436
436
 
@@ -443,34 +443,34 @@ class CementEn197_1(StrEnum):
443
443
  """
444
444
  CementEn197 1.
445
445
 
446
- - CEM I: CEM I
447
- - CEM II/A-S: CEM II/A-S
448
- - CEM II/A-P: CEM II/A-P
449
- - CEM II/A-Q: CEM II/A-Q
450
- - CEM II/A-V: CEM II/A-V
451
- - CEM II/A-W: CEM II/A-W
452
- - CEM II/A-T: CEM II/A-T
453
- - CEM II/A-L: CEM II/A-L
454
- - CEM II/A-LL: CEM II/A-LL
455
- - CEM II/A-M: CEM II/A-M
456
- - CEM II/A-D: CEM II/A-D
457
- - CEM II/B-S: CEM II/B-S
458
- - CEM II/B-P: CEM II/B-P
459
- - CEM II/B-Q: CEM II/B-Q
460
- - CEM II/B-V: CEM II/B-V
461
- - CEM II/B-W: CEM II/B-W
462
- - CEM II/B-T: CEM II/B-T
463
- - CEM II/B-L: CEM II/B-L
464
- - CEM II/B-LL: CEM II/B-LL
465
- - CEM II/B-M: CEM II/B-M
466
- - CEM II/C: CEM II/C
467
- - CEM III/A: CEM III/A
468
- - CEM III/B: CEM III/B
469
- - CEM III/C: CEM III/C
470
- - CEM IV/A: CEM IV/A
471
- - CEM IV/B: CEM IV/B
472
- - CEM V/A: CEM V/A
473
- - CEM V/B: CEM V/B
446
+ - CEM I: CEM I
447
+ - CEM II/A-S: CEM II/A-S
448
+ - CEM II/A-P: CEM II/A-P
449
+ - CEM II/A-Q: CEM II/A-Q
450
+ - CEM II/A-V: CEM II/A-V
451
+ - CEM II/A-W: CEM II/A-W
452
+ - CEM II/A-T: CEM II/A-T
453
+ - CEM II/A-L: CEM II/A-L
454
+ - CEM II/A-LL: CEM II/A-LL
455
+ - CEM II/A-M: CEM II/A-M
456
+ - CEM II/A-D: CEM II/A-D
457
+ - CEM II/B-S: CEM II/B-S
458
+ - CEM II/B-P: CEM II/B-P
459
+ - CEM II/B-Q: CEM II/B-Q
460
+ - CEM II/B-V: CEM II/B-V
461
+ - CEM II/B-W: CEM II/B-W
462
+ - CEM II/B-T: CEM II/B-T
463
+ - CEM II/B-L: CEM II/B-L
464
+ - CEM II/B-LL: CEM II/B-LL
465
+ - CEM II/B-M: CEM II/B-M
466
+ - CEM II/C: CEM II/C
467
+ - CEM III/A: CEM III/A
468
+ - CEM III/B: CEM III/B
469
+ - CEM III/C: CEM III/C
470
+ - CEM IV/A: CEM IV/A
471
+ - CEM IV/B: CEM IV/B
472
+ - CEM V/A: CEM V/A
473
+ - CEM V/B: CEM V/B
474
474
 
475
475
  """
476
476
 
@@ -508,10 +508,10 @@ class CementCsaA3001(StrEnum):
508
508
  """
509
509
  Csa a3001.
510
510
 
511
- - A3001 GU: A3001 GU
512
- - A3001 HE: A3001 HE
513
- - A3001 MS: A3001 MS
514
- - A3001 HS: A3001 HS
511
+ - A3001 GU: A3001 GU
512
+ - A3001 HE: A3001 HE
513
+ - A3001 MS: A3001 MS
514
+ - A3001 HS: A3001 HS
515
515
 
516
516
  """
517
517
 
@@ -525,8 +525,8 @@ class BoilerConfiguration(StrEnum):
525
525
  """
526
526
  Boiler configuration.
527
527
 
528
- - Hot water: Hot water
529
- - Steam: Steam
528
+ - Hot water: Hot water
529
+ - Steam: Steam
530
530
 
531
531
  """
532
532
 
@@ -538,12 +538,12 @@ class FloorBoxCoverMaterial(StrEnum):
538
538
  """
539
539
  Floor box cover material.
540
540
 
541
- - Brass: Brass
542
- - Aluminum: Aluminum
543
- - Other Metallic: Other Metallic
544
- - Non-metallic: Non-metallic
545
- - Heavy Duty: Heavy Duty
546
- - None (box only): None (box only)
541
+ - Brass: Brass
542
+ - Aluminum: Aluminum
543
+ - Other Metallic: Other Metallic
544
+ - Non-metallic: Non-metallic
545
+ - Heavy Duty: Heavy Duty
546
+ - None (box only): None (box only)
547
547
 
548
548
  """
549
549
 
@@ -559,11 +559,11 @@ class SteelComposition(StrEnum):
559
559
  """
560
560
  Steel composition.
561
561
 
562
- - Carbon: Carbon
563
- - Alloy: Alloy
564
- - Stainless: Stainless
565
- - Tool: Tool
566
- - Other: Other
562
+ - Carbon: Carbon
563
+ - Alloy: Alloy
564
+ - Stainless: Stainless
565
+ - Tool: Tool
566
+ - Other: Other
567
567
 
568
568
  """
569
569
 
@@ -578,10 +578,10 @@ class CeilingPanelFireRating(StrEnum):
578
578
  """
579
579
  Ceiling panel fire rating.
580
580
 
581
- - Class A: Class A
582
- - Class B: Class B
583
- - Class C: Class C
584
- - Class D: Class D
581
+ - Class A: Class A
582
+ - Class B: Class B
583
+ - Class C: Class C
584
+ - Class D: Class D
585
585
 
586
586
  """
587
587
 
@@ -595,8 +595,8 @@ class VinylSheetConstruction(StrEnum):
595
595
  """
596
596
  Sheet construction.
597
597
 
598
- - Homogeneous: Homogeneous
599
- - Heterogeneous: Heterogeneous
598
+ - Homogeneous: Homogeneous
599
+ - Heterogeneous: Heterogeneous
600
600
 
601
601
  """
602
602
 
@@ -608,9 +608,9 @@ class FloorBoxMaterial(StrEnum):
608
608
  """
609
609
  Floor box material.
610
610
 
611
- - Metallic Box: Metallic Box
612
- - Non-metallic Box: Non-metallic Box
613
- - None (cover only): None (cover only)
611
+ - Metallic Box: Metallic Box
612
+ - Non-metallic Box: Non-metallic Box
613
+ - None (cover only): None (cover only)
614
614
 
615
615
  """
616
616
 
@@ -623,12 +623,12 @@ class FireProtectionPipingMaterial(StrEnum):
623
623
  """
624
624
  Fire protection piping material.
625
625
 
626
- - PVC: PVC
627
- - Copper: Copper
628
- - PEX: PEX
629
- - HDPE: HDPE
630
- - Ductile Iron: Ductile Iron
631
- - Steel: Steel
626
+ - PVC: PVC
627
+ - Copper: Copper
628
+ - PEX: PEX
629
+ - HDPE: HDPE
630
+ - Ductile Iron: Ductile Iron
631
+ - Steel: Steel
632
632
 
633
633
  """
634
634
 
@@ -644,18 +644,18 @@ class MechanicalRefrigerants(StrEnum):
644
644
  """
645
645
  Mechanical refrigerants.
646
646
 
647
- - R11: R11
648
- - R22: R22
649
- - R407c: R407c
650
- - R410a: R410a
651
- - R134a: R134a
652
- - R32: R32
653
- - R1234yf: R1234yf
654
- - R1234ze: R1234ze
655
- - R290: R290
656
- - R744: R744
657
- - R717: R717
658
- - R718: R718
647
+ - R11: R11
648
+ - R22: R22
649
+ - R407c: R407c
650
+ - R410a: R410a
651
+ - R134a: R134a
652
+ - R32: R32
653
+ - R1234yf: R1234yf
654
+ - R1234ze: R1234ze
655
+ - R290: R290
656
+ - R744: R744
657
+ - R717: R717
658
+ - R718: R718
659
659
 
660
660
  """
661
661
 
@@ -677,9 +677,9 @@ class RacewaysMaterial(StrEnum):
677
677
  """
678
678
  Raceways material.
679
679
 
680
- - Aluminum: Aluminum
681
- - Steel: Steel
682
- - Non-metallic: Non-metallic
680
+ - Aluminum: Aluminum
681
+ - Steel: Steel
682
+ - Non-metallic: Non-metallic
683
683
 
684
684
  """
685
685
 
@@ -692,14 +692,14 @@ class CountertopMaterial(StrEnum):
692
692
  """
693
693
  Countertop material.
694
694
 
695
- - Stone: Stone
696
- - Concrete: Concrete
697
- - Plastic: Plastic
698
- - Glass: Glass
699
- - Wood: Wood
700
- - Metal: Metal
701
- - Ceramic: Ceramic
702
- - Other: Other
695
+ - Stone: Stone
696
+ - Concrete: Concrete
697
+ - Plastic: Plastic
698
+ - Glass: Glass
699
+ - Wood: Wood
700
+ - Metal: Metal
701
+ - Ceramic: Ceramic
702
+ - Other: Other
703
703
 
704
704
  """
705
705
 
@@ -717,14 +717,14 @@ class SteelRebarGrade(StrEnum):
717
717
  """
718
718
  Steel rebar grade.
719
719
 
720
- - 60 ksi: 60 ksi
721
- - 75 ksi: 75 ksi
722
- - 80 ksi: 80 ksi
723
- - 90 ksi: 90 ksi
724
- - 100 ksi: 100 ksi
725
- - 120 ksi: 120 ksi
726
- - 40 ksi: 40 ksi
727
- - 50 ksi: 50 ksi
720
+ - 60 ksi: 60 ksi
721
+ - 75 ksi: 75 ksi
722
+ - 80 ksi: 80 ksi
723
+ - 90 ksi: 90 ksi
724
+ - 100 ksi: 100 ksi
725
+ - 120 ksi: 120 ksi
726
+ - 40 ksi: 40 ksi
727
+ - 50 ksi: 50 ksi
728
728
 
729
729
  """
730
730
 
@@ -742,9 +742,9 @@ class AsphaltGradation(StrEnum):
742
742
  """
743
743
  Asphalt gradation.
744
744
 
745
- - Gap-graded: Gap-graded
746
- - Open-graded: Open-graded
747
- - Dense-graded: Dense-graded
745
+ - Gap-graded: Gap-graded
746
+ - Open-graded: Open-graded
747
+ - Dense-graded: Dense-graded
748
748
 
749
749
  """
750
750
 
@@ -757,10 +757,10 @@ class RoofCoverBoardsFacing(StrEnum):
757
757
  """
758
758
  Roof cover boards facing.
759
759
 
760
- - Paper: Paper
761
- - Glass mat: Glass mat
762
- - Fiberglass: Fiberglass
763
- - Other: Other
760
+ - Paper: Paper
761
+ - Glass mat: Glass mat
762
+ - Fiberglass: Fiberglass
763
+ - Other: Other
764
764
 
765
765
  """
766
766
 
@@ -774,13 +774,13 @@ class PlumbingPipingMaterial(StrEnum):
774
774
  """
775
775
  Plumbing piping material.
776
776
 
777
- - PVC: PVC
778
- - Copper: Copper
779
- - PEX: PEX
780
- - HDPE: HDPE
781
- - Galvanized Steel: Galvanized Steel
782
- - Cast iron: Cast iron
783
- - Stainless Steel: Stainless Steel
777
+ - PVC: PVC
778
+ - Copper: Copper
779
+ - PEX: PEX
780
+ - HDPE: HDPE
781
+ - Galvanized Steel: Galvanized Steel
782
+ - Cast iron: Cast iron
783
+ - Stainless Steel: Stainless Steel
784
784
 
785
785
  """
786
786
 
@@ -797,9 +797,9 @@ class AccessFlooringStringers(StrEnum):
797
797
  """
798
798
  Access flooring stringers.
799
799
 
800
- - Standard: Standard
801
- - Heavy-duty: Heavy-duty
802
- - None: None
800
+ - Standard: Standard
801
+ - Heavy-duty: Heavy-duty
802
+ - None: None
803
803
 
804
804
  """
805
805
 
@@ -812,14 +812,14 @@ class ResilientFlooringFormFactor(StrEnum):
812
812
  """
813
813
  Resilient flooring form factor.
814
814
 
815
- - Loose Lay: Loose Lay
816
- - Gluedown: Gluedown
817
- - Underlayment: Underlayment
818
- - Interlocking: Interlocking
819
- - Self Adhering: Self Adhering
820
- - Tile: Tile
821
- - Sheet: Sheet
822
- - Other: Other
815
+ - Loose Lay: Loose Lay
816
+ - Gluedown: Gluedown
817
+ - Underlayment: Underlayment
818
+ - Interlocking: Interlocking
819
+ - Self Adhering: Self Adhering
820
+ - Tile: Tile
821
+ - Sheet: Sheet
822
+ - Other: Other
823
823
 
824
824
  """
825
825
 
@@ -837,15 +837,15 @@ class EnergySource(StrEnum):
837
837
  """
838
838
  Energy source.
839
839
 
840
- - Grid: Grid
841
- - Wind: Wind
842
- - Solar: Solar
843
- - Hydro: Hydro
844
- - Biomass: Biomass
845
- - Coal: Coal
846
- - Natgas: Natgas
847
- - Nuclear: Nuclear
848
- - Other: Other
840
+ - Grid: Grid
841
+ - Wind: Wind
842
+ - Solar: Solar
843
+ - Hydro: Hydro
844
+ - Biomass: Biomass
845
+ - Coal: Coal
846
+ - Natgas: Natgas
847
+ - Nuclear: Nuclear
848
+ - Other: Other
849
849
 
850
850
  """
851
851
 
@@ -864,14 +864,14 @@ class CablingCategory(StrEnum):
864
864
  """
865
865
  Cabling category.
866
866
 
867
- - Cat7: Cat7
868
- - Cat6A: Cat6A
869
- - Cat6: Cat6
870
- - Cat5/5e: Cat5/5e
871
- - Cat3: Cat3
872
- - Coax: Coax
873
- - Fiber: Fiber
874
- - Other: Other
867
+ - Cat7: Cat7
868
+ - Cat6A: Cat6A
869
+ - Cat6: Cat6
870
+ - Cat5/5e: Cat5/5e
871
+ - Cat3: Cat3
872
+ - Coax: Coax
873
+ - Fiber: Fiber
874
+ - Other: Other
875
875
 
876
876
  """
877
877
 
@@ -889,8 +889,8 @@ class MechanicalInstallation(StrEnum):
889
889
  """
890
890
  Mechanical installation.
891
891
 
892
- - Indoor: Indoor
893
- - Outdoor: Outdoor
892
+ - Indoor: Indoor
893
+ - Outdoor: Outdoor
894
894
 
895
895
  """
896
896
 
@@ -902,11 +902,11 @@ class DeckingBoardMaterial(StrEnum):
902
902
  """
903
903
  Decking board material.
904
904
 
905
- - Wood: Wood
906
- - Composite: Composite
907
- - Vinyl: Vinyl
908
- - Aluminum: Aluminum
909
- - Other: Other
905
+ - Wood: Wood
906
+ - Composite: Composite
907
+ - Vinyl: Vinyl
908
+ - Aluminum: Aluminum
909
+ - Other: Other
910
910
 
911
911
  """
912
912
 
@@ -921,13 +921,13 @@ class BoilerEquipmentFuelType(StrEnum):
921
921
  """
922
922
  Boiler equipment fuel type.
923
923
 
924
- - Coal: Coal
925
- - Electric: Electric
926
- - Natural Gas: Natural Gas
927
- - Propane: Propane
928
- - Oil: Oil
929
- - Wood: Wood
930
- - Other: Other
924
+ - Coal: Coal
925
+ - Electric: Electric
926
+ - Natural Gas: Natural Gas
927
+ - Propane: Propane
928
+ - Oil: Oil
929
+ - Wood: Wood
930
+ - Other: Other
931
931
 
932
932
  """
933
933
 
@@ -944,13 +944,13 @@ class Spacer(StrEnum):
944
944
  """
945
945
  Spacer.
946
946
 
947
- - Aluminium: Aluminium
948
- - Stainless steel: Stainless steel
949
- - Plastic and stainless steel: Plastic and stainless steel
950
- - Thermoplastic: Thermoplastic
951
- - Foam: Foam
952
- - Stainless steel or tin plate U-channel: Stainless steel or tin plate U-channel
953
- - Plastic: Plastic
947
+ - Aluminium: Aluminium
948
+ - Stainless steel: Stainless steel
949
+ - Plastic and stainless steel: Plastic and stainless steel
950
+ - Thermoplastic: Thermoplastic
951
+ - Foam: Foam
952
+ - Stainless steel or tin plate U-channel: Stainless steel or tin plate U-channel
953
+ - Plastic: Plastic
954
954
 
955
955
  """
956
956
 
@@ -967,12 +967,12 @@ class HvacHeatExchangersType(StrEnum):
967
967
  """
968
968
  Hvac heat exchangers type.
969
969
 
970
- - Shell and Tube: Shell and Tube
971
- - Plate: Plate
972
- - Finned Tube: Finned Tube
973
- - Double-Pipe: Double-Pipe
974
- - Plate-Fin: Plate-Fin
975
- - Spiral: Spiral
970
+ - Shell and Tube: Shell and Tube
971
+ - Plate: Plate
972
+ - Finned Tube: Finned Tube
973
+ - Double-Pipe: Double-Pipe
974
+ - Plate-Fin: Plate-Fin
975
+ - Spiral: Spiral
976
976
 
977
977
  """
978
978
 
@@ -1047,8 +1047,8 @@ class HeatPumpType(StrEnum):
1047
1047
  """
1048
1048
  Heat pump type.
1049
1049
 
1050
- - Air-to-Water: Air-to-Water
1051
- - Water-to-Water: Water-to-Water
1050
+ - Air-to-Water: Air-to-Water
1051
+ - Water-to-Water: Water-to-Water
1052
1052
 
1053
1053
  """
1054
1054
 
@@ -1060,16 +1060,16 @@ class RoofCoverBoardsMaterial(StrEnum):
1060
1060
  """
1061
1061
  Roof cover boards material.
1062
1062
 
1063
- - Gypsum Fiber: Gypsum Fiber
1064
- - Gypsum: Gypsum
1065
- - Wood Fiber: Wood Fiber
1066
- - Cement: Cement
1067
- - Polyiso: Polyiso
1068
- - Perlite: Perlite
1069
- - Asphaltic: Asphaltic
1070
- - Mineral Fiber: Mineral Fiber
1071
- - Plywood/OSB: Plywood/OSB
1072
- - Other: Other
1063
+ - Gypsum Fiber: Gypsum Fiber
1064
+ - Gypsum: Gypsum
1065
+ - Wood Fiber: Wood Fiber
1066
+ - Cement: Cement
1067
+ - Polyiso: Polyiso
1068
+ - Perlite: Perlite
1069
+ - Asphaltic: Asphaltic
1070
+ - Mineral Fiber: Mineral Fiber
1071
+ - Plywood/OSB: Plywood/OSB
1072
+ - Other: Other
1073
1073
 
1074
1074
  """
1075
1075
 
@@ -1089,12 +1089,12 @@ class CablingJacketMaterial(StrEnum):
1089
1089
  """
1090
1090
  Cabling jacket material.
1091
1091
 
1092
- - PVC: PVC
1093
- - FEP: FEP
1094
- - LSHF: LSHF
1095
- - PVDF: PVDF
1096
- - Polyolefin: Polyolefin
1097
- - Other: Other
1092
+ - PVC: PVC
1093
+ - FEP: FEP
1094
+ - LSHF: LSHF
1095
+ - PVDF: PVDF
1096
+ - Polyolefin: Polyolefin
1097
+ - Other: Other
1098
1098
 
1099
1099
  """
1100
1100
 
@@ -1110,12 +1110,12 @@ class CeilingPanelCoreMaterial(StrEnum):
1110
1110
  """
1111
1111
  Ceiling panel core material.
1112
1112
 
1113
- - Fiberglass: Fiberglass
1114
- - Mineral Fiber: Mineral Fiber
1115
- - Wood: Wood
1116
- - Aluminium: Aluminium
1117
- - Steel: Steel
1118
- - Other: Other
1113
+ - Fiberglass: Fiberglass
1114
+ - Mineral Fiber: Mineral Fiber
1115
+ - Wood: Wood
1116
+ - Aluminium: Aluminium
1117
+ - Steel: Steel
1118
+ - Other: Other
1119
1119
 
1120
1120
  """
1121
1121
 
@@ -1131,9 +1131,9 @@ class CableTraysMaterial(StrEnum):
1131
1131
  """
1132
1132
  Cable trays material.
1133
1133
 
1134
- - Stainless Steel: Stainless Steel
1135
- - Electroplated Zinc: Electroplated Zinc
1136
- - Hot Dip Galvanized: Hot Dip Galvanized
1134
+ - Stainless Steel: Stainless Steel
1135
+ - Electroplated Zinc: Electroplated Zinc
1136
+ - Hot Dip Galvanized: Hot Dip Galvanized
1137
1137
 
1138
1138
  """
1139
1139
 
@@ -1146,12 +1146,12 @@ class InsulationIntendedApplication(StrEnum):
1146
1146
  """
1147
1147
  Insulation intended application.
1148
1148
 
1149
- - Wall & General: Wall & General
1150
- - Exterior Wall: Exterior Wall
1151
- - Roof: Roof
1152
- - Below Grade: Below Grade
1153
- - Duct: Duct
1154
- - Other: Other
1149
+ - Wall & General: Wall & General
1150
+ - Exterior Wall: Exterior Wall
1151
+ - Roof: Roof
1152
+ - Below Grade: Below Grade
1153
+ - Duct: Duct
1154
+ - Other: Other
1155
1155
 
1156
1156
  """
1157
1157
 
@@ -1167,9 +1167,9 @@ class SprayFireproofingDensity(StrEnum):
1167
1167
  """
1168
1168
  Spray fireproofing density.
1169
1169
 
1170
- - Standard: Standard
1171
- - Medium: Medium
1172
- - High: High
1170
+ - Standard: Standard
1171
+ - Medium: Medium
1172
+ - High: High
1173
1173
 
1174
1174
  """
1175
1175
 
@@ -1182,12 +1182,12 @@ class ElevatorsUsageIntensity(StrEnum):
1182
1182
  """
1183
1183
  Elevators usage intensity.
1184
1184
 
1185
- - Very low: Very low
1186
- - Low: Low
1187
- - Medium: Medium
1188
- - High: High
1189
- - Very high: Very high
1190
- - Extremely high: Extremely high
1185
+ - Very low: Very low
1186
+ - Low: Low
1187
+ - Medium: Medium
1188
+ - High: High
1189
+ - Very high: Very high
1190
+ - Extremely high: Extremely high
1191
1191
 
1192
1192
  """
1193
1193
 
@@ -1203,10 +1203,10 @@ class CladdingFacingMaterial(StrEnum):
1203
1203
  """
1204
1204
  Cladding facing material.
1205
1205
 
1206
- - Steel: Steel
1207
- - Stone: Stone
1208
- - Aluminium: Aluminium
1209
- - Other: Other
1206
+ - Steel: Steel
1207
+ - Stone: Stone
1208
+ - Aluminium: Aluminium
1209
+ - Other: Other
1210
1210
 
1211
1211
  """
1212
1212
 
@@ -1220,9 +1220,9 @@ class WallBaseMaterial(StrEnum):
1220
1220
  """
1221
1221
  Wall base material.
1222
1222
 
1223
- - Rubber: Rubber
1224
- - Vinyl: Vinyl
1225
- - Other: Other
1223
+ - Rubber: Rubber
1224
+ - Vinyl: Vinyl
1225
+ - Other: Other
1226
1226
 
1227
1227
  """
1228
1228
 
@@ -1235,9 +1235,9 @@ class SprayFireproofingMaterialType(StrEnum):
1235
1235
  """
1236
1236
  Spray fireproofing material type.
1237
1237
 
1238
- - Gypsum-based: Gypsum-based
1239
- - Portland: Portland
1240
- - Gypsum and Portland: Gypsum and Portland
1238
+ - Gypsum-based: Gypsum-based
1239
+ - Portland: Portland
1240
+ - Gypsum and Portland: Gypsum and Portland
1241
1241
 
1242
1242
  """
1243
1243
 
@@ -1250,10 +1250,10 @@ class MasonryCementAstmC91Type(StrEnum):
1250
1250
  """
1251
1251
  Masonry cement astm c91 type.
1252
1252
 
1253
- - Type N: Type N
1254
- - Type S: Type S
1255
- - Type O: Type O
1256
- - Type M: Type M
1253
+ - Type N: Type N
1254
+ - Type S: Type S
1255
+ - Type O: Type O
1256
+ - Type M: Type M
1257
1257
 
1258
1258
  """
1259
1259
 
@@ -1267,13 +1267,13 @@ class CementAstmType(StrEnum):
1267
1267
  """
1268
1268
  Cement astm type.
1269
1269
 
1270
- - C150 Type I: C150 Type I
1271
- - C150 Type I/II: C150 Type I/II
1272
- - C150 Type III: C150 Type III
1273
- - C150 Type IV: C150 Type IV
1274
- - C150 Type II/V: C150 Type II/V
1275
- - C595 PLC: C595 PLC
1276
- - C595 Blended: C595 Blended
1270
+ - C150 Type I: C150 Type I
1271
+ - C150 Type I/II: C150 Type I/II
1272
+ - C150 Type III: C150 Type III
1273
+ - C150 Type IV: C150 Type IV
1274
+ - C150 Type II/V: C150 Type II/V
1275
+ - C595 PLC: C595 PLC
1276
+ - C595 Blended: C595 Blended
1277
1277
 
1278
1278
  """
1279
1279
 
@@ -1290,8 +1290,8 @@ class CmuBlockType(StrEnum):
1290
1290
  """
1291
1291
  Cmu block type.
1292
1292
 
1293
- - Gray: Gray
1294
- - Architectural: Architectural
1293
+ - Gray: Gray
1294
+ - Architectural: Architectural
1295
1295
 
1296
1296
  """
1297
1297
 
@@ -1303,12 +1303,12 @@ class CarpetYarnType(StrEnum):
1303
1303
  """
1304
1304
  Carpet yarn type.
1305
1305
 
1306
- - Nylon 6,6: Nylon 6,6
1307
- - Nylon 6: Nylon 6
1308
- - Wool: Wool
1309
- - Recycled PET: Recycled PET
1310
- - Polyester (PET): Polyester (PET)
1311
- - Olefin: Olefin
1306
+ - Nylon 6,6: Nylon 6,6
1307
+ - Nylon 6: Nylon 6
1308
+ - Wool: Wool
1309
+ - Recycled PET: Recycled PET
1310
+ - Polyester (PET): Polyester (PET)
1311
+ - Olefin: Olefin
1312
1312
 
1313
1313
  """
1314
1314
 
@@ -1324,22 +1324,22 @@ class AluminiumAlloy(StrEnum):
1324
1324
  """
1325
1325
  AluminiumAlloy.
1326
1326
 
1327
- - 1xxx: 1xxx
1328
- - 2xxx: 2xxx
1329
- - 3xxx: 3xxx
1330
- - 4xxx: 4xxx
1331
- - 5xxx: 5xxx
1332
- - 6xxx: 6xxx
1333
- - 7xxx: 7xxx
1334
- - 8xxx: 8xxx
1335
- - 1xx.x: 1xx.x
1336
- - 2xx.x: 2xx.x
1337
- - 3xx.x: 3xx.x
1338
- - 4xx.x: 4xx.x
1339
- - 5xx.x: 5xx.x
1340
- - 7xx.x: 7xx.x
1341
- - 8xx.x: 8xx.x
1342
- - 9xx.x: 9xx.x
1327
+ - 1xxx: 1xxx
1328
+ - 2xxx: 2xxx
1329
+ - 3xxx: 3xxx
1330
+ - 4xxx: 4xxx
1331
+ - 5xxx: 5xxx
1332
+ - 6xxx: 6xxx
1333
+ - 7xxx: 7xxx
1334
+ - 8xxx: 8xxx
1335
+ - 1xx.x: 1xx.x
1336
+ - 2xx.x: 2xx.x
1337
+ - 3xx.x: 3xx.x
1338
+ - 4xx.x: 4xx.x
1339
+ - 5xx.x: 5xx.x
1340
+ - 7xx.x: 7xx.x
1341
+ - 8xx.x: 8xx.x
1342
+ - 9xx.x: 9xx.x
1343
1343
 
1344
1344
  """
1345
1345
 
@@ -1365,9 +1365,9 @@ class CarpetIntendedApplication(StrEnum):
1365
1365
  """
1366
1366
  Intended application.
1367
1367
 
1368
- - Res: Res
1369
- - Com: Com
1370
- - Ind: Ind
1368
+ - Res: Res
1369
+ - Com: Com
1370
+ - Ind: Ind
1371
1371
 
1372
1372
  """
1373
1373
 
@@ -1380,11 +1380,11 @@ class WoodFlooringFabrication(StrEnum):
1380
1380
  """
1381
1381
  Wood Flooring Fabrication.
1382
1382
 
1383
- - Solid hardwood: Solid hardwood
1384
- - Engineered hardwood: Engineered hardwood
1385
- - Bamboo: Bamboo
1386
- - Parquet: Parquet
1387
- - Cork: Cork
1383
+ - Solid hardwood: Solid hardwood
1384
+ - Engineered hardwood: Engineered hardwood
1385
+ - Bamboo: Bamboo
1386
+ - Parquet: Parquet
1387
+ - Cork: Cork
1388
1388
 
1389
1389
  """
1390
1390
 
@@ -1399,8 +1399,8 @@ class CompositeLumberFabrication(StrEnum):
1399
1399
  """
1400
1400
  Composite Lumber Fabrication.
1401
1401
 
1402
- - LVL: LVL
1403
- - Bonded Strand: Bonded Strand
1402
+ - LVL: LVL
1403
+ - Bonded Strand: Bonded Strand
1404
1404
  """
1405
1405
 
1406
1406
  LVL = "LVL"
@@ -1411,10 +1411,10 @@ class MassTimberFabrication(StrEnum):
1411
1411
  """
1412
1412
  Composite Lumber Fabrication.
1413
1413
 
1414
- - CLT: CLT
1415
- - GLT: GLT
1416
- - NLT: NLT
1417
- - DLT: DLT
1414
+ - CLT: CLT
1415
+ - GLT: GLT
1416
+ - NLT: NLT
1417
+ - DLT: DLT
1418
1418
  """
1419
1419
 
1420
1420
  CLT = "CLT"
@@ -1427,9 +1427,9 @@ class SheathingPanelsFabrication(StrEnum):
1427
1427
  """
1428
1428
  Sheathing Panels Fabrication.
1429
1429
 
1430
- - Plywood: Plywood
1431
- - OSB: OSB
1432
- - Fiberboard: Fiberboard
1430
+ - Plywood: Plywood
1431
+ - OSB: OSB
1432
+ - Fiberboard: Fiberboard
1433
1433
  """
1434
1434
 
1435
1435
  PLYWOOD = "Plywood"
@@ -1441,20 +1441,20 @@ class AllFabrication(StrEnum):
1441
1441
  """
1442
1442
  Wood fabrication enumeration.
1443
1443
 
1444
- - Plywood: Plywood
1445
- - OSB: OSB
1446
- - Fiberboard: Fiberboard
1447
- - CLT: CLT
1448
- - GLT: GLT
1449
- - NLT: NLT
1450
- - DLT: DLT
1451
- - LVL: LVL
1452
- - Bonded Strand: Bonded Strand
1453
- - Solid hardwood: Solid hardwood
1454
- - Engineered hardwood: Engineered hardwood
1455
- - Bamboo: Bamboo
1456
- - Parquet: Parquet
1457
- - Cork: Cork
1444
+ - Plywood: Plywood
1445
+ - OSB: OSB
1446
+ - Fiberboard: Fiberboard
1447
+ - CLT: CLT
1448
+ - GLT: GLT
1449
+ - NLT: NLT
1450
+ - DLT: DLT
1451
+ - LVL: LVL
1452
+ - Bonded Strand: Bonded Strand
1453
+ - Solid hardwood: Solid hardwood
1454
+ - Engineered hardwood: Engineered hardwood
1455
+ - Bamboo: Bamboo
1456
+ - Parquet: Parquet
1457
+ - Cork: Cork
1458
1458
  """
1459
1459
 
1460
1460
  PLYWOOD = "Plywood"
@@ -1477,9 +1477,9 @@ class AsphaltMixType(StrEnum):
1477
1477
  """
1478
1478
  Asphalt mix type.
1479
1479
 
1480
- - WMA: WMA
1481
- - HMA: HMA
1482
- - CCPR: CCPR
1480
+ - WMA: WMA
1481
+ - HMA: HMA
1482
+ - CCPR: CCPR
1483
1483
 
1484
1484
  """
1485
1485
 
@@ -1569,17 +1569,17 @@ class WoodFlooringTimberSpecies(StrEnum):
1569
1569
  """
1570
1570
  Engineered Timber species.
1571
1571
 
1572
- - Oak: Oak
1573
- - Maple: Maple
1574
- - Cherry: Cherry
1575
- - Walnut: Walnut
1576
- - Ash: Ash
1577
- - Mahogany: Mahogany
1578
- - Hickory: Hickory
1579
- - Teak: Teak
1580
- - Jarrah: Jarrah
1581
- - Mesquite: Mesquite
1582
- - Bamboo: Bamboo
1572
+ - Oak: Oak
1573
+ - Maple: Maple
1574
+ - Cherry: Cherry
1575
+ - Walnut: Walnut
1576
+ - Ash: Ash
1577
+ - Mahogany: Mahogany
1578
+ - Hickory: Hickory
1579
+ - Teak: Teak
1580
+ - Jarrah: Jarrah
1581
+ - Mesquite: Mesquite
1582
+ - Bamboo: Bamboo
1583
1583
 
1584
1584
  """
1585
1585
 
@@ -1600,57 +1600,57 @@ class SawnTimberSpecies(StrEnum):
1600
1600
  """
1601
1601
  Sawn Timber species.
1602
1602
 
1603
- - Alaska Cedar: Alaska Cedar
1604
- - Alaska Hemlock: Alaska Hemlock
1605
- - Alaska Spruce: Alaska Spruce
1606
- - Alaska Yellow Cedar: Alaska Yellow Cedar
1607
- - Aspen: Aspen
1608
- - Baldcypress: Baldcypress
1609
- - Balsam Fir: Balsam Fir
1610
- - Beech-Birch-Hickory: Beech-Birch-Hickory
1611
- - Coast Sitka Spruce: Coast Sitka Spruce
1612
- - Coast Species: Coast Species
1613
- - Cottonwood: Cottonwood
1614
- - Douglas Fir-Larch: Douglas Fir-Larch
1615
- - Douglas Fir-Larch (North): Douglas Fir-Larch (North)
1616
- - Douglas Fir-South: Douglas Fir-South
1617
- - Eastern Hemlock: Eastern Hemlock
1618
- - Eastern Hemlock-Balsam Fir: Eastern Hemlock-Balsam Fir
1619
- - Eastern Hemlock-Tamarack: Eastern Hemlock-Tamarack
1620
- - Eastern Hemlock-Tamarack (North): Eastern Hemlock-Tamarack (North)
1621
- - Eastern Softwoods: Eastern Softwoods
1622
- - Eastern Spruce: Eastern Spruce
1623
- - Eastern White Pine: Eastern White Pine
1624
- - Eastern White Pine (North): Eastern White Pine (North)
1625
- - Hem-Fir: Hem-Fir
1626
- - Hem-Fir (North): Hem-Fir (North)
1627
- - Mixed Maple: Mixed Maple
1628
- - Mixed Oak: Mixed Oak
1629
- - Mixed Southern Pine: Mixed Southern Pine
1630
- - Mountain Hemlock: Mountain Hemlock
1631
- - Northern Pine: Northern Pine
1632
- - Northern Red Oak: Northern Red Oak
1633
- - Northern Species: Northern Species
1634
- - Northern White Cedar: Northern White Cedar
1635
- - Ponderosa Pine: Ponderosa Pine
1636
- - Red Maple: Red Maple
1637
- - Red Oak: Red Oak
1638
- - Red Pine: Red Pine
1639
- - Redwood: Redwood
1640
- - Sitka Spruce: Sitka Spruce
1641
- - Southern Pine: Southern Pine
1642
- - Spruce-Pine-Fir: Spruce-Pine-Fir
1643
- - Scots Pine: Scots Pine
1644
- - Spruce-Pine-Fir (South): Spruce-Pine-Fir (South)
1645
- - Western Cedars: Western Cedars
1646
- - Western Cedars (North): Western Cedars (North)
1647
- - Western Hemlock: Western Hemlock
1648
- - Western Hemlock (North): Western Hemlock (North)
1649
- - Western White Pine: Western White Pine
1650
- - Western Woods: Western Woods
1651
- - White Oak: White Oak
1652
- - Yellow Cedar: Yellow Cedar
1653
- - Yellow Poplar: Yellow Poplar
1603
+ - Alaska Cedar: Alaska Cedar
1604
+ - Alaska Hemlock: Alaska Hemlock
1605
+ - Alaska Spruce: Alaska Spruce
1606
+ - Alaska Yellow Cedar: Alaska Yellow Cedar
1607
+ - Aspen: Aspen
1608
+ - Baldcypress: Baldcypress
1609
+ - Balsam Fir: Balsam Fir
1610
+ - Beech-Birch-Hickory: Beech-Birch-Hickory
1611
+ - Coast Sitka Spruce: Coast Sitka Spruce
1612
+ - Coast Species: Coast Species
1613
+ - Cottonwood: Cottonwood
1614
+ - Douglas Fir-Larch: Douglas Fir-Larch
1615
+ - Douglas Fir-Larch (North): Douglas Fir-Larch (North)
1616
+ - Douglas Fir-South: Douglas Fir-South
1617
+ - Eastern Hemlock: Eastern Hemlock
1618
+ - Eastern Hemlock-Balsam Fir: Eastern Hemlock-Balsam Fir
1619
+ - Eastern Hemlock-Tamarack: Eastern Hemlock-Tamarack
1620
+ - Eastern Hemlock-Tamarack (North): Eastern Hemlock-Tamarack (North)
1621
+ - Eastern Softwoods: Eastern Softwoods
1622
+ - Eastern Spruce: Eastern Spruce
1623
+ - Eastern White Pine: Eastern White Pine
1624
+ - Eastern White Pine (North): Eastern White Pine (North)
1625
+ - Hem-Fir: Hem-Fir
1626
+ - Hem-Fir (North): Hem-Fir (North)
1627
+ - Mixed Maple: Mixed Maple
1628
+ - Mixed Oak: Mixed Oak
1629
+ - Mixed Southern Pine: Mixed Southern Pine
1630
+ - Mountain Hemlock: Mountain Hemlock
1631
+ - Northern Pine: Northern Pine
1632
+ - Northern Red Oak: Northern Red Oak
1633
+ - Northern Species: Northern Species
1634
+ - Northern White Cedar: Northern White Cedar
1635
+ - Ponderosa Pine: Ponderosa Pine
1636
+ - Red Maple: Red Maple
1637
+ - Red Oak: Red Oak
1638
+ - Red Pine: Red Pine
1639
+ - Redwood: Redwood
1640
+ - Sitka Spruce: Sitka Spruce
1641
+ - Southern Pine: Southern Pine
1642
+ - Spruce-Pine-Fir: Spruce-Pine-Fir
1643
+ - Scots Pine: Scots Pine
1644
+ - Spruce-Pine-Fir (South): Spruce-Pine-Fir (South)
1645
+ - Western Cedars: Western Cedars
1646
+ - Western Cedars (North): Western Cedars (North)
1647
+ - Western Hemlock: Western Hemlock
1648
+ - Western Hemlock (North): Western Hemlock (North)
1649
+ - Western White Pine: Western White Pine
1650
+ - Western Woods: Western Woods
1651
+ - White Oak: White Oak
1652
+ - Yellow Cedar: Yellow Cedar
1653
+ - Yellow Poplar: Yellow Poplar
1654
1654
 
1655
1655
  """
1656
1656
 
@@ -1711,73 +1711,73 @@ class AllTimberSpecies(StrEnum):
1711
1711
  """
1712
1712
  All timber species.
1713
1713
 
1714
- - Softwood Species: Softwood Species
1715
- - Group A Hardwoods: Group A Hardwoods
1716
- - Group B Hardwoods: Group B Hardwoods
1717
- - Group C Hardwoods: Group C Hardwoods
1718
- - Group D Hardwoods: Group D Hardwoods
1719
- - Oak: Oak
1720
- - Maple: Maple
1721
- - Cherry: Cherry
1722
- - Walnut: Walnut
1723
- - Ash: Ash
1724
- - Mahogany: Mahogany
1725
- - Hickory: Hickory
1726
- - Teak: Teak
1727
- - Jarrah: Jarrah
1728
- - Mesquite: Mesquite
1729
- - Bamboo: Bamboo
1730
- - Alaska Cedar: Alaska Cedar
1731
- - Alaska Hemlock: Alaska Hemlock
1732
- - Alaska Spruce: Alaska Spruce
1733
- - Alaska Yellow Cedar: Alaska Yellow Cedar
1734
- - Aspen: Aspen
1735
- - Baldcypress: Baldcypress
1736
- - Balsam Fir: Balsam Fir
1737
- - Beech-Birch-Hickory: Beech-Birch-Hickory
1738
- - Coast Sitka Spruce: Coast Sitka Spruce
1739
- - Coast Species: Coast Species
1740
- - Cottonwood: Cottonwood
1741
- - Douglas Fir-Larch: Douglas Fir-Larch
1742
- - Douglas Fir-Larch (North): Douglas Fir-Larch (North)
1743
- - Douglas Fir-South: Douglas Fir-South
1744
- - Eastern Hemlock: Eastern Hemlock
1745
- - Eastern Hemlock-Balsam Fir: Eastern Hemlock-Balsam Fir
1746
- - Eastern Hemlock-Tamarack: Eastern Hemlock-Tamarack
1747
- - Eastern Hemlock-Tamarack (North): Eastern Hemlock-Tamarack (North)
1748
- - Eastern Softwoods: Eastern Softwoods
1749
- - Eastern Spruce: Eastern Spruce
1750
- - Eastern White Pine: Eastern White Pine
1751
- - Eastern White Pine (North): Eastern White Pine (North)
1752
- - Hem-Fir: Hem-Fir
1753
- - Hem-Fir (North): Hem-Fir (North)
1754
- - Mixed Maple: Mixed Maple
1755
- - Mixed Oak: Mixed Oak
1756
- - Mixed Southern Pine: Mixed Southern Pine
1757
- - Mountain Hemlock: Mountain Hemlock
1758
- - Northern Pine: Northern Pine
1759
- - Northern Red Oak: Northern Red Oak
1760
- - Northern Species: Northern Species
1761
- - Northern White Cedar: Northern White Cedar
1762
- - Ponderosa Pine: Ponderosa Pine
1763
- - Red Maple: Red Maple
1764
- - Red Oak: Red Oak
1765
- - Red Pine: Red Pine
1766
- - Redwood: Redwood
1767
- - Sitka Spruce: Sitka Spruce
1768
- - Southern Pine: Southern Pine
1769
- - Spruce-Pine-Fir: Spruce-Pine-Fir
1770
- - Scots Pine: Scots Pine
1771
- - Spruce-Pine-Fir (South): Spruce-Pine-Fir (South)
1772
- - Western Cedars: Western Cedars
1773
- - Western Cedars (North): Western Cedars (North)
1774
- - Western Hemlock: Western Hemlock
1775
- - Western Hemlock (North): Western Hemlock (North)
1776
- - Western White Pine: Western White Pine
1777
- - Western Woods: Western Woods
1778
- - White Oak: White Oak
1779
- - Yellow Cedar: Yellow Cedar
1780
- - Yellow Poplar: Yellow Poplar
1714
+ - Softwood Species: Softwood Species
1715
+ - Group A Hardwoods: Group A Hardwoods
1716
+ - Group B Hardwoods: Group B Hardwoods
1717
+ - Group C Hardwoods: Group C Hardwoods
1718
+ - Group D Hardwoods: Group D Hardwoods
1719
+ - Oak: Oak
1720
+ - Maple: Maple
1721
+ - Cherry: Cherry
1722
+ - Walnut: Walnut
1723
+ - Ash: Ash
1724
+ - Mahogany: Mahogany
1725
+ - Hickory: Hickory
1726
+ - Teak: Teak
1727
+ - Jarrah: Jarrah
1728
+ - Mesquite: Mesquite
1729
+ - Bamboo: Bamboo
1730
+ - Alaska Cedar: Alaska Cedar
1731
+ - Alaska Hemlock: Alaska Hemlock
1732
+ - Alaska Spruce: Alaska Spruce
1733
+ - Alaska Yellow Cedar: Alaska Yellow Cedar
1734
+ - Aspen: Aspen
1735
+ - Baldcypress: Baldcypress
1736
+ - Balsam Fir: Balsam Fir
1737
+ - Beech-Birch-Hickory: Beech-Birch-Hickory
1738
+ - Coast Sitka Spruce: Coast Sitka Spruce
1739
+ - Coast Species: Coast Species
1740
+ - Cottonwood: Cottonwood
1741
+ - Douglas Fir-Larch: Douglas Fir-Larch
1742
+ - Douglas Fir-Larch (North): Douglas Fir-Larch (North)
1743
+ - Douglas Fir-South: Douglas Fir-South
1744
+ - Eastern Hemlock: Eastern Hemlock
1745
+ - Eastern Hemlock-Balsam Fir: Eastern Hemlock-Balsam Fir
1746
+ - Eastern Hemlock-Tamarack: Eastern Hemlock-Tamarack
1747
+ - Eastern Hemlock-Tamarack (North): Eastern Hemlock-Tamarack (North)
1748
+ - Eastern Softwoods: Eastern Softwoods
1749
+ - Eastern Spruce: Eastern Spruce
1750
+ - Eastern White Pine: Eastern White Pine
1751
+ - Eastern White Pine (North): Eastern White Pine (North)
1752
+ - Hem-Fir: Hem-Fir
1753
+ - Hem-Fir (North): Hem-Fir (North)
1754
+ - Mixed Maple: Mixed Maple
1755
+ - Mixed Oak: Mixed Oak
1756
+ - Mixed Southern Pine: Mixed Southern Pine
1757
+ - Mountain Hemlock: Mountain Hemlock
1758
+ - Northern Pine: Northern Pine
1759
+ - Northern Red Oak: Northern Red Oak
1760
+ - Northern Species: Northern Species
1761
+ - Northern White Cedar: Northern White Cedar
1762
+ - Ponderosa Pine: Ponderosa Pine
1763
+ - Red Maple: Red Maple
1764
+ - Red Oak: Red Oak
1765
+ - Red Pine: Red Pine
1766
+ - Redwood: Redwood
1767
+ - Sitka Spruce: Sitka Spruce
1768
+ - Southern Pine: Southern Pine
1769
+ - Spruce-Pine-Fir: Spruce-Pine-Fir
1770
+ - Scots Pine: Scots Pine
1771
+ - Spruce-Pine-Fir (South): Spruce-Pine-Fir (South)
1772
+ - Western Cedars: Western Cedars
1773
+ - Western Cedars (North): Western Cedars (North)
1774
+ - Western Hemlock: Western Hemlock
1775
+ - Western Hemlock (North): Western Hemlock (North)
1776
+ - Western White Pine: Western White Pine
1777
+ - Western Woods: Western Woods
1778
+ - White Oak: White Oak
1779
+ - Yellow Cedar: Yellow Cedar
1780
+ - Yellow Poplar: Yellow Poplar
1781
1781
 
1782
1782
  """
1783
1783
 
@@ -1854,12 +1854,12 @@ class HardwareFunction(StrEnum):
1854
1854
  """
1855
1855
  Hardware function.
1856
1856
 
1857
- - Lock: Locks, Keepers, and similar items that resist opening.
1858
- - Hinge: Hinges, Pivots, and similar items that secure glazing to the frame while it moves.
1859
- - Handle: Handles, knobs, and similar items for directly manipulating a window.
1860
- - Operator: Arms, Cranks, and other hardware that moves a window.
1861
- - Balance: Springs, Sash Balances, and other items that counter the weight of an operable sash.
1862
- - Other: Other hardware not described above.
1857
+ - Lock: Locks, Keepers, and similar items that resist opening.
1858
+ - Hinge: Hinges, Pivots, and similar items that secure glazing to the frame while it moves.
1859
+ - Handle: Handles, knobs, and similar items for directly manipulating a window.
1860
+ - Operator: Arms, Cranks, and other hardware that moves a window.
1861
+ - Balance: Springs, Sash Balances, and other items that counter the weight of an operable sash.
1862
+ - Other: Other hardware not described above.
1863
1863
 
1864
1864
  """
1865
1865
 
@@ -1875,18 +1875,18 @@ class AccessFlooringFinishMaterial(StrEnum):
1875
1875
  """
1876
1876
  Access flooring finish material.
1877
1877
 
1878
- - Linoleum: Linoleum
1879
- - Vinyl: Vinyl
1880
- - HPL: HPL
1881
- - Solid hardwood: Solid hardwood
1882
- - Engineered hardwood: Engineered hardwood
1883
- - Poured Terrazzo: Poured Terrazzo
1884
- - Epoxy Terrazzo: Epoxy Terrazzo
1885
- - Concrete Terrazzo: Concrete Terrazzo
1886
- - Rubber: Rubber
1887
- - Porcelain: Porcelain
1888
- - Other: Other
1889
- - None: None
1878
+ - Linoleum: Linoleum
1879
+ - Vinyl: Vinyl
1880
+ - HPL: HPL
1881
+ - Solid hardwood: Solid hardwood
1882
+ - Engineered hardwood: Engineered hardwood
1883
+ - Poured Terrazzo: Poured Terrazzo
1884
+ - Epoxy Terrazzo: Epoxy Terrazzo
1885
+ - Concrete Terrazzo: Concrete Terrazzo
1886
+ - Rubber: Rubber
1887
+ - Porcelain: Porcelain
1888
+ - Other: Other
1889
+ - None: None
1890
1890
 
1891
1891
  """
1892
1892
 
@@ -1908,12 +1908,12 @@ class AccessFlooringSeismicRating(StrEnum):
1908
1908
  """
1909
1909
  Access flooring seismic rating.
1910
1910
 
1911
- - Type 0: Type 0
1912
- - Type 1: Type 1
1913
- - Type 2: Type 2
1914
- - Type 3: Type 3
1915
- - Type 4: Type 4
1916
- - Type 5: Type 5
1911
+ - Type 0: Type 0
1912
+ - Type 1: Type 1
1913
+ - Type 2: Type 2
1914
+ - Type 3: Type 3
1915
+ - Type 4: Type 4
1916
+ - Type 5: Type 5
1917
1917
 
1918
1918
  """
1919
1919
 
@@ -1929,8 +1929,8 @@ class CarpetManufactureType(StrEnum):
1929
1929
  """
1930
1930
  Carpet manufacture type.
1931
1931
 
1932
- - Tufted: Tufted
1933
- - Needlefelt: Needlefelt
1932
+ - Tufted: Tufted
1933
+ - Needlefelt: Needlefelt
1934
1934
 
1935
1935
  """
1936
1936
 
@@ -1942,14 +1942,14 @@ class AdmixtureEffects(StrEnum):
1942
1942
  """
1943
1943
  Admixture effects.
1944
1944
 
1945
- - Air Entrainer: Air Entrainer
1946
- - Water Reducer: Water Reducer
1947
- - Retarding: Retarding
1948
- - Accelerating: Accelerating
1949
- - Superplasticizer: Superplasticizer
1950
- - Corrosion Inhibitor: Corrosion Inhibitor
1951
- - Shrinkage Control: Shrinkage Control
1952
- - Other: Other
1945
+ - Air Entrainer: Air Entrainer
1946
+ - Water Reducer: Water Reducer
1947
+ - Retarding: Retarding
1948
+ - Accelerating: Accelerating
1949
+ - Superplasticizer: Superplasticizer
1950
+ - Corrosion Inhibitor: Corrosion Inhibitor
1951
+ - Shrinkage Control: Shrinkage Control
1952
+ - Other: Other
1953
1953
 
1954
1954
  """
1955
1955
 
@@ -1967,16 +1967,16 @@ class TextilesFabricType(StrEnum):
1967
1967
  """
1968
1968
  Textiles fabric type.
1969
1969
 
1970
- - Leather: Leather
1971
- - Cotton: Cotton
1972
- - Wool: Wool
1973
- - Polyester: Polyester
1974
- - Acrylic: Acrylic
1975
- - Nylon: Nylon
1976
- - HMW Polymer: HMW Polymer
1977
- - Other Plant Fiber: Other Plant Fiber
1978
- - Mineral Fiber: Mineral Fiber
1979
- - Other Synthetic Fiber: Other Synthetic Fiber
1970
+ - Leather: Leather
1971
+ - Cotton: Cotton
1972
+ - Wool: Wool
1973
+ - Polyester: Polyester
1974
+ - Acrylic: Acrylic
1975
+ - Nylon: Nylon
1976
+ - HMW Polymer: HMW Polymer
1977
+ - Other Plant Fiber: Other Plant Fiber
1978
+ - Mineral Fiber: Mineral Fiber
1979
+ - Other Synthetic Fiber: Other Synthetic Fiber
1980
1980
 
1981
1981
  """
1982
1982
 
@@ -1996,8 +1996,8 @@ class GypsumFacing(StrEnum):
1996
1996
  """
1997
1997
  Gypsum facing.
1998
1998
 
1999
- - Paper: Paper
2000
- - Glass mat: Glass mat
1999
+ - Paper: Paper
2000
+ - Glass mat: Glass mat
2001
2001
 
2002
2002
  """
2003
2003
 
@@ -2009,15 +2009,15 @@ class InsulatingMaterial(StrEnum):
2009
2009
  """
2010
2010
  Insulating material.
2011
2011
 
2012
- - Mineral Wool: Mineral Wool
2013
- - Cellulose: Cellulose
2014
- - Fiberglass: Fiberglass
2015
- - XPS: XPS
2016
- - GPS: GPS
2017
- - Polyisocyanurate: Polyisocyanurate
2018
- - Expanded Polyethylene: Expanded Polyethylene
2019
- - EPS: EPS
2020
- - Other: Other
2012
+ - Mineral Wool: Mineral Wool
2013
+ - Cellulose: Cellulose
2014
+ - Fiberglass: Fiberglass
2015
+ - XPS: XPS
2016
+ - GPS: GPS
2017
+ - Polyisocyanurate: Polyisocyanurate
2018
+ - Expanded Polyethylene: Expanded Polyethylene
2019
+ - EPS: EPS
2020
+ - Other: Other
2021
2021
 
2022
2022
  """
2023
2023
 
@@ -2036,17 +2036,17 @@ class ThermalSeparation(StrEnum):
2036
2036
  """
2037
2037
  Thermal separation.
2038
2038
 
2039
- - Aluminium: Aluminium System members with less than 1.6 mm (0.062 in) or no separation between metal or system
2040
- members to provide a resistance heat transfer path from exterior to interior.
2041
- - Steel: Steel System members with less than 1.6 mm (0.062 in) or no separation between metal or system members to
2042
- provide a resistance heat transfer path from exterior to interior.
2043
- - Thermally Improved Metal: Metal System members with a separation ≥ 1.60 mm (0.062 in) provided by either a
2044
- thermal break or open air space that may be interrupted by short thermal bridges between the interior and
2045
- exterior surfaces.
2046
- - Thermally Broken Metal: Aluminium System members with a minimum of 5.30 mm (0.210 in) separation provided by
2047
- a thermal break.
2048
- - Nonmetal: Nonmetal material where the path from inside to outside inherently has low thermal conductivity,
2049
- such as wood, vinyl, and fiberglass. Aluminium-clad or split windows fall in this category.
2039
+ - Aluminium: Aluminium System members with less than 1.6 mm (0.062 in) or no separation between metal or system
2040
+ members to provide a resistance heat transfer path from exterior to interior.
2041
+ - Steel: Steel System members with less than 1.6 mm (0.062 in) or no separation between metal or system members to
2042
+ provide a resistance heat transfer path from exterior to interior.
2043
+ - Thermally Improved Metal: Metal System members with a separation ≥ 1.60 mm (0.062 in) provided by either a
2044
+ thermal break or open air space that may be interrupted by short thermal bridges between the interior and
2045
+ exterior surfaces.
2046
+ - Thermally Broken Metal: Aluminium System members with a minimum of 5.30 mm (0.210 in) separation provided by
2047
+ a thermal break.
2048
+ - Nonmetal: Nonmetal material where the path from inside to outside inherently has low thermal conductivity,
2049
+ such as wood, vinyl, and fiberglass. Aluminium-clad or split windows fall in this category.
2050
2050
 
2051
2051
  """
2052
2052
 
@@ -2061,14 +2061,14 @@ class CementScm(StrEnum):
2061
2061
  """
2062
2062
  Cement scm.
2063
2063
 
2064
- - ggbs: ggbs
2065
- - flyAsh: flyAsh
2066
- - natPoz: natPoz
2067
- - siFume: siFume
2068
- - gg45: gg45
2069
- - mk: mk
2070
- - CaCO3: CaCO3
2071
- - other: other
2064
+ - ggbs: ggbs
2065
+ - flyAsh: flyAsh
2066
+ - natPoz: natPoz
2067
+ - siFume: siFume
2068
+ - gg45: gg45
2069
+ - mk: mk
2070
+ - CaCO3: CaCO3
2071
+ - other: other
2072
2072
 
2073
2073
  """
2074
2074
 
@@ -2086,12 +2086,12 @@ class CementC1157(StrEnum):
2086
2086
  """
2087
2087
  CementC1157.
2088
2088
 
2089
- - GU: GU
2090
- - HE: HE
2091
- - MS: MS
2092
- - HS: HS
2093
- - MH: MH
2094
- - LH: LH
2089
+ - GU: GU
2090
+ - HE: HE
2091
+ - MS: MS
2092
+ - HS: HS
2093
+ - MH: MH
2094
+ - LH: LH
2095
2095
 
2096
2096
  """
2097
2097
 
@@ -2107,8 +2107,8 @@ class AhuAirflowControl(StrEnum):
2107
2107
  """
2108
2108
  Ahu airflow control.
2109
2109
 
2110
- - CAV: CAV
2111
- - VAV: VAV
2110
+ - CAV: CAV
2111
+ - VAV: VAV
2112
2112
 
2113
2113
  """
2114
2114
 
@@ -2120,8 +2120,8 @@ class CarpetFormFactor(StrEnum):
2120
2120
  """
2121
2121
  Carpet form factor.
2122
2122
 
2123
- - Tiles: Tiles
2124
- - Broadloom: Broadloom
2123
+ - Tiles: Tiles
2124
+ - Broadloom: Broadloom
2125
2125
 
2126
2126
  """
2127
2127
 
@@ -2133,15 +2133,15 @@ class CladdingInsulatingMaterial(StrEnum):
2133
2133
  """
2134
2134
  Cladding insulating material.
2135
2135
 
2136
- - No Insulation: No Insulation
2137
- - Mineral Wool: Mineral Wool
2138
- - Gypsum: Gypsum
2139
- - EPS: EPS
2140
- - XPS: XPS
2141
- - GPS: GPS
2142
- - Polyiso: Polyiso
2143
- - PE: PE
2144
- - Other: Other
2136
+ - No Insulation: No Insulation
2137
+ - Mineral Wool: Mineral Wool
2138
+ - Gypsum: Gypsum
2139
+ - EPS: EPS
2140
+ - XPS: XPS
2141
+ - GPS: GPS
2142
+ - Polyiso: Polyiso
2143
+ - PE: PE
2144
+ - Other: Other
2145
2145
 
2146
2146
  """
2147
2147
 
@@ -2160,9 +2160,9 @@ class SidingFormFactor(StrEnum):
2160
2160
  """
2161
2161
  Siding form factor.
2162
2162
 
2163
- - Lap: Lap
2164
- - Vertical: Vertical
2165
- - Shake & Shingle: Shake & Shingle
2163
+ - Lap: Lap
2164
+ - Vertical: Vertical
2165
+ - Shake & Shingle: Shake & Shingle
2166
2166
 
2167
2167
  """
2168
2168
 
@@ -2175,9 +2175,9 @@ class FloorBoxFloorMaterial(StrEnum):
2175
2175
  """
2176
2176
  Floor box floor material.
2177
2177
 
2178
- - Concrete: Concrete
2179
- - Wood: Wood
2180
- - Other: Other
2178
+ - Concrete: Concrete
2179
+ - Wood: Wood
2180
+ - Other: Other
2181
2181
 
2182
2182
  """
2183
2183
 
@@ -2190,23 +2190,23 @@ class AciExposureClass(EnumGroupingAware, StrEnum):
2190
2190
  """
2191
2191
  American Concrete Institute concrete exposure classes.
2192
2192
 
2193
- * `aci.F0` - Concrete not subjected to freezing-and-thawing cycles
2194
- * `aci.F1` - Concrete experiences freezing-and-thawing cycles with limited exposure to water
2195
- * `aci.F2` - Concrete exposed to freezing-and-thawing cycles with frequent exposure to water
2196
- * `aci.F3` - Concrete exposed to freezing-and-thawing cycles with continual exposure to water
2197
- and exposure to deicing chemicals
2198
- * `aci.S0` - Exposed to <150 ppm of SO4 in water and <0.1% SO4 in soil
2199
- * `aci.S1` - Exposed to <1500 ppm of SO4 in water and <0.2% SO4 in soil
2200
- * `aci.S2` - Exposed to <10000 ppm of SO4 in water and <2% SO4 in soil
2201
- * `aci.S3` - Exposed to >10000 ppm of SO4 in water or >2% SO4 in soil
2202
-
2203
- * `aci.C0` - Concrete dry or protected from moisture.
2204
- * `aci.C1` - Concrete in contact with moisture, but the external source of chloride does not reach it.
2205
- * `aci.C2` - Concrete subjected to moisture and an external source of chlorides such as deicing chemicals,
2206
- salt, brackish water, seawater, or spray from these sources.
2207
- * `aci.W0` - Concrete dry in service
2208
- * `aci.W1` - Concrete in contact with water, no requirement for low permeability
2209
- * `aci.W2` - Concrete in contact with water where low permeability is required
2193
+ * `aci.F0` - Concrete not subjected to freezing-and-thawing cycles
2194
+ * `aci.F1` - Concrete experiences freezing-and-thawing cycles with limited exposure to water
2195
+ * `aci.F2` - Concrete exposed to freezing-and-thawing cycles with frequent exposure to water
2196
+ * `aci.F3` - Concrete exposed to freezing-and-thawing cycles with continual exposure to water
2197
+ and exposure to deicing chemicals
2198
+ * `aci.S0` - Exposed to <150 ppm of SO4 in water and <0.1% SO4 in soil
2199
+ * `aci.S1` - Exposed to <1500 ppm of SO4 in water and <0.2% SO4 in soil
2200
+ * `aci.S2` - Exposed to <10000 ppm of SO4 in water and <2% SO4 in soil
2201
+ * `aci.S3` - Exposed to >10000 ppm of SO4 in water or >2% SO4 in soil
2202
+
2203
+ * `aci.C0` - Concrete dry or protected from moisture.
2204
+ * `aci.C1` - Concrete in contact with moisture, but the external source of chloride does not reach it.
2205
+ * `aci.C2` - Concrete subjected to moisture and an external source of chlorides such as deicing chemicals,
2206
+ salt, brackish water, seawater, or spray from these sources.
2207
+ * `aci.W0` - Concrete dry in service
2208
+ * `aci.W1` - Concrete in contact with water, no requirement for low permeability
2209
+ * `aci.W2` - Concrete in contact with water where low permeability is required
2210
2210
  """
2211
2211
 
2212
2212
  F0 = "aci.F0"
@@ -2239,51 +2239,51 @@ class CsaExposureClass(EnumGroupingAware, StrEnum):
2239
2239
  """
2240
2240
  Canadian Standard Association concrete exposure classes.
2241
2241
 
2242
- * `csa.C-XL` - Structurally reinforced concrete exposed to chlorides or other severe environment with or without
2243
- freezing and thawing conditions, with higher durability performance expectations than the C-1, A-1
2244
- or S-1 classes.
2245
-
2246
- * `csa.C-1` - Structurally reinforced concrete exposed to chlorides with or without freezing and thawing conditions.
2247
- Examples: bridge decks, parking decks and ramps, portions of marine structures located within the tidal
2248
- and splash zones, concrete exposed to seawater spray, and salt water pools.
2249
- * `csa.C-2` - Non-structurally reinforced (i.e. plain) concrete exposed to chlorides and freezing and thawing.
2250
- Examples: garage floors, porches, steps, pavements, sidewalks curbs and gutters.
2251
- * `csa.C-3` - Continuously submerged concrete exposed to chlorides but not to freezing and thawing.
2252
- Example: underwater portions of marine structures.
2253
- * `csa.C-4` - Non-structurally reinforced concrete exposed to chlorides but not to freezing and thawing.
2254
- Examples: underground parking slabs on grade.
2255
-
2256
- * `csa.F-1` - Concrete exposed to freezing and thawing in a saturated condition but not to chlorides.
2257
- Examples: pool decks, patios, tennis courts, freshwater pools and fresh water control structures.
2258
- * `csa.F-2` - Concrete in an unsaturated condition exposed to freezing and thawing but not to chlorides.
2259
- Examples: exterior walls and columns.
2260
-
2261
- * `csa.N` - Concrete not exposed to chlorides nor to freezing and thawing.
2262
- Examples: footings and interior slabs, walls and columns.
2263
-
2264
- * `csa.A-1` - Structurally reinforced concrete exposed to severe manure and/or silage gases, with or without
2265
- freeze-thaw exposure. Concrete exposed to the vapour above municipal sewage or industrial effluent,
2266
- where hydrogen sulphide gas may be generated.
2267
- Examples: reinforced beams, slabs, and columns over manure pits and silos, canals, and pig slats;
2268
- and access holes, enclosed chambers and pipes that are partially filled with effluents.
2269
- * `csa.A-2` - Structurally reinforced concrete exposed to moderate to severe manure and/or silage gases and liquids,
2270
- with or without freeze-thaw exposure.
2271
- Examples: reinforced walls in exterior manure tanks, silos and feed bunkers, and exterior slabs.
2272
- * `csa.A-3` - Structurally reinforced concrete exposed to moderate to severe manure and/or silage gases and liquids,
2273
- with or without freeze-thaw exposure in a continuously submerged condition. Concrete continuously
2274
- submerged in municipal or industrial effluents.
2275
- Examples: interior gutter walls, beams, slabs and columns; sewage pipes that are continuously full
2276
- (e.g. force mains); and submerged portions of sewage treatment structures.
2277
- * `csa.A-4` - Non-structurally reinforced concrete exposed to moderate manure and/or silage gases and liquids, without
2278
- freeze-thaw exposure.
2279
- Examples: interior slabs on grade.
2280
-
2281
- * `csa.S-1` - Concrete subjected to very severe sulphate exposures.
2282
- Exposed to >10000 ppm of SO4 in water or >2% SO4 in soil
2283
- * `csa.S-2` - Concrete subjected to severe sulphate exposure.
2284
- Exposed to <10000 ppm of SO4 in water and <2% SO4 in soil
2285
- * `csa.S-3` - Concrete subjected to moderate sulphate exposure.
2286
- Exposed to <1500 ppm of SO4 in water and <0.2% SO4 in soil
2242
+ * `csa.C-XL` - Structurally reinforced concrete exposed to chlorides or other severe environment with or without
2243
+ freezing and thawing conditions, with higher durability performance expectations than the C-1, A-1
2244
+ or S-1 classes.
2245
+
2246
+ * `csa.C-1` - Structurally reinforced concrete exposed to chlorides with or without freezing and thawing conditions.
2247
+ Examples: bridge decks, parking decks and ramps, portions of marine structures located within the tidal
2248
+ and splash zones, concrete exposed to seawater spray, and salt water pools.
2249
+ * `csa.C-2` - Non-structurally reinforced (i.e. plain) concrete exposed to chlorides and freezing and thawing.
2250
+ Examples: garage floors, porches, steps, pavements, sidewalks curbs and gutters.
2251
+ * `csa.C-3` - Continuously submerged concrete exposed to chlorides but not to freezing and thawing.
2252
+ Example: underwater portions of marine structures.
2253
+ * `csa.C-4` - Non-structurally reinforced concrete exposed to chlorides but not to freezing and thawing.
2254
+ Examples: underground parking slabs on grade.
2255
+
2256
+ * `csa.F-1` - Concrete exposed to freezing and thawing in a saturated condition but not to chlorides.
2257
+ Examples: pool decks, patios, tennis courts, freshwater pools and fresh water control structures.
2258
+ * `csa.F-2` - Concrete in an unsaturated condition exposed to freezing and thawing but not to chlorides.
2259
+ Examples: exterior walls and columns.
2260
+
2261
+ * `csa.N` - Concrete not exposed to chlorides nor to freezing and thawing.
2262
+ Examples: footings and interior slabs, walls and columns.
2263
+
2264
+ * `csa.A-1` - Structurally reinforced concrete exposed to severe manure and/or silage gases, with or without
2265
+ freeze-thaw exposure. Concrete exposed to the vapour above municipal sewage or industrial effluent,
2266
+ where hydrogen sulphide gas may be generated.
2267
+ Examples: reinforced beams, slabs, and columns over manure pits and silos, canals, and pig slats;
2268
+ and access holes, enclosed chambers and pipes that are partially filled with effluents.
2269
+ * `csa.A-2` - Structurally reinforced concrete exposed to moderate to severe manure and/or silage gases and liquids,
2270
+ with or without freeze-thaw exposure.
2271
+ Examples: reinforced walls in exterior manure tanks, silos and feed bunkers, and exterior slabs.
2272
+ * `csa.A-3` - Structurally reinforced concrete exposed to moderate to severe manure and/or silage gases and liquids,
2273
+ with or without freeze-thaw exposure in a continuously submerged condition. Concrete continuously
2274
+ submerged in municipal or industrial effluents.
2275
+ Examples: interior gutter walls, beams, slabs and columns; sewage pipes that are continuously full
2276
+ (e.g. force mains); and submerged portions of sewage treatment structures.
2277
+ * `csa.A-4` - Non-structurally reinforced concrete exposed to moderate manure and/or silage gases and liquids, without
2278
+ freeze-thaw exposure.
2279
+ Examples: interior slabs on grade.
2280
+
2281
+ * `csa.S-1` - Concrete subjected to very severe sulphate exposures.
2282
+ Exposed to >10000 ppm of SO4 in water or >2% SO4 in soil
2283
+ * `csa.S-2` - Concrete subjected to severe sulphate exposure.
2284
+ Exposed to <10000 ppm of SO4 in water and <2% SO4 in soil
2285
+ * `csa.S-3` - Concrete subjected to moderate sulphate exposure.
2286
+ Exposed to <1500 ppm of SO4 in water and <0.2% SO4 in soil
2287
2287
  """
2288
2288
 
2289
2289
  C_XL = "csa.C-XL"