rangerValiditySchedule Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
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>
  <timeZone>...</timeZone>
  <startTime>...</startTime>
  <recurrences>
    <interval>
      <days>...</days>
      <minutes>...</minutes>
      <hours>...</hours>
    </interval>
    <schedule>
      <dayOfWeek>...</dayOfWeek>
      <hour>...</hour>
      <dayOfMonth>...</dayOfMonth>
      <year>...</year>
      <month>...</month>
      <minute>...</minute>
    </schedule>
  </recurrences>
  <endTime>...</endTime>
</rangerValiditySchedule>