| diagram | ![]() |
||||||||||||||||||||||
| namespace | http://api.dac.n2.tibco.com | ||||||||||||||||||||||
| children | working-days working-day-exceptions | ||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:complexType name="XmlCalendarEntriesType"> <xs:annotation> <xs:documentation>Calendar and working time details for a given entity.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="working-days" type="XmlDayType" minOccurs="0" maxOccurs="7"> <xs:annotation> <xs:documentation>Working time defined per working day of the week.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="working-day-exceptions" type="XmlExistingWorkingDayExceptionType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Exceptions to the working days.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="time-zone" type="XmlTimeZoneType" use="required"> <xs:annotation> <xs:documentation>Java API specified time zone for this calendar.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="daylight-savings" type="XmlDaylightSavingsType" use="required"> <xs:annotation> <xs:documentation>Denotes if daylight savings is being being observed for the associated time zone for thie calendar.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
| type | XmlTimeZoneType | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="time-zone" type="XmlTimeZoneType" use="required"> <xs:annotation> <xs:documentation>Java API specified time zone for this calendar.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | XmlDaylightSavingsType | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="daylight-savings" type="XmlDaylightSavingsType" use="required"> <xs:annotation> <xs:documentation>Denotes if daylight savings is being being observed for the associated time zone for thie calendar.</xs:documentation> </xs:annotation> </xs:attribute> |
| diagram | ![]() |
||||||||||||||
| type | XmlDayType | ||||||||||||||
| properties |
|
||||||||||||||
| children | time-slot | ||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:element name="working-days" type="XmlDayType" minOccurs="0" maxOccurs="7"> <xs:annotation> <xs:documentation>Working time defined per working day of the week.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | XmlExistingWorkingDayExceptionType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="working-day-exceptions" type="XmlExistingWorkingDayExceptionType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Exceptions to the working days.</xs:documentation> </xs:annotation> </xs:element> |