complexType XmlNewWorkingDayExceptionType
diagram dac_wsdl_diagrams/dac_wsdl_p730.png
namespace http://api.dac.n2.tibco.com
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>

attribute XmlNewWorkingDayExceptionType/@description
type xs:string
properties
use required
annotation
documentation
User friendly name for this exception, e.g. Summer Holiday.
source <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>

attribute XmlNewWorkingDayExceptionType/@all-day
type xs:boolean
properties
default false
annotation
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.
source <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>

attribute XmlNewWorkingDayExceptionType/@start
type xs:dateTime
properties
use required
annotation
documentation
Start date and time of this exception.
source <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>

attribute XmlNewWorkingDayExceptionType/@end
type xs:dateTime
properties
use required
annotation
documentation
End date and time of this exception.
source <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>

attribute XmlNewWorkingDayExceptionType/@free-busy
type XmlFreeBusyType
properties
use required
facets
Kind Value Annotation
enumeration FREE
enumeration BUSY
annotation
documentation
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" 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>

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