complexType XmlDayType
diagram dac_wsdl_diagrams/dac_wsdl_p551.png
namespace http://api.dac.n2.tibco.com
children time-slot
attributes
Name  Type  Use  Default  Fixed  Annotation
day-of-week  XmlDayNameType  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="XmlDayType">
 
<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="XmlTimeSlotType" 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="XmlDayNameType" 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 XmlDayType/@day-of-week
type XmlDayNameType
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="XmlDayNameType" 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 XmlDayType/time-slot
diagram dac_wsdl_diagrams/dac_wsdl_p552.png
type XmlTimeSlotType
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="XmlTimeSlotType" 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