'm

Description

The node containing the action iteration information.

Attributes

NameTypeUseDefaultDescription
isCountableNMTOKENoptionalFalseIndicates whether this iteration should be included in the executive summary statistics
iterIDstringrequired The ID of the iteration.
rIDIDrequired The ID of the node.

Diagram

AIter Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Choice (Optional, unlimited elements allowed)Step Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Obj Element (Required, 1 element allowed)
Details Element (Required, 1 element allowed)
Time Element (Required, 1 element allowed)
Choice (Optional, up to 1 element(s) allowed)TimeTick Element (Required, 1 element allowed)
Choice (Optional, unlimited elements allowed)Step Element (Required, 1 element allowed)
HtmlStep Element (Required, 1 element allowed)
Doc Element (Required, 1 element allowed)
Action Element (Required, 1 element allowed)
Choice (Optional, up to 1 element(s) allowed)DataMapping Element (Required, 1 element allowed)
NodeArgs Element (Required, 1 element allowed)
HtmlStep Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)HTML Element (Required, 1 element allowed)
Choice (Optional, up to 1 element(s) allowed)TimeTick Element (Required, 1 element allowed)
Choice (Optional, unlimited elements allowed)Step Element (Required, 1 element allowed)
HtmlStep Element (Required, 1 element allowed)
Doc Element (Required, 1 element allowed)
Action Element (Required, 1 element allowed)
NodeArgs Element (Required, 1 element allowed)
Action Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)AName Element (Required, 1 element allowed)
AIter Element (Optional, unlimited elements allowed)
Choice (Optional, unlimited elements allowed)Step Element (Required, 1 element allowed)
HtmlStep Element (Required, 1 element allowed)
Action Element (Required, 1 element allowed)
Summary Element (Required, 1 element allowed)
ActionMaintenanceSummary Element (Optional, up to 1 element(s) allowed)
TestMaintenanceSummary Element (Optional, up to 1 element(s) allowed)
NodeArgs Element (Required, 1 element allowed)
Choice (Optional, up to 1 element(s) allowed)DataMapping Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Choice (Optional, unlimited elements allowed)DataMappedItem Element (Required, 1 element allowed)
Summary Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Param Element (Optional, unlimited elements allowed)
NodeArgs Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Disp Element (Required, 1 element allowed)
TopPane Element (Optional, up to 1 element(s) allowed)
BtmPane Element (Optional, up to 1 element(s) allowed)
ExtendedInfo Element (Optional, up to 1 element(s) allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AIter">
    <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>