From 86ffe7ec310dd10883fc501ca479de2c9f18cc2b Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Thu, 8 Aug 2019 14:21:02 -0600 Subject: [PATCH] percent leased by owner --- BuildingSync.xsd | 12 ++++++++++++ examples/LL87.xml | 1 + .../Add PercentLeasedByOwner to Building.md | 17 +++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 proposals/2019/Add PercentLeasedByOwner to Building.md diff --git a/BuildingSync.xsd b/BuildingSync.xsd index 3269da22..cec9ebe3 100644 --- a/BuildingSync.xsd +++ b/BuildingSync.xsd @@ -1154,6 +1154,18 @@ + + + The percentage of gross floor area that is leased by the owner of the premises and affiliates. (0-100) (%) + + + + + + + + + Number of facilities on the site. diff --git a/examples/LL87.xml b/examples/LL87.xml index 0e1dd405..fe0edc3d 100644 --- a/examples/LL87.xml +++ b/examples/LL87.xml @@ -45,6 +45,7 @@ 2011 + 15 Note diff --git a/proposals/2019/Add PercentLeasedByOwner to Building.md b/proposals/2019/Add PercentLeasedByOwner to Building.md new file mode 100644 index 00000000..188aaf22 --- /dev/null +++ b/proposals/2019/Add PercentLeasedByOwner to Building.md @@ -0,0 +1,17 @@ +# Building - Add PercentLeasedByOwner + +## Overview + +Standard 211 requests collection of the percent of building leased. + +## Justification + +Standard 211 needs a place for PercentLeasedByOwner + +## Implementation + +Add `//element(*,auc:SiteType)/auc:Buildings/auc:Building/auc:PercentLeasedByOwner` + +## References + +N/A