diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlWorkCalendar | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | reference working-days | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlBaseCalendar" abstract="false"> <xs:annotation> <xs:documentation>Base Calendar carries a time-zone and defines the working week as well as working-day and recurring exclusions.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlWorkCalendar"> <xs:sequence> <xs:element name="working-days" type="XmlWorkingDay" minOccurs="0" maxOccurs="7"> <xs:annotation> <xs:documentation>Working time defined per working day of the week.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="time-zone" type="XmlTimeZoneId" use="required"> <xs:annotation> <xs:documentation>Java API specified time-zone for this calendar.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="min-hours" type="Hours" default="0"> <xs:annotation> <xs:documentation>The minimum number of hours remaining in a day for it to be considered a 'working day'.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | XmlTimeZoneId | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="time-zone" type="XmlTimeZoneId" use="required"> <xs:annotation> <xs:documentation>Java API specified time-zone for this calendar.</xs:documentation> </xs:annotation> </xs:attribute> |
type | Hours | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="min-hours" type="Hours" default="0"> <xs:annotation> <xs:documentation>The minimum number of hours remaining in a day for it to be considered a 'working day'.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||
type | XmlWorkingDay | ||||||||||||||
properties |
|
||||||||||||||
children | time-slot | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="working-days" type="XmlWorkingDay" minOccurs="0" maxOccurs="7"> <xs:annotation> <xs:documentation>Working time defined per working day of the week.</xs:documentation> </xs:annotation> </xs:element> |