rangerTagForEval Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
attributes (custom) element 0/1  
matchType matchType element 0/1  
options (custom) element 0/1  
type string element 0/1  
validityPeriods list of rangerValiditySchedule element 0/unbounded  

Example

<rangerTagForEval>
  <attributes>...</attributes>
  <validityPeriods>
    <timeZone>...</timeZone>
    <startTime>...</startTime>
    <recurrences>
      <interval/>
      <schedule/>
    </recurrences>
    <endTime>...</endTime>
  </validityPeriods>
  <options>...</options>
  <type>...</type>
  <matchType>...</matchType>
</rangerTagForEval>