element addWorkingDayExceptions
diagram dac_calendar_diagrams/dac_calendar_p1.png
namespace http://calendar.api.dac.n2.tibco.com
properties
content complex
children add-exceptions
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  XmlGuidType  required      
documentation
ID of the owning entity of the working time information to be added.
annotation
documentation
Request element for addWorkingDayExceptions operation.
source <xs:element name="addWorkingDayExceptions">
 
<xs:annotation>
   
<xs:documentation>Request element for addWorkingDayExceptions operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="add-exceptions" type="dac:XmlNewWorkingDayExceptionType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Working day exceptions to be added.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="guid" type="dac:XmlGuidType" use="required">
     
<xs:annotation>
       
<xs:documentation>ID of the owning entity of the working time information to be added.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute addWorkingDayExceptions/@guid
type XmlGuidType
properties
use required
annotation
documentation
ID of the owning entity of the working time information to be added.
source <xs:attribute name="guid" type="dac:XmlGuidType" use="required">
 
<xs:annotation>
   
<xs:documentation>ID of the owning entity of the working time information to be added.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element addWorkingDayExceptions/add-exceptions
diagram dac_calendar_diagrams/dac_calendar_p2.png
type XmlNewWorkingDayExceptionType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
description  xs:string  required      
documentation
User friendly name for this exception, e.g. Summer Holiday.
all-day  xs:boolean    false    
documentation
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  required      
documentation
Start date and time of this exception.
end  xs:dateTime  required      
documentation
End date and time of this exception.
free-busy  XmlFreeBusyType  required      
documentation
Enumeration of whether this exception is available working time (FREE) or unavailable working time (BUSY). The only supported value is BUSY.
annotation
documentation
Working day exceptions to be added.
source <xs:element name="add-exceptions" type="dac:XmlNewWorkingDayExceptionType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Working day exceptions to be added.</xs:documentation>
 
</xs:annotation>
</xs:element>


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