Action Element
Description
The action node.
Namespace(none)
Diagram
NodeArgs ElementTestMaintenanceSummary ElementActionMaintenanceSummary ElementSummary ElementAction ElementHtmlStep ElementStep ElementChoiceAIter ElementAName ElementSequenceAction Element
Overview
Action
The action node.
rID requiredxs:ID
The ID of the node.
Sequence
ANamexs:string
The action name.
AIter0..∞
The node containing the action iteration information.
Choice 0..∞
Step
The node containing general run session information.
HtmlStep
The step that displays HTML in the Results window.
Action
The action node.
Summary
The summary node.
ActionMaintenanceSummaryoptional
The Maintenance Summary details for the action.
TestMaintenanceSummaryoptional
The Maintenance Summary details for the run session.
NodeArgs
The node that includes information regarding the display.
Attributes
NameTypeUseDefaultFixedDescription
rIDxs:IDrequired  The ID of the node.
Source
<xs:element name="Action" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The action node.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="AName"   />
      <xs:element ref="AIter" minOccurs="0" maxOccurs="unbounded"   />
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="Step"   />
        <xs:element ref="HtmlStep"   />
        <xs:element ref="Action"   />
      </xs:choice>
      <xs:element ref="Summary"   />
      <xs:element ref="ActionMaintenanceSummary" minOccurs="0"   />
      <xs:element ref="TestMaintenanceSummary" 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:complexType>
</xs:element>
See Also