Share this page
Description
Diagram
Overview
 |  |
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.
|
|
 | NodeArgs
The node that includes information regarding the display.
|
|
|
Attributes
| Name | Type | Use | Default | Fixed | Description |
|---|
| rID | xs:ID | required | | | 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
Tips to improve your search results...
OpenText Functional Testing Run Results Schema ReferenceOpenText Functional Testing ExtensibilityAllView Local Help CenterView Online Help CenterAll versions