How to add your knowledge

DaySchedule Element

    Table of contents
    No headers
    • Revit MEP iconRevit MEP

    Set of day schedules all assigned to a unique particular period of the week using the day type attribute. Do not schedule conflicting day types to the same week schedule. If the “Export Defaults” under Energy Settings in Project Information is not checked, this element is not exported.

    Supported Attributes:

    Attribute Description
    Id This identification attribute is composed of the prefix dy-schdl and the Name for the schedule separated by “-“. For example, dy-schdl-Office_9_to_5. The id attribute must be unique within the file, so if needed a number is added to the end to avoid duplicate values. The attribute is formatted as a XML string (XSD:IDREF). Unwanted characters are filtered out or replaces with a “_”. The following special characters are filtered out: Period("."); Apostrophe("'"); Backslash("\"); Semicolon(";"); DollarSign("$");
    type Always Fraction

    Supported Children:

    Element Description
    ScheduleValue Value for one block of time. Divides a day evenly into 24 ScheduleValue elements defined in DaySchedule. Each value will represent one hour. These hourly values are collected from the Schedule Settings.

    Sample:

    <WeekSchedule id="wk-schdl-Common_Office" type="Fraction">

    <Day dayType="All" dayScheduleIdRef="dy-schdl-Common_Office" />

    </WeekSchedule>