Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions BuildingSync.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4312,6 +4312,7 @@
<xs:restriction base="xs:string">
<xs:enumeration value="Improve data center efficiency"/>
<xs:enumeration value="Implement hot aisle hold aisle design"/>
<xs:enumeration value="Implement hot aisle cold aisle design"/>
<xs:enumeration value="Implement server virtualization"/>
<xs:enumeration value="Upgrade servers"/>
<xs:enumeration value="Clean and/or repair"/>
Expand Down
14 changes: 14 additions & 0 deletions proposals/2021/Fix Implement hot aisle cold aisle design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Fix Implement hot aisle cold aisle design

## Overview

This proposal is to fix the typo in enumeration `Implement hot aisle cold aisle design` under element `auc:DataCenterImprovements`.

## Justification

Currently in version 2.4, the enumeration is mistakenly written as `Implement hot aisle hold aisle design`. To avoid breaking change, we will add the correct enumeration in version 2.5 and delete the wrong one in version 3.0.

## Implementation
Add enumeration `Implement hot aisle cold aisle design` under element `auc:DataCenterImprovements`.

## References