What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Occurs Attribute

A combination of minOccurs and maxOccurs. This attribute creates exactly that number of the data element it is specified for. Internally Peach will treat this element as an array.

Examples

<Block name="OccursBlock" occurs="5">
  <String name="occurs" value="A"/>
</Block>

Will produce the output:

AAAAA