Skip to content

Commit

Permalink
Merge pull request #161 from hpxmlwg/leakiness_description
Browse files Browse the repository at this point in the history
Adds LeakinessDescription element to doors/windows/skylights
  • Loading branch information
nmerket authored May 23, 2019
2 parents 61b1799 + 462de55 commit 339c436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/BaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,8 @@
type="xs:boolean"/>
<xs:element name="StormDoor" type="xs:boolean" minOccurs="0"/>
<xs:element name="RValue" type="RValue" minOccurs="0"/>
<xs:element minOccurs="0" name="LeakinessDescription"
type="BuildingLeakiness"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="ThirdPartyCertification"
type="DoorThirdPartyCertifications"/>
Expand Down Expand Up @@ -4148,6 +4150,7 @@ master meter with sub-metering = tenant sub-metered by building owner</xs:docume
<xs:documentation>Rigid opaque foam panels (permanently installed or not) or cellular shades that provide insulation. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="LeakinessDescription" type="BuildingLeakiness"/>
</xs:sequence>
</xs:group>
<xs:complexType name="AssociationsType">
Expand Down

0 comments on commit 339c436

Please sign in to comment.