Description
The step that displays HTML in the Results window.
Attributes
Name | Type | Use | Default | Description |
---|
rID | ID | required | | The ID of the step. |
Diagram
Children
Used By
Source
<
xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HtmlStep">
<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>
|