name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
endTime | string | element | 0/1 | ||
recurrences | list of rangerValidityRecurrence | element | 0/unbounded | ||
startTime | string | element | 0/1 | ||
timeZone | string | element | 0/1 |
Example
<r-----> <endTime>...</endTime> <timeZone>...</timeZone> <startTime>...</startTime> <recurrences> <schedule> <hour>...</hour> <dayOfWeek>...</dayOfWeek> <minute>...</minute> <month>...</month> <year>...</year> <dayOfMonth>...</dayOfMonth> </schedule> <interval/> </recurrences> </r----->