complexType XmlCalendarEntriesType
diagram dac_wsdl_diagrams/dac_wsdl_p3.png
namespace http://api.dac.n2.tibco.com
children working-days working-day-exceptions
used by
element getCalendarEntriesResponse
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>

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