Skip to content

Commit

Permalink
feat(schema): add OverallDoorToWallRatio to Building
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshpie committed Sep 24, 2020
1 parent 8182570 commit 5a65340
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BuildingSync.xsd
Expand Up @@ -778,6 +778,11 @@
<xs:documentation>Overall window to wall ratio of the facility. (0-1) (fraction)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OverallDoorToWallRatio" minOccurs="0" type="auc:BoundedDecimalZeroToOneWithSourceAttribute">
<xs:annotation>
<xs:documentation>Overall door to wall ratio of the facility. (0-1) (fraction)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HeightDistribution" minOccurs="0">
<xs:annotation>
<xs:documentation>Uniformity of building height.</xs:documentation>
Expand Down

0 comments on commit 5a65340

Please sign in to comment.