diagram | |||||||||||||||||||||||
namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="XmlRecurringInstance"> <xs:annotation> <xs:documentation>Used only to convey the start and end date-times covered by an instance of a recurring entry when retrieving Calendar Entries. The values will 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:dateTime" use="required"> <xs:annotation> <xs:documentation>Start date-time of the recurring entry instance.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="end" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation>End date-time of the recurring entry instance.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="start" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation>Start date-time of the recurring entry instance.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="end" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation>End date-time of the recurring entry instance.</xs:documentation> </xs:annotation> </xs:attribute> |