AIter Element
Description
The node containing the action iteration information.
Namespace(none)
Diagram
NodeArgs ElementSummary ElementDataMapping ElementChoiceAction ElementHtmlStep ElementStep ElementChoiceSequenceAIter Element
Overview
AIter
The node containing the action iteration information.
rID requiredxs:ID
The ID of the node.
iterID requiredxs:string
The ID of the iteration.
isCountable optionalRestriction of xs:NMTOKEN
Indicates whether this iteration should be included in the executive summary statistics
Sequence
Choice 0..∞
Step
The node containing general run session information.
HtmlStep
The step that displays HTML in the Results window.
Action
The action node.
Choice optional
DataMapping
The node that includes information regarding the data mapping.
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.
isCountableRestriction of xs:NMTOKENoptionalFalse Indicates whether this iteration should be included in the executive summary statistics
Constraints
NameConstraint TypeSelectorFieldsDescription
AIterKey1Key.//Summary@sTime 
Source
<xs:element name="AIter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The node containing the action iteration information.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="Step"   />
        <xs:element ref="HtmlStep"   />
        <xs:element ref="Action"   />
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="1">
        <xs:element ref="DataMapping"   />
      </xs:choice>
      <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:attribute name="isCountable" use="optional" default="False">
      <xs:annotation>
        <xs:documentation>Indicates whether this iteration should be included in the executive summary statistics</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="False"   />
          <xs:enumeration value="True"   />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
  <xs:key name="AIterKey1">
    <xs:selector xpath=".//Summary"   />
    <xs:field xpath="@sTime"   />
  </xs:key>
</xs:element>
See Also