complexType XmlRecurringExclusionDetail
diagram dac_workcal_diagrams/dac_workcal_p65.png
namespace http://basic.api.dac.n2.tibco.com
type extension of XmlExistingRecurringExclusion
properties
base XmlExistingRecurringExclusion
children occurrence
used by
element XmlCalendarEntries/recurring
attributes
Name  Type  Use  Default  Fixed  Annotation
description  xs:string  required      
documentation
User-friendly name for this exclusion, such as Summer Holiday.
all-day  xs:boolean    false    
documentation
Marker denoting if this exclusion 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  required      
documentation
Start date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
end  xs:dateTime  optional      
documentation
End date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
free-busy  XmlFreeBusyType  optional  BUSY    
documentation
Enumeration of whether this exclusion denotes available working time (FREE) or unavailable working time (BUSY).
duration  xs:duration  required      
documentation
How long each instance of the recurring exclusion lasts.
rrule  XmlRecurrenceRule  required      
documentation
The recurrence rule that defines how instance of the recurring exclusion are to be calculated.
guid  XmlGuidType  required      
documentation
ID of exclusion.
annotation
documentation
Definition for retrieving an existing Recurring Exclusion; along with the instances that fall within a given date-time period.
source <xs:complexType name="XmlRecurringExclusionDetail">
 
<xs:annotation>
   
<xs:documentation>Definition for retrieving an existing Recurring Exclusion; along with the instances that fall within a given date-time period.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlExistingRecurringExclusion">
     
<xs:sequence>
       
<xs:element name="occurrence" type="XmlRecurringInstance" minOccurs="1" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Gives the start and end date-time values of each occurrence of the recurring event that falls within the date period of the request.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element XmlRecurringExclusionDetail/occurrence
diagram dac_workcal_diagrams/dac_workcal_p66.png
type XmlRecurringInstance
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
start  xs:dateTime  required      
documentation
Start date-time of the recurring entry instance.
end  xs:dateTime  required      
documentation
End date-time of the recurring entry instance.
annotation
documentation
Gives the start and end date-time values of each occurrence of the recurring event that falls within the date period of the request.
source <xs:element name="occurrence" type="XmlRecurringInstance" minOccurs="1" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Gives the start and end date-time values of each occurrence of the recurring event that falls within the date period of the request.</xs:documentation>
 
</xs:annotation>
</xs:element>


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