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