diagram | |||||||||||||||||||||||
namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="XmlTimeSlot"> <xs:annotation> <xs:documentation>Pairs of start and end times that define a working period in a day. The values should be time-zone neutral. That is, they should only expresses a value, but not the time-zone in which they applies. The time-zone will be implied from the Base Calendar to which it is applied.</xs:documentation> </xs:annotation> <xs:attribute name="start" type="xs:time" use="required"> <xs:annotation> <xs:documentation>Start time.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="end" type="xs:time" use="required"> <xs:annotation> <xs:documentation>End time.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:time | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="start" type="xs:time" use="required"> <xs:annotation> <xs:documentation>Start time.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:time | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="end" type="xs:time" use="required"> <xs:annotation> <xs:documentation>End time.</xs:documentation> </xs:annotation> </xs:attribute> |