Partager via


Detail Complex Type

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:
  • 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.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]