element updateWorkingDayExceptions
diagram dac_wsdl_diagrams/dac_wsdl_p718.png
namespace http://calendar.api.dac.n2.tibco.com
properties
content complex
children update-exceptions
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  XmlGuidType  required      
documentation
ID of the owning entity of the working time information to be modified.
annotation
documentation
Request element for updateWorkingDayExceptions operation.
source <xs:element name="updateWorkingDayExceptions">
 
<xs:annotation>
   
<xs:documentation>Request element for updateWorkingDayExceptions operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="update-exceptions" type="dac:XmlExistingWorkingDayExceptionType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>List of exceptions to be updated.</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 modified.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute updateWorkingDayExceptions/@guid
type XmlGuidType
properties
use required
annotation
documentation
ID of the owning entity of the working time information to be modified.
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 modified.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element updateWorkingDayExceptions/update-exceptions
diagram dac_wsdl_diagrams/dac_wsdl_p719.png
type XmlExistingWorkingDayExceptionType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  XmlGuidType  required      
documentation
ID of exception.
description  xs:string        
documentation
Optional user friendly name for this exception, e.g. Summer Holiday.
all-day  xs:boolean    false    
documentation
Optional 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        
documentation
Optional start date and time of this exception.
end  xs:dateTime        
documentation
Optional end date and time of this exception.
free-busy  XmlFreeBusyType        
documentation
Optional enumeration of whether this exception is available working time (FREE) or unavailable working time (BUSY). The only supported value is BUSY.
annotation
documentation
List of exceptions to be updated.
source <xs:element name="update-exceptions" type="dac:XmlExistingWorkingDayExceptionType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>List of exceptions to be updated.</xs:documentation>
 
</xs:annotation>
</xs:element>

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