complexType XmlCalendarEntriesType
diagram dac_wsdl_diagrams/dac_wsdl_p548.png
namespace http://api.dac.n2.tibco.com
children working-days working-day-exceptions
attributes
Name  Type  Use  Default  Fixed  Annotation
time-zone  XmlTimeZoneType  required      
documentation
Java API specified time zone for this calendar.
daylight-savings  XmlDaylightSavingsType  required      
documentation
Denotes if daylight savings is being being observed for the associated time zone for thie calendar.
annotation
documentation
Calendar and working time details for a given entity.
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>

attribute XmlCalendarEntriesType/@time-zone
type XmlTimeZoneType
properties
use required
annotation
documentation
Java API specified time zone for this calendar.
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>

attribute XmlCalendarEntriesType/@daylight-savings
type XmlDaylightSavingsType
properties
use required
annotation
documentation
Denotes if daylight savings is being being observed for the associated time zone for thie calendar.
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>

element XmlCalendarEntriesType/working-days
diagram dac_wsdl_diagrams/dac_wsdl_p549.png
type XmlDayType
properties
minOcc 0
maxOcc 7
content complex
children time-slot
attributes
Name  Type  Use  Default  Fixed  Annotation
day-of-week  XmlDayNameType  required      
documentation
Enumerated value of the short form of the day of the week.
annotation
documentation
Working time defined per working day of the week.
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>

element XmlCalendarEntriesType/working-day-exceptions
diagram dac_wsdl_diagrams/dac_wsdl_p550.png
type XmlExistingWorkingDayExceptionType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  XmlGuidType  required      
documentation
ID of exception.
description  xs:string        
documentation
Optional user friendly name for this exception, e.g. Summer Holiday.
all-day  xs:boolean    false    
documentation
Optional 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.
start  xs:dateTime        
documentation
Optional start date and time of this exception.
end  xs:dateTime        
documentation
Optional end date and time of this exception.
free-busy  XmlFreeBusyType        
documentation
Optional enumeration of whether this exception is available working time (FREE) or unavailable working time (BUSY). The only supported value is BUSY.
annotation
documentation
Exceptions to the working days.
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>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy