Skip to content

Commit

Permalink
Merge pull request #78 from hpxmlwg/44_bath_fan_3rd_part_cert
Browse files Browse the repository at this point in the history
Adding VentilationFan third party enumeration
  • Loading branch information
nmerket committed Jun 8, 2016
2 parents 95b574f + e6ab047 commit 3e176e1
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -1165,6 +1165,9 @@
<xs:documentation>[W]</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="ThirdPartyCertification"
type="VentilationFanThirdPartyCertification"/>
<xs:element minOccurs="0" ref="extension"/>
</xs:sequence>
</xs:complexType>
Expand Down
7 changes: 7 additions & 0 deletions schemas/HPXMLDataTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,13 @@
<xs:enumeration value="CFMnat"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="VentilationFanThirdPartyCertification">
<xs:restriction base="xs:string">
<xs:enumeration value="Energy Star"/>
<xs:enumeration value="Home Ventilation Institute"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Recommendation">
<xs:restriction base="xs:string">
<xs:enumeration value="require"/>
Expand Down

0 comments on commit 3e176e1

Please sign in to comment.