<xsd:element name="ScheduleValue">
<xsd:annotation>
<xsd:documentation>Value for one block of time. Divides a day evenly into number of ScheduleValue elements defined in DaySchedule. Example: If 12 ScheduleValue elements are defined, each will represent two hours</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="OutsideHighReset" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>Value of the outside drybulb temperature for when defining HVAC system lower supply reset temperature</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="OutsideLowReset" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>Value of the outside drybulb temperature for when defining HVAC system upper supply reset temperature</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="SupplyHighReset" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>Value of the upper supply air setpoint temperature for reset of cooling air or heating air temperature</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="SupplyLowReset" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>Value of the lower supply air setpoint temperature for reset of cooling air or heating air temperature</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element> |