htmlSpan

The htmlSpan element specifies a displayed response string.

Element Structure

The htmlSpan element structure is as follows:

<xs:complexType name="htmlSpan">

   <xs:sequence>

      <xs:element name="id" type="xs:string" />

      <xs:element name="innerHtml" type="xs:string" />

   </xs:sequence>

</xs:complexType>

Sub-elements

The htmlSpan element contains the following sub-elements:

Name

Data Type

Comment

id

string

Specifies the ID assigned to the htmlSpan element string.

innerHtml

string

Specifies a text displayed as part of a response.