rangerValidityRecurrence Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
interval validityInterval element 0/1  
schedule recurrenceSchedule element 0/1  

Example

<rangerValidityRecurrence>
  <interval>
    <days>...</days>
    <minutes>...</minutes>
    <hours>...</hours>
  </interval>
  <schedule>
    <dayOfWeek>...</dayOfWeek>
    <hour>...</hour>
    <dayOfMonth>...</dayOfMonth>
    <year>...</year>
    <month>...</month>
    <minute>...</minute>
  </schedule>
</rangerValidityRecurrence>