Element |
Description |
Type |
Occurrences |
endDate |
End date (in DD/MM/YYYY format) of the recurrence schedule |
string |
1 |
frequency |
Frequency at which the schedule recurs |
string |
1 |
interval |
Recurrence interval |
integer |
1 |
noEndDate |
Indicates whether the recurrence schedule has an end date |
Boolean |
1 |
occurences |
Number of times the schedule recurs |
string |
1 |
startDate |
Date (in DD/MM/YYYY format) on which the recurrence schedule begins |
string |
1 |
<xs:complexType name="SoapRecurrence">
<xs:sequence>
<xs:element name="endDate" nillable="true" type="xs:string" />
<xs:element name="frequency" nillable="true" type="xs:string" />
<xs:element name="interval" type="xs:int" />
<xs:element name="noEndDate" type="xs:boolean" />
<xs:element name="occurences" nillable="true" type="xs:string" />
<xs:element name="startDate" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>