diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlExistingRecurringExclusion | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | occurrence | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlRecurringExclusionDetail"> <xs:annotation> <xs:documentation>Definition for retrieving an existing Recurring Exclusion; along with the instances that fall within a given date-time period.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlExistingRecurringExclusion"> <xs:sequence> <xs:element name="occurrence" type="XmlRecurringInstance" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Gives the start and end date-time values of each occurrence of the recurring event that falls within the date period of the request.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||||||||||||||||
type | XmlRecurringInstance | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="occurrence" type="XmlRecurringInstance" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Gives the start and end date-time values of each occurrence of the recurring event that falls within the date period of the request.</xs:documentation> </xs:annotation> </xs:element> |