Skip to content

Commit

Permalink
adding HoursPerDay to PumpSpeed and deprecating the old one #11
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Dec 16, 2014
1 parent 1fb6db0 commit 51a14b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion schemas/BaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@
<xs:element minOccurs="0" name="HoursPerDay"
type="HoursPerDay">
<xs:annotation>
<xs:documentation>[hours] Number of hours per day a pool pump operates at a particular speed setting.</xs:documentation>
<xs:documentation>DEPRECATED - Please use PumpSpeed/HoursPerDay</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0"
Expand All @@ -1836,6 +1836,12 @@
<xs:documentation>[gal/min] The volume of water flowing through the filtration system in a given time, usually measured in gallons per minute (gpm) (ANSI/APSP/ICC-15 2011).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="HoursPerDay"
type="HoursPerDay">
<xs:annotation>
<xs:documentation>[hours] Number of hours per day a pool pump operates at a particular speed setting.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" ref="extension"/>
</xs:sequence>
</xs:complexType>
Expand Down

0 comments on commit 51a14b9

Please sign in to comment.