complexType XmlNewWorkingDayExceptionType
diagram dac_wsdl_diagrams/dac_wsdl_p6.png
namespace http://api.dac.n2.tibco.com
used by
element addWorkingDayExceptions/add-exceptions
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 exception definition for creating a new exception.
source <xs:complexType name="XmlNewWorkingDayExceptionType">
 
<xs:annotation>
   
<xs:documentation>Working day exception definition for creating a new exception.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="description" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>User friendly name for this exception, e.g. Summer Holiday.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="all-day" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs: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.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="start" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>Start date and time of this exception.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="end" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>End date and time of this exception.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="free-busy" type="XmlFreeBusyType" use="required">
   
<xs:annotation>
     
<xs:documentation>Enumeration of whether this exception is available working time (FREE) or unavailable working time (BUSY). The only supported value is BUSY.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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