Skip to content

Add Air/WaterInfiltrationNotes to Air/WaterInfiltrationSystem #226

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

Merged
merged 3 commits into from
Sep 11, 2020
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions BuildingSync.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AirInfiltrationNotes" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Tightness" type="auc:Tightness" minOccurs="0">
<xs:annotation>
<xs:documentation>Description of the infiltration characteristics for an opaque surface, fenestration unit, a thermal zone.</xs:documentation>
Expand Down Expand Up @@ -308,6 +313,11 @@
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="WaterInfiltrationNotes" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Details about the the assessment. This might include methods used, criteria, evidence, or basis of evaluation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationsOfExteriorWaterIntrusionDamages" minOccurs="0">
<xs:complexType>
<xs:sequence>
Expand Down
16 changes: 16 additions & 0 deletions proposals/2020/Add Infiltration Notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Add Infiltration Notes

## Overview

This proposal is to add `auc:AirInfiltrationNotes` and `auc:WaterInfiltrationNotes` elements to meet SPC 211 Standard for Commercial Building Energy Audits requirements.

## Justification

SPC 211 Standard for Commercial Building Energy Audits section 6.2.1.2.e states
> Results of assessment of the enclosure’s overall tightness against air infiltration/exfiltration, coordinated with the assessment of building ventilation per Section 5.4.5.2(n), including a statement of the auditor’s methods used, criteria, evidence, and basis of evaluation (Assessment shall include an overall condition rating on a scale of 1 [poor = high infiltration/exfiltration] to 3 [excellent = tight, low infiltration/exfiltration].)

Currently there's no way for users to specify methods/criteria/evidence etc of the infiltration assessment. This new element addresses this need.

## Implementation

Add optional elements `auc:AirInfiltrationNotes` and `auc:WaterInfiltrationNotes` to `auc:AirInfiltrationSystem` and `auc:WaterInfiltrationSystem`, respectively.