diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlNewWorkingDayExclusion | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlNewRecurringExclusion"> <xs:annotation> <xs:documentation>Definition for creating a new, Recurring exclusion.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlNewWorkingDayExclusion"> <xs:attribute name="duration" type="xs:duration" use="required"> <xs:annotation> <xs:documentation>How long each instance of the recurring exclusion lasts.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="rrule" type="XmlRecurrenceRule" use="required"> <xs:annotation> <xs:documentation>The recurrence rule that defines how instance of the recurring exclusion are to be calculated.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:duration | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="duration" type="xs:duration" use="required"> <xs:annotation> <xs:documentation>How long each instance of the recurring exclusion lasts.</xs:documentation> </xs:annotation> </xs:attribute> |
type | XmlRecurrenceRule | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="rrule" type="XmlRecurrenceRule" use="required"> <xs:annotation> <xs:documentation>The recurrence rule that defines how instance of the recurring exclusion are to be calculated.</xs:documentation> </xs:annotation> </xs:attribute> |