Report Element
Description
The top-most node of the results tree.
Namespace(none)
Diagram
BPT ElementDoc ElementChoiceGeneral ElementSequenceReport Element
Overview
Report
The top-most node of the results tree.
ver requiredxs:string
The report version.
tmZone requiredxs:string
The time zone in which the run session was performed.
Sequence
General
The general information about the product and system.
Choice
Doc
The document type node: test or business component.
BPT
The business process test node.
Attributes
NameTypeUseDefaultFixedDescription
verxs:stringrequired  The report version.
tmZonexs:stringrequired  The time zone in which the run session was performed.
Source
<xs:element name="Report" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also