Table element

Represents a table in the report for a diagnostic test.

Usage

<Table
  Description = "character_string"
  Name = "character_string"
  Tags = "character_string">
  child elements
</Table>

Attributes

Attribute Type Required Description

Description

character_string

No

Specifies a description of the table. The description is typically displayed before the table in a report.

Name

character_string

Yes

Specifies a name for the table. The name is typically used as a heading before the table in a report.

Tags

character_string

No

Specifies tags for the table.

Child elements

Element Description

Columns

Represents the set of columns in a table in the report for a diagnostic test.

Rows

Represents the set of rows in a table in the report for a diagnostic test.

Child element sequence

Columns+Rows*

Parent elements

Element Description

Tables

Represents the set of tables in the report for a diagnostic test.

Remarks

This element should appear in the StepResult XML only for the RunStep and PostStep stages of a diagnostic test. This element should not appear in the StepResult XML for the PreStep stage.

Element information

Can be empty No

See also

Tables