complexType XmlNewWorkingDayExclusion
diagram dac_wsdl_diagrams/dac_wsdl_p840.png
namespace http://basic.api.dac.n2.tibco.com
type extension of XmlCalendarEntry
properties
base XmlCalendarEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
description  xs:string  required      
documentation
User-friendly name for this exclusion, such as Summer Holiday.
all-day  xs:boolean    false    
documentation
Marker denoting if this exclusion 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 exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
end  xs:dateTime  optional      
documentation
End date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
free-busy  XmlFreeBusyType  optional  BUSY    
documentation
Enumeration of whether this exclusion denotes available working time (FREE) or unavailable working time (BUSY).
annotation
documentation
Definition for creating a new Working Day exclusion.
source <xs:complexType name="XmlNewWorkingDayExclusion">
 
<xs:annotation>
   
<xs:documentation>Definition for creating a new Working Day exclusion.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlCalendarEntry">
     
<xs:attribute name="description" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>User-friendly name for this exclusion, such as 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 exclusion 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 exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="end" type="xs:dateTime" use="optional">
       
<xs:annotation>
         
<xs:documentation>End date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="free-busy" type="XmlFreeBusyType" use="optional" default="BUSY">
       
<xs:annotation>
         
<xs:documentation>Enumeration of whether this exclusion denotes available working time (FREE) or unavailable working time (BUSY).</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlNewWorkingDayExclusion/@description
type xs:string
properties
use required
annotation
documentation
User-friendly name for this exclusion, such as Summer Holiday.
source <xs:attribute name="description" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>User-friendly name for this exclusion, such as Summer Holiday.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlNewWorkingDayExclusion/@all-day
type xs:boolean
properties
default false
annotation
documentation
Marker denoting if this exclusion 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 exclusion 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 XmlNewWorkingDayExclusion/@start
type xs:dateTime
properties
use required
annotation
documentation
Start date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
source <xs:attribute name="start" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>Start date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlNewWorkingDayExclusion/@end
type xs:dateTime
properties
use optional
annotation
documentation
End date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
source <xs:attribute name="end" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>End date and time of this exclusion. This value should be time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlNewWorkingDayExclusion/@free-busy
type XmlFreeBusyType
properties
use optional
default BUSY
facets
Kind Value Annotation
enumeration FREE
enumeration BUSY
annotation
documentation
Enumeration of whether this exclusion denotes available working time (FREE) or unavailable working time (BUSY).
source <xs:attribute name="free-busy" type="XmlFreeBusyType" use="optional" default="BUSY">
 
<xs:annotation>
   
<xs:documentation>Enumeration of whether this exclusion denotes available working time (FREE) or unavailable working time (BUSY).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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