Schedule Element

List of year schedules that make up an entire calendar year.

Supported Attributes:

Attribute Description
Id The identifier based on Name.
type Always "Fraction".

Supported Children:

Element Description
Name This value is collected from the Name property for the corresponding operating schedule in Revit.
YearSchedule Elements that make up an entire calendar year. The BeginDate and EndDate specifies the period of the year the schedule applies to. The BeginDate and EndDate will be in the format "2023-MM-DD". The weekScheduleIdRef attribute in the contained WeekScheduleId element contains a reference to a specific week schedule.

Sample:

<Scheduleid="schd-commonofficeoccupancy-8amto5pm"type="Fraction">

<Name>Common Office Occupancy - 8 AM to 5 PM</Name>

<YearScheduleid="ysch-4">

<BeginDate>2023-01-01</BeginDate>

<EndDate>2023-06-24</EndDate>

<WeekScheduleIdweekScheduleIdRef="wshc-commonofficeoccupancy-8amto5pm"/>

</YearSchedule>

<YearScheduleid="ysch-5">

<BeginDate>2023-06-25</BeginDate>

<EndDate>2023-12-31</EndDate>

<WeekScheduleIdweekScheduleIdRef="wshc-hoteloccupancy-24hours"/>

</YearSchedule>

</Schedule>