Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds LeakinessDescription element to doors/windows/skylights #161

Merged
merged 1 commit into from
May 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -4125,6 +4127,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