HtmlStep Element
Description
The step that displays HTML in the Results window.
Namespace(none)
Diagram
NodeArgs ElementAction ElementDoc ElementHtmlStep ElementStep ElementChoiceTimeTick ElementChoiceHTML ElementSequenceHtmlStep Element
Overview
HtmlStep
The step that displays HTML in the Results window.
rID required xs:ID
The ID of the step.
Sequence
HTML xs:string
The node whose contents are HTML.
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.
NodeArgs
The node that includes information regarding the display.
Attributes
NameTypeUseDefaultFixedDescription
rIDxs:IDrequired  The ID of the step.
Source
<xs:element name="HtmlStep" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The step that displays HTML in the Results window.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="HTML"   />
      <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:element ref="NodeArgs"   />
    </xs:sequence>
    <xs:attribute name="rID" type="xs:ID" use="required">
      <xs:annotation>
        <xs:documentation>The ID of the step.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also