Contains the custom detail. The content is an XML fragment if the author used the -Xml parameter when calling the [Update-DiagReport](update-diagreport-cmdlet.md) cmdlet; otherwise, if the author used the -File parameter, the content is a Data element that specifies the location of the file that contains the custom detail.
Data
[dcmRR:Data](report-data-complextype.md)
The Detail section contains a Data element for the following property:
The description of the custom detail. The Id attribute for this property is Description. The description comes from the -Description parameter of the [Update-DiagReport](update-diagreport-cmdlet.md) cmdlet.
The text body of the Data element contains the property's value.
Attributes
Name
Type
Description
id
xsd:string
The identifier that identifies this detail. The identifier comes from the -Id parameter of the Update-DiagReport cmdlet.
name
xsd:string
The localized name of this detail. The name comes from the -Name parameter of the Update-DiagReport cmdlet.
verbosity
xsd:string
The level of verbosity for this detail. For possible values, see the -Verbosity parameter of the Update-DiagReport cmdlet.
Remarks
The package author adds the detail using the Update-DiagReport cmdlet from one of the package scripts.