Defines the contents of the result report for a troubleshooting package that ran.
<xs:complexType name="ResultReport">
<xs:sequence>
<xs:element name="Header"
type="dcmRR:Header"
maxOccurs="1"
minOccurs="1"
/>
<xs:element name="Package"
type="dcmRR:Package"
maxOccurs="1"
minOccurs="1"
/>
</xs:sequence>
<xs:attribute name="SchemaVersion"
type="xsd:string"
use="required"
/>
</xs:complexType>
Child elements
| Element |
Type |
Description |
| Header |
dcmRR:Header |
Defines the section that contains general information about the computer and troubleshooting package that ran.
|
| Package |
dcmRR:Package |
Defines the section that contains the results from the troubleshooting package that ran.
|
Attributes
| Name |
Type |
Description |
| SchemaVersion |
xsd:string |
The version of the report schema used to write the result report.
|
WTP always produces a results report when a troubleshooting package runs. The report captures the detection, resolution, and verification details of the troubleshooting package and the status of each phase.
Requirements
|
|
Minimum supported client
|
Windows 7 [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 R2 [desktop apps only]
|