Loop Count  <loop_count> 

Implements a loop based on the value provided for this element.
This is an implicit counter which is incremented each time this handler is inspected, and will be processed on the first n times inspected (where n represents the value of this element). On the n+1 time inspected, this handler will not be processed and the counter will be reset to 0. The counter begins each transaction with a value of 0. For example, for n=2, this counter will be inspected 3 times: 0+1 and 1+1. On the third time, the counter will be 2+1=3, and the handler will not be processed.

Type:

  uint16Type

Default:

  none (only checked if provided, so always fall through)
RESTRICTIONS
[0-9]{1,4}
[0-5][0-9]{4}
6[0-4][0-9]{3}
65[0-4][0-9]{2}
655[0-2][0-9]
6553[0-5]
0x[0-9a-fA-F]{1,4}

PARENT ELEMENTS

Parent

Type

Smart Conditional <condition> SmartConditionalType