diff --git a/BuildingSync.xsd b/BuildingSync.xsd index 3bbcdded..e3e577e9 100644 --- a/BuildingSync.xsd +++ b/BuildingSync.xsd @@ -618,6 +618,11 @@ + + + True if the building is a multi-tenant building. + + North American Industry Classification System (NAICS) code. diff --git a/proposals/2021/Add MultiTenant.md b/proposals/2021/Add MultiTenant.md new file mode 100644 index 00000000..b7132d9b --- /dev/null +++ b/proposals/2021/Add MultiTenant.md @@ -0,0 +1,54 @@ +# Add MultiTenant to Building + +## Overview + +This proposal is to add the `MultiTenant` element as a child element of `Building` element, with boolean options. + +## Justification + +True if the building is a multi-tenant building. + +## UDFs + +Currently this is conveyed in Audit Template via: +`/auc:BuildingSync/auc:Facilities/auc:Facility/auc:Sites/auc:Site/auc:Buildings/auc:Building/auc:UserDefinedFields/auc:UserDefinedField[auc:FieldName/text() = Multi Tenant]/auc:FieldValue`. +Our proposal is to add it under a `Building`. + +## Example + +```xml + + + + + True + + + + +``` + +## Implementation + +```xml + + + + + + A building is a single structure wholly or partially enclosed within exterior walls, or within exterior and abutment walls (party walls), and a roof, affording shelter to persons, animals, or property. A building can be two or more units held in the condominium form of ownership that are governed by the same board of managers. + + + + + + ... + + + True if the building is a multi-tenant building. + + + ... +``` + +## References \ No newline at end of file