complexType XmlWorkingDay
diagram dac_wsdl_diagrams/dac_wsdl_p802.png
namespace http://basic.api.dac.n2.tibco.com
children time-slot
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>

attribute XmlWorkingDay/@day-of-week
type XmlDayName
properties
use required
facets
Kind Value Annotation
enumeration SU
enumeration MO
enumeration TU
enumeration WE
enumeration TH
enumeration FR
enumeration SA
annotation
documentation
Enumerated value of the short form of the day of the week.
source <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>

element XmlWorkingDay/time-slot
diagram dac_wsdl_diagrams/dac_wsdl_p803.png
type XmlTimeSlot
properties
minOcc 0
maxOcc 5
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
start  xs:time  required      
documentation
Start time.
end  xs:time  required      
documentation
End time.
annotation
documentation
Pairs of start and end times for the associated working day.
source <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>

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