Header Complex Type

Defines the section of the report that contains general information about the computer and troubleshooting package that ran.

<xs:complexType name="Header">
    <xs:sequence>
        <xs:element name="Data"
            type="dcmRR:Data"
            maxOccurs="2"
            minOccurs="2"
         />
        <xs:element name="ComputerInformation"
            type="dcmRR:ComputerInformation"
            maxOccurs="1"
            minOccurs="1"
         />
        <xs:element name="PackageInformation"
            type="dcmRR:PackageInformation"
            maxOccurs="unbounded"
            minOccurs="1"
         />
        <xs:element name="MetaPackageInformation"
            type="dcmRR:PackageInformation"
            maxOccurs="1"
            minOccurs="1"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
ComputerInformation [dcmRR:ComputerInformation](report-computerinformation-complextype.md) Contains details about the computer on which the troubleshooting package ran.
Data [dcmRR:Data](report-data-complextype.md) The header contains a Data element for each of the following properties:
  • The local date and time that the package ran. The Id attribute for this property is Time.
  • A value (true or false) that indicates whether the user ran the package with elevated rights. The Id attribute for this property is RunningAsAdmin.
The text body of the Data element contains the property's value.
MetaPackageInformation [dcmRR:PackageInformation](report-packageinformation-complextype.md) Contains general information about the package.
PackageInformation [dcmRR:PackageInformation](report-packageinformation-complextype.md) Contains information about each troubleshooter in the package. If the package is a global troubleshooting package, the report will contain a single PackageInformation node. However, for a local troubleshooting package, the report will contain a PackageInformation node for each troubleshooter in the package.

Requirements

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