Step Element
Description
The node containing general run session information.
Namespace(none)
Diagram
NodeArgs ElementDataMapping ElementChoiceAction ElementDoc ElementHtmlStep ElementStep ElementChoiceTimeTick ElementChoiceTime ElementDetails ElementObj ElementSequenceStep Element
Overview
Step
The node containing general run session information.
rID requiredxs:ID
The ID of the node
retval optionalxs:string
The return value of the step
Sequence
ObjExtension of xs:string
The name of the test object being checked.
DetailsExtension of xs:string
The test details.
Timexs:string
The date and time at which the step is performed.
Choice optional
TimeTickxs:string
The second at which the step is performed.
Choice 0..∞
Step
The node containing general run session information.
HtmlStep
The step that displays HTML in the Results window.
Doc
The document type node: test or business component.
Action
The action node.
Choice optional
DataMapping
The node that includes information regarding the data mapping.
NodeArgs
The node that includes information regarding the display.
Attributes
NameTypeUseDefaultFixedDescription
rIDxs:IDrequired  The ID of the node
retvalxs:stringoptional  The return value of the step
Source
<xs:element name="Step" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The node containing general run session information.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Obj"   />
      <xs:element ref="Details"   />
      <xs:element ref="Time"   />
      <xs:choice minOccurs="0" maxOccurs="1">
        <xs:element ref="TimeTick"   />
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="Step"   />
        <xs:element ref="HtmlStep"   />
        <xs:element ref="Doc"   />
        <xs:element ref="Action"   />
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="1">
        <xs:element ref="DataMapping"   />
      </xs:choice>
      <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="retval" type="xs:string">
      <xs:annotation>
        <xs:documentation>The return value of the step</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also