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.
Supported Attributes:
| Attribute | Description | 
|---|---|
| Id | This identifier based on Name. | 
| type | Always Fraction | 
Supported Children:
| Element | Description | 
|---|---|
| Name | This value is collected from the Name parameter from the associative operation schedule Revit Element. | 
| Day | The dayType attribute will always be "All". The dayScheduleIdRef attribute contains a reference to the specific day schedule with the hourly values. | 
Sample:
<WeekScheduleid="wshc-commonofficeoccupancy-8amto5pm"scheduleType="Fraction">
<Name>Common Office Occupancy - 8 AM to 5 PM</Name>
<DaydayScheduleIdRef="dsch-commonofficeoccupancy-8amto5pm"dayType="All"/>
</WeekSchedule>