Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
|
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] |