diff --git a/BuildingSync.xsd b/BuildingSync.xsd index 4ce137ea..e702ef62 100644 --- a/BuildingSync.xsd +++ b/BuildingSync.xsd @@ -1109,28 +1109,16 @@ - - - ID number of the wall type associated with this side of the section. - - - - - - Exposed, above-grade, opaque wall area of this type. (ft2) - - - - - - - - - - - - - + + + + + + + + + + ID number of the window type associated with this side of the section. @@ -17520,4 +17508,26 @@ + + + ID number of the wall type associated with this side of the section. + + + + + + Exposed, above-grade, opaque wall area of this type. (ft2) + + + + + + + + + + + + + diff --git a/proposals/2020/Allow Multiple Walls for Side.md b/proposals/2020/Allow Multiple Walls for Side.md new file mode 100644 index 00000000..e1b121af --- /dev/null +++ b/proposals/2020/Allow Multiple Walls for Side.md @@ -0,0 +1,13 @@ +# Allow Multiple Walls for Side + +## Overview + +This proposal is to modify the `auc:Side` to allow an unbounded number of `auc:Wall` IDs to be referenced + +## Justification + +Currently you can only reference one wall ID for each `auc:Side`. This is an issue if a side of a building is composed of more than one wall type. + +## Implementation + +This proposal suggests the schema creates a choice between a single `auc:WallID` (how things currently are), or `auc:WallIDs` which contains an unbounded number of wall IDs. This is non-breaking and the former choice could be dropped in the next major release.