Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Defines a custom detail that the package author added to the report.
<xs:complexType name="Detail">
<xs:sequence>
<xs:element name="Data"
type="dcmRR:Data"
maxOccurs="1"
minOccurs="1"
/>
<xs:element name="Contents"
type="dcmRR:Contents"
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:attribute name="verbosity"
type="xsd:string"
use="required"
/>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
Contents | [dcmRR:Contents](report-contents-complextype.md) | 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:
|
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.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |