Skip to content

Commit

Permalink
adding correct 'indoor water' enum for #74
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Jun 9, 2016
1 parent a4ae899 commit f6e8386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/HPXMLDataTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,8 @@
<xs:simpleType name="WaterType">
<xs:restriction base="xs:string">
<xs:enumeration value="indoor and outdoor water"/>
<xs:enumeration value="indoor water "/>
<xs:enumeration value="indoor water "/><!-- deprecated -->
<xs:enumeration value="indoor water"/>
<xs:enumeration value="outdoor water"/>
<xs:enumeration value="wastewater/sewer"/>
</xs:restriction>
Expand Down

0 comments on commit f6e8386

Please sign in to comment.