From 1cb46cf8750ce6a6f37cbeb3924f054879edf065 Mon Sep 17 00:00:00 2001 From: Xiong Date: Thu, 6 May 2021 16:55:36 -0600 Subject: [PATCH] Deprecate MORE in eGRIDRegionCode See proposal --- BuildingSync.xsd | 1 - proposals/2021/Deprecate MORE in eGRIDRegionCode.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 proposals/2021/Deprecate MORE in eGRIDRegionCode.md diff --git a/BuildingSync.xsd b/BuildingSync.xsd index 56398f4a..c39a6513 100644 --- a/BuildingSync.xsd +++ b/BuildingSync.xsd @@ -17608,7 +17608,6 @@ - diff --git a/proposals/2021/Deprecate MORE in eGRIDRegionCode.md b/proposals/2021/Deprecate MORE in eGRIDRegionCode.md new file mode 100644 index 00000000..3674561b --- /dev/null +++ b/proposals/2021/Deprecate MORE in eGRIDRegionCode.md @@ -0,0 +1,11 @@ +# Deprecate MORE in eGRIDRegionCode + +## Overview + +This proposal is to deprecate the enumeration `MORE` under `eGRIDRegionCode` element. + +## Justification + +`MORE` should be `MROE`. This typo bug was raised in issue [#276](https://github.com/BuildingSync/schema/issues/276) and partially addressed in PR [#279](https://github.com/BuildingSync/schema/pull/279) by adding the correct enumeration. Removing `MORE` will fix the last piece of the problem. + +## References