Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
Represents the set of columns in a table in the report for a diagnostic test. |
|
|
Represents the set of rows in a table in the report for a diagnostic test. |
Child element sequence
Columns+Rows*
Parent elements
| Element | Description |
|---|---|
|
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 |