IntervalAndPolicyAction Data Type

A pairing of an interval and associated action.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
action PolicyAction element 0/1 The policy action for this interval.
interval ExpiryIntervals element 0/1 The current interval.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<IntervalAndPolicyAction xsitype="...">
  <interval>...</interval>
  <action xsitype="...">
    <type>...</type>
  </action>
</IntervalAndPolicyAction>