diagram | |||||||||||||||
namespace | http://calendar.api.dac.n2.tibco.com | ||||||||||||||
properties |
|
||||||||||||||
children | working-day | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="updateWorkingDays"> <xs:annotation> <xs:documentation>Request element for updateWorkingDays operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="working-day" type="dac:XmlDayType" minOccurs="0" maxOccurs="7"> <xs:annotation> <xs:documentation>Working time defined per working day of the week.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="guid" type="dac:XmlGuidType" use="required"> <xs:annotation> <xs:documentation>ID of the owning entity of the working time information to be modified.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | XmlGuidType | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="guid" type="dac:XmlGuidType" use="required"> <xs:annotation> <xs:documentation>ID of the owning entity of the working time information to be modified.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||
type | XmlDayType | ||||||||||||||
properties |
|
||||||||||||||
children | time-slot | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="working-day" type="dac:XmlDayType" minOccurs="0" maxOccurs="7"> <xs:annotation> <xs:documentation>Working time defined per working day of the week.</xs:documentation> </xs:annotation> </xs:element> |