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

Green Building Verification from RESO #66

Merged
merged 10 commits into from
Oct 23, 2019
19 changes: 19 additions & 0 deletions schemas/HPXMLDataTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here.

<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"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are the new enumerations.

<xs:enumeration value="other"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The 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>
Expand Down