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
<rangerValiditySchedule> <endTime>...</endTime> <recurrences> <schedule> <hour>...</hour> <dayOfMonth>...</dayOfMonth> <year>...</year> <month>...</month> <minute>...</minute> <dayOfWeek>...</dayOfWeek> </schedule> <interval> <minutes>...</minutes> <days>...</days> <hours>...</hours> </interval> </recurrences> <timeZone>...</timeZone> <startTime>...</startTime> </rangerValiditySchedule>