WeekSchedule Element

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 wk-schdl and the Name for the schedule separated by “-“. For example, wk-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
Day The dayType attribute will always be All. The dayScheduleIdRef attribute contains a reference to the specific day schedule with the hourly values.

Sample:

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

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

</WeekSchedule>