Class IterateModel

java.lang.Object
org.citrusframework.model.testcase.core.IterateModel

public class IterateModel extends Object

Java-Klasse für IterateActionType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.


 <complexType name="IterateActionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
         <group ref="{http://www.citrusframework.org/schema/testcase}actionGroup" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="condition" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="step" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>