DIter Element
Description
The node containing the test or business component iteration information.
Namespace(none)
Diagram
NodeArgs ElementSummary ElementAction ElementStep ElementSequenceDIter Element
Overview
DIter
The node containing the test or business component iteration information.
rID requiredxs:ID
The ID of the node.
iterID requiredxs:string
The ID of the iteration.
Sequence
Step0..∞
The node containing general run session information.
Action1..∞
The action node.
Summaryoptional
The summary node.
NodeArgs
The node that includes information regarding the display.
Attributes
NameTypeUseDefaultFixedDescription
rIDxs:IDrequired  The ID of the node.
iterIDxs:stringrequired  The ID of the iteration.
Source
<xs:element name="DIter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The node containing the test or business component iteration information.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Step" minOccurs="0" maxOccurs="unbounded"   />
      <xs:element ref="Action" maxOccurs="unbounded"   />
      <xs:element ref="Summary" minOccurs="0"   />
      <xs:element ref="NodeArgs"   />
    </xs:sequence>
    <xs:attribute name="rID" type="xs:ID" use="required">
      <xs:annotation>
        <xs:documentation>The ID of the node.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="iterID" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The ID of the iteration.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also