Skip to content

Commit

Permalink
Merge pull request #140 from BuildingSync/feature/percent-leased-by-o…
Browse files Browse the repository at this point in the history
…wner

Add Percent Leased by Owner to Building
  • Loading branch information
nllong authored Aug 8, 2019
2 parents f3eefa1 + 86ffe7e commit 042fc15
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions BuildingSync.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,18 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="PercentLeasedByOwner" minOccurs="0">
<xs:annotation>
<xs:documentation>The percentage of gross floor area that is leased by the owner of the premises and affiliates. (0-100) (%)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute ref="auc:Source"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="NumberOfFacilitiesOnSite" minOccurs="0">
<xs:annotation>
<xs:documentation>Number of facilities on the site.</xs:documentation>
Expand Down
1 change: 1 addition & 0 deletions examples/LL87.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
</FloorArea>
</FloorAreas>
<YearOfConstruction>2011</YearOfConstruction>
<PercentLeasedByOwner>15</PercentLeasedByOwner>
<UserDefinedFields>
<UserDefinedField>
<FieldName>Note</FieldName>
Expand Down
17 changes: 17 additions & 0 deletions proposals/2019/Add PercentLeasedByOwner to Building.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 042fc15

Please sign in to comment.