| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="XmlNewWorkingDayExceptionType"> <xs:annotation> <xs:documentation>Working day exception definition for creating a new exception.</xs:documentation> </xs:annotation> <xs:attribute name="description" type="xs:string" use="required"> <xs:annotation> <xs:documentation>User friendly name for this exception, e.g. Summer Holiday.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="all-day" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Marker denoting if this exception lasts a full day. Note that this is represented for the benefit of the client only and is not correlated to the start or end time.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="start" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation>Start date and time of this exception.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="end" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation>End date and time of this exception.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="free-busy" type="XmlFreeBusyType" use="required"> <xs:annotation> <xs:documentation>Enumeration of whether this exception is available working time (FREE) or unavailable working time (BUSY). The only supported value is BUSY.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="description" type="xs:string" use="required"> <xs:annotation> <xs:documentation>User friendly name for this exception, e.g. Summer Holiday.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:boolean | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="all-day" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Marker denoting if this exception lasts a full day. Note that this is represented for the benefit of the client only and is not correlated to the start or end time.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:dateTime | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="start" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation>Start date and time of this exception.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:dateTime | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="end" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation>End date and time of this exception.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | XmlFreeBusyType | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:attribute name="free-busy" type="XmlFreeBusyType" use="required"> <xs:annotation> <xs:documentation>Enumeration of whether this exception is available working time (FREE) or unavailable working time (BUSY). The only supported value is BUSY.</xs:documentation> </xs:annotation> </xs:attribute> |