complexType XmlBaseCalendar
diagram dac_wsdl_diagrams/dac_wsdl_p780.png
namespace http://basic.api.dac.n2.tibco.com
type extension of XmlWorkCalendar
properties
base XmlWorkCalendar
abstract false
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'.
annotation
documentation
Base Calendar carries a time-zone and defines the working week as well as working-day and recurring exclusions.
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>

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

attribute XmlBaseCalendar/@min-hours
type Hours
properties
default 0
facets
Kind Value Annotation
minInclusive 0
maxInclusive 24
annotation
documentation
The minimum number of hours remaining in a day for it to be considered a 'working day'.
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>

element XmlBaseCalendar/working-days
diagram dac_wsdl_diagrams/dac_wsdl_p781.png
type XmlWorkingDay
properties
minOcc 0
maxOcc 7
content complex
children time-slot
attributes
Name  Type  Use  Default  Fixed  Annotation
day-of-week  XmlDayName  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="XmlWorkingDay" minOccurs="0" maxOccurs="7">
 
<xs:annotation>
   
<xs:documentation>Working time defined per working day of the week.</xs:documentation>
 
</xs:annotation>
</xs:element>

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