CalendarData element

Type: calendarData
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <CalendarData> <calendarList> <calendar monday="..." tuesday="..." wednesday="..." thursday="..." friday="..." saturday="..." sunday="..." startDate="..." endDate="..."> <serviceId agency="..." id="..." /> </calendar> <calendar monday="..." tuesday="..." wednesday="..." thursday="..." friday="..." saturday="..." sunday="..." startDate="..." endDate="..."> <!--...--> </calendar> <!--...more "calendar" elements...--> </calendarList> <calendarDatesList> <calendarDate date="..." exceptionType="..." exception="..."> <serviceId agency="..." id="..." /> </calendarDate> <calendarDate date="..." exceptionType="..." exception="..."> <!--...--> </calendarDate> <!--...more "calendarDate" elements...--> </calendarDatesList> </CalendarData>