ScheduleValue

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

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
OutsideHighReset xsd:decimal optional
Value of the outside drybulb temperature for when defining HVAC system lower supply reset temperature
OutsideLowReset xsd:decimal optional
Value of the outside drybulb temperature for when defining HVAC system upper supply reset temperature
SupplyHighReset xsd:decimal optional
Value of the upper supply air setpoint temperature for reset of cooling air or heating air temperature
SupplyLowReset xsd:decimal optional
Value of the lower supply air setpoint temperature for reset of cooling air or heating air temperature

Used By

Element DaySchedule

Source

<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>