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.
Defines a root cause that the package can detect.
<xs:complexType name="RootCause">
<xs:sequence>
<xs:element name="Data"
type="dcmRR:Data"
maxOccurs="2"
minOccurs="2"
/>
<xs:element name="ResolutionInformation"
type="dcmRR:ResolutionInformation"
maxOccurs="1"
minOccurs="1"
/>
<xs:element name="DetectionInformation"
type="dcmRR:DetectionInformation"
maxOccurs="1"
minOccurs="1"
/>
</xs:sequence>
<xs:attribute name="id"
type="xsd:string"
use="required"
/>
<xs:attribute name="name"
type="xsd:string"
use="required"
/>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| Data | [dcmRR:Data](report-data-complextype.md) | The root cause contains a Data element for each of the following properties:
|
| DetectionInformation | [dcmRR:DetectionInformation](report-detectioninformation-complextype.md) | Defines the section of the report that contains the custom details that the package author added to the report for this root cause. The custom detail is added to this section only if the script specifies the -RootCauseId parameter when it calls the [Update-DiagReport](update-diagreport-cmdlet.md) cmdlet. |
| ResolutionInformation | [dcmRR:ResolutionInformation](report-resolutioninformation-complextype.md) | Defines the collection of resolvers that can fix the root cause issue. |
Attributes
| Name | Type | Description |
|---|---|---|
| id | xsd:string | An identifier that uniquely identifies the root cause. |
| name | xsd:string | The name of the root cause. |
Requirements
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |