complexType XmlCalendarResponse
diagram dac_wsdl_diagrams/dac_wsdl_p600.png
namespace http://workcal.api.dac.n2.tibco.com
children base-calendar overlay-calendar
annotation
documentation
A generic request/response type used to pass details of one of the possible Calendar types.
source <xs:complexType name="XmlCalendarResponse">
 
<xs:annotation>
   
<xs:documentation>A generic request/response type used to pass details of one of the possible Calendar types.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="base-calendar" type="dac:XmlBaseCalendar" minOccurs="0" maxOccurs="1"/>
   
<xs:element name="overlay-calendar" type="dac:XmlOverlayCalendar" minOccurs="0" maxOccurs="1"/>
 
</xs:choice>
</xs:complexType>

element XmlCalendarResponse/base-calendar
diagram dac_wsdl_diagrams/dac_wsdl_p601.png
type XmlBaseCalendar
properties
minOcc 0
maxOcc 1
content complex
children reference working-days
attributes
Name  Type  Use  Default  Fixed  Annotation
calendar-type  XmlCalendarType  required      
documentation
Identifies the type of calendar being described by this element.
namespace  xs:string  optional      
documentation
Used to categorize, or group, named Calendars. Calendars sharing the same namespace must have unique names. A namespace of null is still considered a valid namespace.
name  xs:string  required      
documentation
The mandatory name of the calendar. This must be unique within the given namespace.
date-created  xs:dateTime  optional      
documentation
The UTC date/time on which this calendar was created.
date-modified  xs:dateTime  optional      
documentation
The UTC date/time on which this calendar was last updated.
version  XmlLockVersion    -1    
documentation
The version number used to detect concurrent updates to the same Calendar; also known as optimistic locking. When saving a new Calendar this value should be set to its default value (-1).
time-zone  XmlTimeZoneId  required      
documentation
Java API specified time-zone for this calendar.
min-hours  Hours    0    
documentation
The minimum number of hours remaining in a day for it to be considered a 'working day'.
source <xs:element name="base-calendar" type="dac:XmlBaseCalendar" minOccurs="0" maxOccurs="1"/>

element XmlCalendarResponse/overlay-calendar
diagram dac_wsdl_diagrams/dac_wsdl_p602.png
type XmlOverlayCalendar
properties
minOcc 0
maxOcc 1
content complex
children reference
attributes
Name  Type  Use  Default  Fixed  Annotation
calendar-type  XmlCalendarType  required      
documentation
Identifies the type of calendar being described by this element.
namespace  xs:string  optional      
documentation
Used to categorize, or group, named Calendars. Calendars sharing the same namespace must have unique names. A namespace of null is still considered a valid namespace.
name  xs:string  required      
documentation
The mandatory name of the calendar. This must be unique within the given namespace.
date-created  xs:dateTime  optional      
documentation
The UTC date/time on which this calendar was created.
date-modified  xs:dateTime  optional      
documentation
The UTC date/time on which this calendar was last updated.
version  XmlLockVersion    -1    
documentation
The version number used to detect concurrent updates to the same Calendar; also known as optimistic locking. When saving a new Calendar this value should be set to its default value (-1).
source <xs:element name="overlay-calendar" type="dac:XmlOverlayCalendar" minOccurs="0" maxOccurs="1"/>

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