Share via


PackageInformation Complex Type

Defines information about a troubleshooting package or a troubleshooter defined within the package.

<xs:complexType name="PackageInformation">
    <xs:sequence>
        <xs:element name="Data"
            type="dcmRR:Data"
            maxOccurs="3"
            minOccurs="3"
         />
    </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 package information section contains a Data element for each of the following properties:
  • The version number of the package schema used to write the package manifest. The Id attribute for this property is Version.
  • The name of the publisher that wrote the troublshooting package. The Id attribute for this property is Publisher. The name comes from the signature used to sign the security catalog.
  • The description of the troubleshooting package. The Id attribute for this property is Description.
The text body of the Data element contains the property's value.

Attributes

Name Type Description
id xsd:string The unique identifier of the troubleshooter or package.
name xsd:string The name of the troubleshooter or package.

Remarks

The package information is used to describe both the troubleshooting package (see the MetaPackageInformation element of the Header complex type) and a troubleshooter within the package (see the PackageInformation element of the Header complex type). The information for the MetaPackageInformation element is derived internally while the information for the PackageInformation element comes from the troubleshooter defined in the package.

Requirements

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