-
Notifications
You must be signed in to change notification settings - Fork 18
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
Green Building Verification from RESO #66
Changes from 3 commits
39d7cab
21b46ef
ac6ce51
7d1a607
ab8b855
8528baa
64b0275
a50eec2
1127d30
dfd07a4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1845,10 +1845,29 @@ | |
<xs:simpleType name="ProgramCertificate"> | ||
<xs:restriction base="xs:string"> | ||
<xs:enumeration value="Home Performance with Energy Star"/> | ||
<xs:enumeration value="Energy Star Certified"/> | ||
<xs:enumeration value="DOE Zero Energy Ready Home"/> | ||
<xs:enumeration value="LEED Certified"/> | ||
<xs:enumeration value="LEED Silver"/> | ||
<xs:enumeration value="LEED Gold"/> | ||
<xs:enumeration value="LEED Platinum"/> | ||
<xs:enumeration value="Indoor airPLUS"/> | ||
<xs:enumeration value="WaterSense"/> | ||
<xs:enumeration value="NGBS Single-Family Bronze"/> | ||
<xs:enumeration value="NGBS Single-Family Silver"/> | ||
<xs:enumeration value="NGBS Single-Family Gold"/> | ||
<xs:enumeration value="NGBS Single-Family Emerald"/> | ||
<xs:enumeration value="NGBS Multifamily Bronze"/> | ||
<xs:enumeration value="NGBS Multifamily Silver"/> | ||
<xs:enumeration value="NGBS Multifamily Gold"/> | ||
<xs:enumeration value="NGBS Multifamily Emerald"/> | ||
<xs:enumeration value="NGBS Remodeling Bronze"/> | ||
<xs:enumeration value="NGBS Remodeling Silver"/> | ||
<xs:enumeration value="NGBS Remodeling Gold"/> | ||
<xs:enumeration value="NGBS Remodeling Emerald"/> | ||
<xs:enumeration value="Enterprise Green Communities"/> | ||
<xs:enumeration value="Earthcraft"/> | ||
<xs:enumeration value="Environments for Living"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here are the new enumerations. |
||
<xs:enumeration value="other"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I added gold, silver, bronze, emerald to the appropriate NGBS certifications and removed the land development one because it doesn't seem to be relevant. |
||
</xs:restriction> | ||
</xs:simpleType> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And here.