complexType XmlExistingWorkingDayExceptionType
diagram dac_wsdl_diagrams/dac_wsdl_p553.png
namespace http://api.dac.n2.tibco.com
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
Working day exception definition for updating an existing exception.
source <xs:complexType name="XmlExistingWorkingDayExceptionType">
 
<xs:annotation>
   
<xs:documentation>Working day exception definition for updating an existing exception.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="guid" type="XmlGuidType" use="required">
   
<xs:annotation>
     
<xs:documentation>ID of exception.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="description" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Optional 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>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.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="start" type="xs:dateTime">
   
<xs:annotation>
     
<xs:documentation>Optional start date and time of this exception.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="end" type="xs:dateTime">
   
<xs:annotation>
     
<xs:documentation>Optional end date and time of this exception.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="free-busy" type="XmlFreeBusyType">
   
<xs:annotation>
     
<xs:documentation>Optional 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>

attribute XmlExistingWorkingDayExceptionType/@guid
type XmlGuidType
properties
use required
annotation
documentation
ID of exception.
source <xs:attribute name="guid" type="XmlGuidType" use="required">
 
<xs:annotation>
   
<xs:documentation>ID of exception.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExistingWorkingDayExceptionType/@description
type xs:string
annotation
documentation
Optional user friendly name for this exception, e.g. Summer Holiday.
source <xs:attribute name="description" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Optional user friendly name for this exception, e.g. Summer Holiday.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExistingWorkingDayExceptionType/@all-day
type xs:boolean
properties
default false
annotation
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.
source <xs:attribute name="all-day" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExistingWorkingDayExceptionType/@start
type xs:dateTime
annotation
documentation
Optional start date and time of this exception.
source <xs:attribute name="start" type="xs:dateTime">
 
<xs:annotation>
   
<xs:documentation>Optional start date and time of this exception.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExistingWorkingDayExceptionType/@end
type xs:dateTime
annotation
documentation
Optional end date and time of this exception.
source <xs:attribute name="end" type="xs:dateTime">
 
<xs:annotation>
   
<xs:documentation>Optional end date and time of this exception.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExistingWorkingDayExceptionType/@free-busy
type XmlFreeBusyType
facets
Kind Value Annotation
enumeration FREE
enumeration BUSY
annotation
documentation
Optional enumeration of whether this exception is available working time (FREE) or unavailable working time (BUSY). The only supported value is BUSY.
source <xs:attribute name="free-busy" type="XmlFreeBusyType">
 
<xs:annotation>
   
<xs:documentation>Optional 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>

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