complexType XmlWorkingDay
diagram dac_wsdl_diagrams/dac_wsdl_p44.png
namespace http://basic.api.dac.n2.tibco.com
children time-slot
used by
element XmlBaseCalendar/working-days
attributes
Name  Type  Use  Default  Fixed  Annotation
day-of-week  XmlDayName  required      
documentation
Enumerated value of the short form of the day of the week.
annotation
documentation
Working Day definition with pairs of start and end working times.
source <xs:complexType name="XmlWorkingDay">
 
<xs:annotation>
   
<xs:documentation>Working Day definition with pairs of start and end working times.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="time-slot" type="XmlTimeSlot" minOccurs="0" maxOccurs="5">
     
<xs:annotation>
       
<xs:documentation>Pairs of start and end times for the associated working day.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="day-of-week" type="XmlDayName" use="required">
   
<xs:annotation>
     
<xs:documentation>Enumerated value of the short form of the day of the week.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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