Description

The top-most node of the results tree.

Attributes

NameTypeUseDefaultDescription
tmZonestringrequired The time zone in which the run session was performed.
verstringrequired The report version.

Diagram

Report Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)General Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)DocLocation Element (Required, 1 element allowed)
Choice (Required, 1 element allowed)Doc Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)DName Element (Required, 1 element allowed)
ConfName Element (Optional, up to 1 element(s) allowed)
Res Element (Required, 1 element allowed)
DVer Element (Optional, up to 1 element(s) allowed)
TSet Element (Optional, up to 1 element(s) allowed)
TInst Element (Optional, up to 1 element(s) allowed)
RunType Element (Optional, up to 1 element(s) allowed)
DT Element (Optional, up to 1 element(s) allowed)
AdditionalInfo Element (Optional, up to 1 element(s) allowed)
Step Element (Optional, unlimited elements allowed)
DIter Element (Optional, unlimited elements allowed)
Action Element (Optional, unlimited elements allowed)
Doc Element (Optional, unlimited elements allowed)
Summary Element (Optional, up to 1 element(s) allowed)
TestMaintenanceSummary Element (Optional, up to 1 element(s) allowed)
NodeArgs Element (Optional, up to 1 element(s) allowed)
BPT Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)DName Element (Required, 1 element allowed)
Res Element (Required, 1 element allowed)
DVer Element (Optional, up to 1 element(s) allowed)
TSet Element (Optional, up to 1 element(s) allowed)
TInst Element (Optional, up to 1 element(s) allowed)
NodeArgs Element (Required, 1 element allowed)
Doc Element (Optional, unlimited elements allowed)


Children

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Report">
    <xs:annotation>
        <xs:documentation>The top-most node of the results tree.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="General" />
            <xs:choice>
                <xs:element ref="Doc" />
                <xs:element ref="BPT" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="ver" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The report version.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="tmZone" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The time zone in which the run session was performed.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>