-
Notifications
You must be signed in to change notification settings - Fork 5
/
GreenBuildingXML_Ver5.12.xsd
6576 lines (6564 loc) · 280 KB
/
GreenBuildingXML_Ver5.12.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2013 (x64) (http://www.altova.com) by Stephen Roth (private) -->
<xsd:schema xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.gbxml.org/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://www.gbxml.org/schema" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="5.12" xsi:schemaLocation="http://www.gbxml.org/schema file:///F:/Temp/GreenBuildingXML_Ver5.12.xsd">
<xsd:annotation>
<xsd:documentation>gbXML version 5.12 - maintained by gbXML.org.</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>Change Log:
5.12
8/2014
1. Added "ExposedFloor" enumeration to surfaceTypeEnum
2. Surface element attribute constructionIdRef is a required attribute.
3. Surface element child AdjacentSpaceId, minimum 1, maximum 2 (meaning it is a required field)
4. Space element Area child - min 1, max 1 (is a required field)
5. Space element Volume child - min 1, max 1 (is a required field)
6. Added "CubicMPerHourPerSquareM" enumeration to flowPerAreaUnitEnum
7. At element FlowControl, added new element “RecircFlow” with unit attribute and flowUnitEnum
8. Added "ActivityLevel" enumeration to scheduleTypeEnum
9. Added "Custom" enumeration to dayTypeEnum
10. At element FlowControl, added new element “RecircFlow” with unit attribute and flowUnitEnum
11. At element TemperatureControl added existing element ResetTemperature as an optional child, with unit attribute of temperatureUnitEnum
12. Added new attribute “resetSchedIDRef” to ResetTemperature element
13. Added “Scheduled” enumeration to resetTemperatureTypeEnum
14. Added “ResetTemp" enumeration to scheduleTypeEnum
15. Added optional attributes to ScheduleValue: OutsideHighReset, OutsideLowReset, SupplyHighReset, SupplyLowReset
16. Added optional attribute to Zone element: fanTempSchedIdRef
17. Added "Fraction" enumeration to flowUnitEnum
18. Added "TwoWayValve" and "ThreeWayValve" enumerations to hydronicEquipTypeEnum
19. Added existing element "DesignCoolT" to element "HydronicLoop"
5.11
11/2013
1. Made ZipcodeOrPostalCode element under Location element required field.
2. Made Name and HolidayDate elements under HolidaysModeled element required fields
5.10
10/2012
1. Added new element: ProjectEntity under ProgramInfo and it contains three new elements Filename, URI, and GUID.
2. Added new element: Filename for storing filenames of project files that created or modified the gbXML file.
3. Added new element: URI for storing location of filename or project that created or modified the gbXML file.
4. Added new element: GUID for storing unique ids for models, projects, simulations, and files that created or modified the gbXML file. GUID also has entity attribute that uses entityType enumeration.
5. Added new enumeration: entityType which has four values, Model, File, Project, Run.
6. Added programId attribute to the following elements; LightPowerPerArea, EquipPowerPerArea, InfiltrationFlow, PeopleNumber, PeopleHeatGain, Temperature, PeakDomesticHotWaterFlow, Weather, Schedule, IntEquip, ExtEquip, OAFlowPerPerson, OAFlowPerArea, DesignHeatT, DesignCoolT, Construction, HydronicLoop, HydronicLoopEquipment, AirLoop, AirLoopEquipment, LightingSystem, LightingControl, Lighting, WindowType, Vegetation, Weather, Meter, Transportation, Zone, ShadeControl, AltEnergySource, FlowPerArea, FlowPerPerson, and Flow.
7. Added Lux and Phot to illuminanceUnitEnum.
8. Added Damper, Boiler, Chiller to controlTypeEnum.
9. Added unit attribute using temperatureUnitEnum to DesignTemp, MinTemp, and MaxTemp.
10. Added unit attribute using flowUnitEnum to DesignFlow, MaximumFlow, and MinimumFlow.
11. Added LPM to flowUnitEnum.
12. Added primaryLoopId attribute to HydronicLoop.
13. Added Location element to Weather element.
14. Remove City, Country, StateorProvince elements from Weather element as Location element superceeds it.
15. Added Modeled to stationTypeEnumeration.
16. Added DataCenter to buildingTypeEnum.
17. Added ServerRoom to spaceTypeEnum.
18. Remove CADModelId from CreatedBy element as ProgramInfo and ProjectEntites superceeds it.
19. Changed minOccurs value to 4 for Surface sub-element of Campus main element
20. Changed minOccurs value to 0 for Surface main element
21. Updated the versionEnum with the latest gbXML version numbers
22. Updated the surfaceTypeEnum annotations to better clarify the angle constraints
5.01
4/2012
1. Deleted "surfaceNormalConvention" element. No longer used.
2. Deleted "surfaceNormalEnum" enumeration. No longer used.
5.00
10/2011
1. Added new element: YearModeled. It consists of BeginDate, EndDate, and HolidaysModeled child elements.
2. Added new element: HolidaysModeled. It consists of Name, Description, and HolidayDate child elements.
3. Added new element: HolidayDate (type: date)
4. Added YearModeled child element to Campus element
5. Added 5 new enumeration items to the extEquipTypeEnum enumeration (Types of exterior equipment):
a. WindTurbine
b. Photovoltaic
c. CogenDiesel
d. CogenFuelCell
e. CogenGasTurbine
6. Added new element: HeatRejectedtoSpace with unitlessUnitEnum attribute
7. Added new element: Weight with attribute weightUnitEnum
8. Added Weight, HeatRejectedtoSpace child elements to IntEquip element
9. Added Weight child element to ExtEquip, airLoopEquip, HydronicEquip elements
10 Added new element: HeatRejectedtoSpace (type: decimal). Also added annotation explaining this element
11. Added HeatRejectedtoSpace child element to intEquip
12. Added Exhaust item to enumeration systemTypeEnum
13. Added new enumeration: resetTemperatureTypeEnum with 3 items: None, Automatic, OutdoorAirBased
14. Added new element: ResetTemperature with attributes: temperatureUnitEnum, resetTemperatureTypeEnum
15. Added ResetTemperature child element to AirLoopEquipment element
16. Updated the annotation of the AirLoopEquipment element to explain how they should be ordered in an AirLoop
17. Added new element: MotorInAirstream (type: boolean)
18. Added MotorInAirstream child element to AirLoopEquipment element
19. Added new element: Enthalpy with attribute enthalpyUnitEnum
20. Added new enumeration: enthalpyUnitEnum with 2 items: BTUPerLb and KJPerKg
21. Added Enthalpy child element to AirLoopEquipment element
22. Added 2 enumeration items to equipmentTypeEnum: EvaporativePreCooler, PreHeatCoil
23. Added 2 enumeration items to efficiencyTypeEnum: BTUPerHourPerF, kWPerC. Also, added annotation saying that this applies to StandByLoss for water heaters
24. Updated SolarHeatGainCoeff child element of Opening element so that it is unbounded (i.e. - many SHGC values for an Opening)
25. Updated AdjacentSpaceId annotation to better explain its use
26. Updated PolyLoop annotation to better explain its use
27. Added ProductName, Version, Platform elements (All of type: string)
28. Added AirChangesPerHour child element to Space element
29. Updated ShellGeometry annotation with clarification
30. Updated SpaceBoundary annotation with clarification
31. Added oppositeIdRef attribute (type: IDREF) to SpaceBoundary
32. Added SpaceBoundary child element to Building element along with annotation
33. Added new element: FamilyName (type: string)
34. Added FamilyName child element to Surface
35. Added new elements: Address1, Address2, City, State, ZipCode, Country, PhoneNumber (all of type: string)
36. Added Address1, Address2, City, State, ZipCode, Country, PhoneNumber child elements to PersonInfo element
37. Added ExtEquipId child element to both Construction and WindowType elements for purposes of modeling BIPV.
38. Added 2 enumeration items to powerTypeEnum: Diesel, Biogas
39. Added 1 enumeration item to powerUseTypeEnum: ElectricityGeneration
40. Added 2 enumeration items to tempTypeEnum: HighTempLockout, LowTempLockout
41. Added new enumeration: windSpeedEnum with 3 items: RatedWindSpeed, CutInWindSpeed, CutOutWindSpeed
42. Added new element: WindSpeed with attributes velocityUnitEnum, windSpeedEnum
43. Added WindSpeed child element to ExtEquip element
44. Added ResetTemperature child element to HydronicLoopEquipment element
45. Updated Equation element documentation to clarify dependent vs. independent variables
45. Updated IndependentVariable child element of Equation element to allow for infinite number of independent variables
46. Updated all instances of text "Dependent" and "Independent". It was misspelled.
47. Updated Performance element documentation to clarify that it can represent all types of performance metrics
0.37
12/08
Added version attribute to gbXML element.
Added the ability to have additional SolarHeatGainCoeff values for Openings and WindowTypes for different angles of incidence defined by a new attribute in the SolarHeatGainCoeff element.
Added the Photometry element to the LightingSystem element.
Added the CADModelID to the CreatedBy element to track the CAD/BIM model the gbXML was created from.
Added CoefficientOfUtilization element to Lighting element.
Added PhotometryOrientation element to Lighting element.
Added Radiator to hydronicEquipTypeEnum.
Added 25 additional systemTypeEnums.
0.36
02/08
Corrected buildingStoreyIdRef attribute in Space element.
Added HydronicLoopEquipmentId element to Space element.
Added airChangesSchedIdRef attribute to Zone element.
Add constraint to Surface element to have a minimum of four defined.
Corrected spelling error in PercentAreaDaylitControlled element in LightingControl element.
Added the following elements to allow USDA-FS to conduct urban/wildland interface fire modeling: BiomassDensity element to Vegetation element, WFTDTemp, WFTDRelHumidity, WFTDWindSpeed, WFTDWindDir, and WFTDPressure to Weather element, Fire to Material element and FireFace to Construction element.
Changed DocumentHistory/CreatedBy and DocumentHistory/ProgramInfo elements to be required.
0.35
8/06
Corrected spelling error in capacityTypeEnum.
Added SingleFamily to buildingTypeEnum.
Replaced sequence requirement with unbound choice.
0.34
8/19/03
Convert spaceTypeEnum facets to Pascal case and added DiningCafeteriaFastFood to buildingTypeEnum. Ensured all enumeration facets are in Pascal case.
6/25/03
Added CartesianPoint element to Results element.
Set minNumber for ZipcodeOrPostalCode element under the Location element to 1.
Set Campus element id attribute use to required.
Set Building element id attribute use to required.
Corrected Surface element id attribute use to required.
0.33
1/15/02
Added PolyLoop element to RectangularGeometry for describing polygons
Changed CartesianPoint element to allow only two Coordinate elements for describing flat geometry
Added PeakDomesticHotWaterFlow element to Building
Created PeakDomesticHotWaterFlow element
Moved simple type elements into complex type elements - easier to find correct element
Added enumeration to conditionTypeEnum
1/14/02
Made HydronicLoopId repeatable in AirLoopEquipment and HydronicLoopEquipment
Added Name and Description as optional elements to the Results element
1/10/02
Created heatGainTypeEnum enumeration and assigned it to the PeopleHeatGain element
Created PeopleHeatGain element and added it to the Space element
Removed TotalPeopleHeatGain and PeopleLatentHeatGain elements
Added systemType attribute to the AirLoop element, and added systemTypeEnum enumeration
Removed Lighting element from gbXML root element
Replaced LightId in Campus and Building elements with Lighting elements that refrence LightingSystem elements directly
Changed InfiltrationFlow/@type to optional
Added an optional HydronicLoop/@primaryLoopId attribute
0.32
12/12/01
Changed xsd:any namespace="##any" to ##other for GeneralGeometry and Meter elements
12/10/01
Removed gbXML/CreatorPersonInfo and gbXML/CreatorCadInfo
Created Surface/RectangularGeometry and Opening/RectangularGeometry and their children
Created gbXML/DocumentHistory and its children
Updated schema to version http://www.w3.org/2001/XMLSchema
Changed enumerations for spaceTypeEnum to remove spaces and slashes
Changed Results/@timeIncrement to type xsd:duration as required for the 2001 schema specification
0.31
8/1/01
Added HydronicLoopId to AirLoopEquipment element
7/26/01
Added Control element to equipment elements
Added FlowControl element to HydronicLoop element
Added PressureControl element to AirLoop element
Added TemperatureControl element to both loop elements
Added enumerations to tempTypeEnum
7/25/01
Added xmlns to schema element
Added conditioningTypeEnum
Changed enumerations for efficiencyTypeEnum
Changed enumerations for resourceTypeEnum
Added stadardsTypeEnum
Added DependentValue element
Added IndependentValue element
Removed XValue element
Removed YValue element
Added RefrigerantType to AirLoopEquipment element
Changed structure of Data element
Added attributes to DeltaP element
Added conditionType attribute to DeltaT element
Made Name and Description elements optional in the DependentVariable element
Added minValue and maxValue attributes to the DependentVariable element
Changed structure of the Efficiency element
Allowed up to 2 IndependentVariable elements in the Equation element
Added fluidType attribute to the HydronicLoop element
Changed structure of HydronicLoopEquipment element
Made Name in IndependentVariable element optional
Changed structure of MinFlow element
Added id attribute to the Performance element
Changed structure of PointData element
7/9/01
Added hydronicLoopType to HydronicLoopId
Added HydronicLoopId to HydronicLoopEquipment
7/3/01
Added ShadeControl to Opening
Added ShadeSchedule, SolarOnOpening, HorizontalSolar, AirTempature, ZoneCoolingLoad, and Glare to ShadeControl
Added attributes, enumerations, and documentation for these new elements
Removed frameIdRef, blindIdRef, GlazeId, GapId from Opening - they are redundant and already contained in WindowType
0.30
6/28/01
Changed Results element
Removed MaterialType - it did not add information
0.29
4/30/01
Added StreetAddress element to Building - removed Location.
Changed SIResults element to useSIUnitsForResults.
Made several attributes at the gbXML level required instead of defaulting to SI.
Campus/@buildingType removed - Building/@buildingType required.
Changed SpaceId element to AdjacentSpaceId.
Moved CADObjectId after PlanarGeometry in the Opening element.
Made PlanarGeometry/@id optional.
Removed shadeTypeEnum (no longer used).
4/27/01
Added annotation to several elements and attributes.
Added Enum to the end of enumerations to clarify distinction between 'type', meaning simple type (used for enumerations) and 'type', used in classifying an object (example: buildingType, surfaceType).
0.28
4/12/01
Added uValueUnit.
Made exposedToSun default = true.
4/10/01
Changed sequence of gbXML, Campus, Building, Surface, and Location children.
Added more of a description for Location.
Made Building/@id, Surface/@id optional.
Moved Surface to be child of Campus.
Added enumerations to conditionType.
Changed ShadingSurface element to ExposedToSun boolean attribute.
Renamed SpaceRef to SpaceId, @spaceRef to @spaceIdRef
Removed Name and Description from PlanarGeometry.
Added explicit right-hand-rule documentation to the PolyLoop element.
Constrained PolyLoop to at least 3 CartesianPoints.
Constrained CartesianPoint to exactly 3 Coordinates.
Added @lengthUnit, @areaUnit, @volumeUnit, and @temperatureUnit to the gbXML element.
Changed documentation for Latitude and Longitude.
4/6/01
Added targetNamespace.
Removed gbXML/@version.
Made gbXML/@id optional.
Removed GeoPraxisEAM from gbXML/@engine.
Renamed gbXML/SI to gbXML/SIResults and added documentation.
Removed @unit from Latitude and Longitude and made simple type - must be in decimal degrees.
Added global enumerations to be called out elsewhere.
0.27
2/13/01
Removed buildingType attribute from Space.
Added spaceType attribute to Space.
Changed FloorArea to Area.
Changed CADObjectIdRef attribute to CADObjectId element to allow for multiples.
Changed to surface-centric model.
Changed Geometry to PlanarGeometry, ShellGeometry, and GeneralGeometry
2/12/01
Changing from X3D elements to ifcXML elements.
Removed X3D element.
Placed in alphabetical order.
Seperated complex types from simple type elements.
Changed back to sequence type - all had unusable restrictions.
0.26
2/7/01
Replaced sequence types with type all.
Removed empty sequence elements.
</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>ACCA has given permission to gbxml authors to use this trademark ACCA and Manual J in the gbXML schema. Users of the gbXML schema are restricted from using the ACCA trademarks for any other purposes without express permission from ACCA.</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>"ASHRAE" is a registered service mark of the American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc. All rights reserved.</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>Enumerations</xsd:documentation>
</xsd:annotation>
<xsd:simpleType name="absorptanceUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="IntIR"/>
<xsd:enumeration value="IntSolar"/>
<xsd:enumeration value="IntVisible"/>
<xsd:enumeration value="IntTotal"/>
<xsd:enumeration value="ExtIR"/>
<xsd:enumeration value="ExtSolar"/>
<xsd:enumeration value="ExtVisible"/>
<xsd:enumeration value="ExtTotal"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="airTemperatureTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Outside"/>
<xsd:enumeration value="Zone"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="resetTemperatureTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="None"/>
<xsd:enumeration value="Automatic"/>
<xsd:enumeration value="OutdoorAirBased"/>
<xsd:enumeration value="Scheduled"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="areaUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="SquareKilometers"/>
<xsd:enumeration value="SquareMeters"/>
<xsd:enumeration value="SquareCentimeters"/>
<xsd:enumeration value="SquareMillimeters"/>
<xsd:enumeration value="SquareMiles"/>
<xsd:enumeration value="SquareYards"/>
<xsd:enumeration value="SquareFeet"/>
<xsd:enumeration value="SquareInches"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="blowerDoorUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="ACH"/>
<xsd:enumeration value="AirChangesPerHour"/>
<xsd:enumeration value="SquareFeet"/>
<xsd:enumeration value="SquareMeter"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="buildingTypeEnum">
<xsd:annotation>
<xsd:documentation>Use to specify the most predominant building use type.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="AutomotiveFacility"/>
<xsd:enumeration value="ConventionCenter"/>
<xsd:enumeration value="Courthouse"/>
<xsd:enumeration value="DataCenter"/>
<xsd:enumeration value="DiningBarLoungeOrLeisure"/>
<xsd:enumeration value="DiningCafeteriaFastFood"/>
<xsd:enumeration value="DiningFamily"/>
<xsd:enumeration value="Dormitory"/>
<xsd:enumeration value="ExerciseCenter"/>
<xsd:enumeration value="FireStation"/>
<xsd:enumeration value="Gymnasium"/>
<xsd:enumeration value="HospitalOrHealthcare"/>
<xsd:enumeration value="Hotel"/>
<xsd:enumeration value="Library"/>
<xsd:enumeration value="Manufacturing"/>
<xsd:enumeration value="Motel"/>
<xsd:enumeration value="MotionPictureTheatre"/>
<xsd:enumeration value="MultiFamily"/>
<xsd:enumeration value="Museum"/>
<xsd:enumeration value="Office"/>
<xsd:enumeration value="ParkingGarage"/>
<xsd:enumeration value="Penitentiary"/>
<xsd:enumeration value="PerformingArtsTheater"/>
<xsd:enumeration value="PoliceStation"/>
<xsd:enumeration value="PostOffice"/>
<xsd:enumeration value="ReligiousBuilding"/>
<xsd:enumeration value="Retail"/>
<xsd:enumeration value="SchoolOrUniversity"/>
<xsd:enumeration value="SingleFamily"/>
<xsd:enumeration value="SportsArena"/>
<xsd:enumeration value="TownHall"/>
<xsd:enumeration value="Transportation"/>
<xsd:enumeration value="Unknown">
<xsd:annotation>
<xsd:documentation>Enumeration value to be used when there is no building type information available.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Warehouse"/>
<xsd:enumeration value="Workshop"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="capacityTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Heating"/>
<xsd:enumeration value="CoolingTotal"/>
<xsd:enumeration value="CoolingSensible"/>
<xsd:enumeration value="CoolingLatent"/>
<xsd:enumeration value="CoolingSHR"/>
<xsd:enumeration value="Volume"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="capacityUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Tons"/>
<xsd:enumeration value="kW"/>
<xsd:enumeration value="BtuPerHour"/>
<xsd:enumeration value="kBtuPerHour"/>
<xsd:enumeration value="Gallons"/>
<xsd:enumeration value="Liters"/>
<xsd:enumeration value="CubicMeters"/>
<xsd:enumeration value="CubicFeet"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="conditioningUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="kBtu"/>
<xsd:enumeration value="Btu"/>
<xsd:enumeration value="kW"/>
<xsd:enumeration value="Tons"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="conditionTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Heated"/>
<xsd:enumeration value="Cooled"/>
<xsd:enumeration value="HeatedAndCooled"/>
<xsd:enumeration value="Unconditioned"/>
<xsd:enumeration value="Vented"/>
<xsd:enumeration value="NaturallyVentedOnly"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="conditioningTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Heating"/>
<xsd:enumeration value="Cooling"/>
<xsd:enumeration value="HeatingAndCooling"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="conductivityFofTUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="WPerMSquareK"/>
<xsd:enumeration value="BtuPerHourFtSquareF"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="conductivityUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="WPerCmC"/>
<xsd:enumeration value="WPerMeterK"/>
<xsd:enumeration value="BtuPerHourFtF"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="controlTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Boiler"/>
<xsd:enumeration value="Chiller"/>
<xsd:enumeration value="Damper"/>
<xsd:enumeration value="Fan"/>
<xsd:enumeration value="Pump"/>
<xsd:enumeration value="Valve"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="costTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="CO2"/>
<xsd:enumeration value="SOx"/>
<xsd:enumeration value="NOx"/>
<xsd:enumeration value="EmbodiedEnergyTransportation"/>
<xsd:enumeration value="EmbodiedEnergyManufacture"/>
<xsd:enumeration value="EmbodiedEnergyInstallation"/>
<xsd:enumeration value="EmbodiedEnergyTotal"/>
<xsd:enumeration value="PurchaseCost"/>
<xsd:enumeration value="DeliveryCost"/>
<xsd:enumeration value="FirstCost"/>
<xsd:enumeration value="MonthlyCost"/>
<xsd:enumeration value="AnnualCost"/>
<xsd:enumeration value="MaintenanceCost"/>
<xsd:enumeration value="OverhaulCost"/>
<xsd:enumeration value="InstallationCost"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="currencyTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="USDollars"/>
<xsd:enumeration value="CanadianDollars"/>
<xsd:enumeration value="Pesos"/>
<xsd:enumeration value="Euros"/>
<xsd:enumeration value="Yen"/>
<xsd:enumeration value="IndianRupee"/>
<xsd:enumeration value="Yuan"/>
<xsd:enumeration value="TaiwanDollar"/>
<xsd:enumeration value="EnglishPound"/>
<xsd:enumeration value="Mark"/>
<xsd:enumeration value="Franc"/>
<xsd:enumeration value="Ruble"/>
<xsd:enumeration value="Real"/>
<xsd:enumeration value="NewZealandDollar"/>
<xsd:enumeration value="AustralianDollar"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="dayTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Weekday"/>
<xsd:enumeration value="Weekend"/>
<xsd:enumeration value="Holiday"/>
<xsd:enumeration value="WeekendOrHoliday"/>
<xsd:enumeration value="HeatingDesignDay"/>
<xsd:enumeration value="CoolingDesignDay"/>
<xsd:enumeration value="Sun"/>
<xsd:enumeration value="Mon"/>
<xsd:enumeration value="Tue"/>
<xsd:enumeration value="Wed"/>
<xsd:enumeration value="Thu"/>
<xsd:enumeration value="Fri"/>
<xsd:enumeration value="Sat"/>
<xsd:enumeration value="Custom"/>
<xsd:enumeration value="All"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="deltaPUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="PSI"/>
<xsd:enumeration value="kPa"/>
<xsd:enumeration value="Atmospheres"/>
<xsd:enumeration value="InchesOfH2O"/>
<xsd:enumeration value="CentimetersOfH2O"/>
<xsd:enumeration value="InchesOfMercury"/>
<xsd:enumeration value="CentimetersOfMercury"/>
<xsd:enumeration value="MillimetersOfMercury"/>
<xsd:enumeration value="Pascals"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="densityUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="GramsPerCubicCm"/>
<xsd:enumeration value="LbsPerCubicIn"/>
<xsd:enumeration value="LbsPerCubicFt"/>
<xsd:enumeration value="KgPerCubicM"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="densityFofTUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="LbsPerCubicFtF"/>
<xsd:enumeration value="KgPerCubicMK"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="directionUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="DegreeDecimalFromNorth"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="enthalpyUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="BTUPerLb"/>
<xsd:enumeration value="KJPerKg"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="equipmentTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Fan"/>
<xsd:enumeration value="HeatExchanger"/>
<xsd:enumeration value="Coil"/>
<xsd:enumeration value="Furnace"/>
<xsd:enumeration value="Evaporative"/>
<xsd:enumeration value="Radiant"/>
<xsd:enumeration value="Economizer"/>
<xsd:enumeration value="Duct"/>
<xsd:enumeration value="Humidifier"/>
<xsd:enumeration value="Dehumidifier"/>
<xsd:enumeration value="UnitaryAC"/>
<xsd:enumeration value="UnitaryHP"/>
<xsd:enumeration value="SplitAC"/>
<xsd:enumeration value="SplitHP"/>
<xsd:enumeration value="TerminalUnit"/>
<xsd:enumeration value="Register"/>
<xsd:enumeration value="VAVBox"/>
<xsd:enumeration value="EvaporativePreCooler"/>
<xsd:enumeration value="PreheatCoil"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="efficiencyTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="COP">
<xsd:annotation>
<xsd:documentation>Coefficient of Performance</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EER">
<xsd:annotation>
<xsd:documentation>Energy Efficiency Ratio</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SEER">
<xsd:annotation>
<xsd:documentation>Seasonal Energy Efficiency Ratio</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AFUE">
<xsd:annotation>
<xsd:documentation>Annual Fuel Utilization Efficiency</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HSPF">
<xsd:annotation>
<xsd:documentation>Heating Seasonal Performance Factor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="effectiveness"/>
<xsd:enumeration value="EnergyFactor"/>
<xsd:enumeration value="ThermalEff">
<xsd:annotation>
<xsd:documentation>Thermal Efficiency</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MotorEff">
<xsd:annotation>
<xsd:documentation>Motor Efficiency</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FanEff">
<xsd:annotation>
<xsd:documentation>Fan Efficiency</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MechanicalEff">
<xsd:annotation>
<xsd:documentation>Mechanical Efficiency</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BoilerEff">
<xsd:annotation>
<xsd:documentation>Boiler Efficiency</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="kWPerTon"/>
<xsd:enumeration value="kWPerkW"/>
<xsd:enumeration value="BTUPerHourPerF"/>
<xsd:enumeration value="kWPerC"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="emissionUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="PoundsPerHour"/>
<xsd:enumeration value="KilogramsPerHour"/>
<xsd:enumeration value="GramsPerHour"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="emittanceTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="IntIR"/>
<xsd:enumeration value="ExtIR"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="energyUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="KilowattHours"/>
<xsd:enumeration value="Joules"/>
<xsd:enumeration value="BTU"/>
<xsd:enumeration value="Therms"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="entityTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="File"/>
<xsd:enumeration value="Model"/>
<xsd:enumeration value="Project"/>
<xsd:enumeration value="Run"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="extEquipTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Sprinkler"/>
<xsd:enumeration value="LawnMower"/>
<xsd:enumeration value="GeneralPlugload"/>
<xsd:enumeration value="Fountain"/>
<xsd:enumeration value="Refrigerator"/>
<xsd:enumeration value="Freezer"/>
<xsd:enumeration value="Pool"/>
<xsd:enumeration value="HotTub"/>
<xsd:enumeration value="Pump"/>
<xsd:enumeration value="Sauna"/>
<xsd:enumeration value="BatteryCharger"/>
<xsd:enumeration value="Furnace"/>
<xsd:enumeration value="IndustrialEquip"/>
<xsd:enumeration value="Irrigation"/>
<xsd:enumeration value="MiscEquip"/>
<xsd:enumeration value="Vending"/>
<xsd:enumeration value="Elevator"/>
<xsd:enumeration value="Escalator"/>
<xsd:enumeration value="WindTurbine"/>
<xsd:enumeration value="Photovoltaic"/>
<xsd:enumeration value="CogenDiesel"/>
<xsd:enumeration value="CogenFuelCell"/>
<xsd:enumeration value="CogenGasTurbine"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="floorCategoryEnum">
<xsd:annotation>
<xsd:documentation>Used with the floorCategory attribute.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="OverEnclosedCrawlSpaceOrBasement">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OverOpenCrawlSpaceOrGarage">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Basement">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SlabOnGrade">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="floorSlabPerimeterHeatLossCoefficientUnitTypeEnum">
<xsd:annotation>
<xsd:documentation>Used with the floorSlabPerimeterHeatLossCoefficientUnitType attribute.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="btuPerHourDegreeFPerLinearFoot">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="wattDegreeCPerLinearMeter">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="flowUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="CFM"/>
<xsd:enumeration value="CubicMPerHr"/>
<xsd:enumeration value="LPerSec"/>
<xsd:enumeration value="LPM"/>
<xsd:enumeration value="GPH"/>
<xsd:enumeration value="GPM"/>
<xsd:enumeration value="Fraction"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="flowPerAreaUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="CFMPerSquareFoot"/>
<xsd:enumeration value="LPerSecPerSquareM"/>
<xsd:enumeration value="CubicMPerSecPerSquareM"/>
<xsd:enumeration value="CubicMPerHourPerSquareM"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="fluidTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Water"/>
<xsd:enumeration value="Brine"/>
<xsd:enumeration value="Glycol"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="frameTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Wood"/>
<xsd:enumeration value="Vinyl"/>
<xsd:enumeration value="Aluminum"/>
<xsd:enumeration value="AluminumWithBreak"/>
<xsd:enumeration value="Insulated"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="fuelLoadUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="BtuPerHour"/>
<xsd:enumeration value="kBtuPerHour"/>
<xsd:enumeration value="MBtuPerHour"/>
<xsd:enumeration value="Watts"/>
<xsd:enumeration value="kW"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="gasTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Air"/>
<xsd:enumeration value="Argon"/>
<xsd:enumeration value="Krypton"/>
<xsd:enumeration value="CO2"/>
<xsd:enumeration value="SF6"/>
<xsd:enumeration value="Custom"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="hOutsideUnitTypeEnum">
<xsd:annotation>
<xsd:documentation>Used with the hOutsideUnitType attribute.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="BTUPerHourSquareFootDegreeF">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="WattsPerSecondSquareMeterDegreeC">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="hydronicEquipTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Chiller"/>
<xsd:enumeration value="CoolingTower"/>
<xsd:enumeration value="Condenser"/>
<xsd:enumeration value="Boiler"/>
<xsd:enumeration value="HeatExchanger"/>
<xsd:enumeration value="Pump"/>
<xsd:enumeration value="RadiantPanel"/>
<xsd:enumeration value="HotWaterHeater"/>
<xsd:enumeration value="SolarPanels"/>
<xsd:enumeration value="Earth"/>
<xsd:enumeration value="Pipe"/>
<xsd:enumeration value="Storage"/>
<xsd:enumeration value="Coil"/>
<xsd:enumeration value="Radiator"/>
<xsd:enumeration value="TwoWayValve"/>
<xsd:enumeration value="ThreeWayValve"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="illuminanceUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Footcandles"/>
<xsd:enumeration value="Lux"/>
<xsd:enumeration value="Phot"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="infiltrationTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Loose"/>
<xsd:enumeration value="Average"/>
<xsd:enumeration value="Tight"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="intEquipTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="GeneralPlugload"/>
<xsd:enumeration value="Computer"/>
<xsd:enumeration value="Copier"/>
<xsd:enumeration value="Refrigerator"/>
<xsd:enumeration value="Stove"/>
<xsd:enumeration value="Cooktop"/>
<xsd:enumeration value="Fryer"/>
<xsd:enumeration value="Freezer"/>
<xsd:enumeration value="ClothesDryer"/>
<xsd:enumeration value="ClothesWasher"/>
<xsd:enumeration value="Dishwasher"/>
<xsd:enumeration value="TV"/>
<xsd:enumeration value="VCR"/>
<xsd:enumeration value="Microwave"/>
<xsd:enumeration value="Fan"/>
<xsd:enumeration value="AudioEquip"/>
<xsd:enumeration value="MiscEquip"/>
<xsd:enumeration value="Toilet"/>
<xsd:enumeration value="Urinal"/>
<xsd:enumeration value="Shower"/>
<xsd:enumeration value="Sink"/>
<xsd:enumeration value="Pool"/>
<xsd:enumeration value="HotTub"/>
<xsd:enumeration value="Sauna"/>
<xsd:enumeration value="BatteryCharger"/>
<xsd:enumeration value="Furnace"/>
<xsd:enumeration value="IndustrialEquip"/>
<xsd:enumeration value="Printer"/>
<xsd:enumeration value="Vending"/>
<xsd:enumeration value="Elevator"/>
<xsd:enumeration value="Escalator"/>
<xsd:enumeration value="GeneralLaundryEquip"/>
<xsd:enumeration value="GeneralKitchenEquip"/>
<xsd:enumeration value="GeneralMedicalEquip"/>
<xsd:enumeration value="GeneralOfficeEquip"/>
<xsd:enumeration value="GeneralEntertainmentEquip"/>
<xsd:enumeration value="GeneralRefrigerationEquip"/>
<xsd:enumeration value="GeneralFitnessEquip"/>
<xsd:enumeration value="GeneralVideoEquip"/>
<xsd:enumeration value="GeneralToilet"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="inverseTempUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="PerK"/>
<xsd:enumeration value="PerF"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="lengthUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Kilometers"/>
<xsd:enumeration value="Meters"/>
<xsd:enumeration value="Centimeters"/>
<xsd:enumeration value="Millimeters"/>
<xsd:enumeration value="Miles"/>
<xsd:enumeration value="Yards"/>
<xsd:enumeration value="Feet"/>
<xsd:enumeration value="Inches"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="lifeUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Months"/>
<xsd:enumeration value="Years"/>
<xsd:enumeration value="Cycles"/>
<xsd:enumeration value="MillionCycles"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="lightControlTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Continuous"/>
<xsd:enumeration value="OnOff"/>
<xsd:enumeration value="Stepped2"/>
<xsd:enumeration value="Stepped3"/>
<xsd:enumeration value="Stepped4"/>
<xsd:enumeration value="Stepped5"/>
<xsd:enumeration value="Stepped6"/>
<xsd:enumeration value="Stepped7"/>
<xsd:enumeration value="Stepped8"/>
<xsd:enumeration value="Stepped9"/>
<xsd:enumeration value="Stepped10"/>
<xsd:enumeration value="Stepped11"/>
<xsd:enumeration value="Stepped12"/>
<xsd:enumeration value="Stepped13"/>
<xsd:enumeration value="Stepped14"/>
<xsd:enumeration value="Stepped15"/>
<xsd:enumeration value="Stepped16"/>
<xsd:enumeration value="Stepped17"/>
<xsd:enumeration value="Stepped18"/>
<xsd:enumeration value="Stepped19"/>
<xsd:enumeration value="Stepped20"/>
<xsd:enumeration value="ContinuousOff"/>
<xsd:enumeration value="MotionSensor"/>
<xsd:enumeration value="Photocell"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="loadUnitEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="BtuPerHour"/>
<xsd:enumeration value="Watt"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="loopTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="PrimaryChilledWater"/>
<xsd:enumeration value="SecondaryChilledWater"/>
<xsd:enumeration value="HotWater"/>
<xsd:enumeration value="CondenserWater"/>
<xsd:enumeration value="DomesticHotWater"/>
<xsd:enumeration value="WaterLoopHeatPump"/>
<xsd:enumeration value="TwoPipe"/>
<xsd:enumeration value="PotableWaterLoop"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="openingTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="FixedWindow">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 45° and 149.99° with a non-operable glazed opening in it. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OperableWindow">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 45° and 149.99° with a operable glazed opening in it. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FixedSkylight">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 0° and 44.99° with a non-operable glazed opening in it. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OperableSkylight">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 0° and 44.99° with a operable glazed opening in it. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SlidingDoor">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 45° and 149.99° with a sliding door in it. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NonSlidingDoor">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 45° and 149.99° with a non-sliding door in it. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Air">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 0° and 180° with nothing in it. </xsd:documentation>