List of year schedules that make up an entire calendar year.
Supported Attributes:
Attribute | Description |
---|---|
Id | This identification attribute is composed of the prefix schdl and the Name for the schedule separated by “-“. For example, 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("$"); |
Supported Children:
Element | Description |
---|---|
Name | This value is the Name property for the schedule. |
YearSchedule | The weekScheduleIdRef attribute in the contained WeekScheduleId element contains a reference to the specific week schedule. The BeginDate and EndDate will always be “yyyy-01-01” and “yyyy-12-31.” For example 2009-01-01 and 2009-12-31. |
Sample:
<Schedule id="schdl-Common_Office" type="Fraction">
<Name>Common Office Occupancy - 8 AM to 5 PM</Name>
<YearSchedule id="yr-schdl-Common_Office">
<BeginDate>2008-01-01</BeginDate>
<EndDate>2008-12-31</EndDate>
<WeekScheduleId weekScheduleIdRef="wk-schdl-Common_Office" />
</YearSchedule>
</Schedule>