Skip to content

Commit 1d9e8a6

Browse files
authored
Merge pull request #252 from BuildingSync/develop
Release 2.2.0
2 parents 8b38784 + ba34ce7 commit 1d9e8a6

26 files changed

+40043
-5461
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea/
2+
.bundle
23
build
34
Gemfile.lock
45
gems
@@ -7,4 +8,5 @@ gems
78
.ruby-version
89
.python-version
910
BuildingSync.xpr
10-
schema_documentation.csv
11+
schema_documentation.csv
12+
geojson.xsd

BuildingSync.json

Lines changed: 25866 additions & 5274 deletions
Large diffs are not rendered by default.

BuildingSync.xsd

Lines changed: 372 additions & 151 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# BuildingSync
22

3+
## Version 2.2.0
4+
5+
BuildingSync Version 2.2.0 does not introduce any breaking changes. Version 2.2.0 adds new elements required for a complete audit report for ASHRAE Standard 211 Level 2. This version also introduces references to the [gbXML schema](https://www.gbxml.org/). See the [documentation here](docs/gbXML_reference.md) for more information about this integration with gbXML.
6+
7+
Note that some elements are beginning to be deprecated. To ensure future conformance to the schema, these elements should be updated to their alternative names:
8+
9+
| Element being deprecated | New element |
10+
|----------------|-------|
11+
| auc:HeatingSource/auc:OutputCapacity | auc:HeatingSource/auc:Capacity |
12+
| auc:Boiler/auc:OutputCapacity | auc:Boiler/auc:Capacity |
13+
| auc:DistrictHeating/auc:OutputCapacity | auc:DistrictHeating/auc:Capacity |
14+
| auc:SolarThermal/auc:OutputCapacity | auc:SolarThermal/auc:Capacity |
15+
16+
Date Range: 08/31/20 - 09/25/20
17+
18+
| Category | Count |
19+
|----------------|-------|
20+
| Controls | 0 |
21+
| General | 5 |
22+
| Measures | 1 |
23+
| Reports | 6 |
24+
| Systems | 9 |
25+
| Validation | 1 |
26+
| Other | 3 |
27+
| **Total** | 25 |
28+
29+
| Change Type | Count |
30+
|----------------|-------|
31+
| Breaking Change | 0 |
32+
| Non-breaking Change | 21 |
33+
34+
New Issues: 5 (#230, #233, #234, #235, #236)
35+
36+
Closed Issues: 1
37+
- Merged [#172]( https://github.com/BuildingSync/schema/issues/172 ), Promote UDF - PrincipalHVACType as part of Section.
38+
39+
Accepted Pull Requests: 25
40+
- Merged [#156]( https://github.com/BuildingSync/schema/pull/156 ), gbXML External Reference
41+
- Merged [#221]( https://github.com/BuildingSync/schema/pull/221 ), Release 2.2.0-pr1
42+
- Merged [#222]( https://github.com/BuildingSync/schema/pull/222 ), Add Operational enum to ScheduleCategories
43+
- Merged [#223]( https://github.com/BuildingSync/schema/pull/223 ), Add choice for multiple auc:WallIDs within auc:Side
44+
- Merged [#224]( https://github.com/BuildingSync/schema/pull/224 ), Add auc:NumberOfSides to auc:Section
45+
- Merged [#225]( https://github.com/BuildingSync/schema/pull/225 ), Add Air/WaterInfiltrationNotes to Air/WaterInfiltrationSystem
46+
- Merged [#226]( https://github.com/BuildingSync/schema/pull/226 ), Add Air/WaterInfiltrationNotes to Air/WaterInfiltrationSystem
47+
- Merged [#227]( https://github.com/BuildingSync/schema/pull/227 ), Add DeliveryCondition to Delivery
48+
- Merged [#228]( https://github.com/BuildingSync/schema/pull/228 ), Add None enum to ReheatSource
49+
- Merged [#229]( https://github.com/BuildingSync/schema/pull/229 ), Add None enum to AirSideEconomizerType
50+
- Merged [#231]( https://github.com/BuildingSync/schema/pull/231 ), Add choice for multiple auc:DoorIDs in auc:Side
51+
- Merged [#232]( https://github.com/BuildingSync/schema/pull/232 ), Add choice for multiple auc:WindowIDs in auc:Side
52+
- Merged [#237]( https://github.com/BuildingSync/schema/pull/237 ), Add Condition and Notes elements for auc:DomesticHotWaterSystem
53+
- Merged [#238]( https://github.com/BuildingSync/schema/pull/238 ), Add LightingAutomationSystem to Building and LightingSystem
54+
- Merged [#239]( https://github.com/BuildingSync/schema/pull/239 ), Add ConveyanceSystemCondition to ConveyanceSystem
55+
- Merged [#240]( https://github.com/BuildingSync/schema/pull/240 ), Add None enum to WaterSideEconomizerType
56+
- Merged [#241]( https://github.com/BuildingSync/schema/pull/241 ), Add capacity to condenser plant types
57+
- Merged [#242]( https://github.com/BuildingSync/schema/pull/242 ), Change OutputCapacity for HeatingSource and HeatingPlant types
58+
- Merged [#243]( https://github.com/BuildingSync/schema/pull/243 ), Add OverallDoorToWallRatio to Building
59+
- Merged [#244]( https://github.com/BuildingSync/schema/pull/244 ), Add EIA ID to Utility
60+
- Merged [#245]( https://github.com/BuildingSync/schema/pull/245 ), Add IntervalDuration and IntervalDurationUnits to TimeSeries
61+
- Merged [#246]( https://github.com/BuildingSync/schema/pull/246 ), Add PeakType to TimeSeries
62+
- Merged [#247]( https://github.com/BuildingSync/schema/pull/247 ), Add Load factor enum to ReadingType
63+
- Merged [#248]( https://github.com/BuildingSync/schema/pull/248 ), Add MeterID and ParentResourceUseID to ResourceUse
64+
- Merged [#250]( https://github.com/BuildingSync/schema/pull/250 ), Add NonquantifiableFactors to PackageOfMeasures
65+
366
## Version 2.2.0-pr1
467

568
BuildingSync Version 2.2.0-pr1 does not introduce any breaking changes. It introduces elements required for

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ and facilitating achievement of greater energy efficiency.
1111

1212
The schema is developed by a National Renewable Energy Laboratory
1313
(NREL) led working group. Working group participants included industry
14-
partners, national laboratories, and industry organizations.
15-
14+
partners, national laboratories, and industry organizations.

docs/DataDictionary.xlsx

262 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)