Problem Complex Type
Defines the section of the report that contains all the problems that the troubleshooting package is trying to detect and fix.
<xs:complexType name="Problem">
<xs:sequence>
<xs:element name="DetectionInformation"
type="dcmRR:DetectionInformation"
maxOccurs="1"
minOccurs="1"
/>
<xs:element name="RootCauseInformation"
type="dcmRR:RootCauseInformation"
maxOccurs="1"
minOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element |
Type |
Description |
DetectionInformation |
dcmRR:DetectionInformation |
Defines the section of the report that contains the custom details that the package author added to the report.
|
RootCauseInformation |
dcmRR:RootCauseInformation |
Defines the section of the report that contains the list of root causes and their results.
|
Requirements
|
|
Minimum supported client
|
Windows 7 [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 R2 [desktop apps only]
|