diagram | |||||||||||||||
namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||
children | time-slot | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |