ComputerInformation Complex Type

Defines information about the computer on which the troubleshooting package ran.

<xs:complexType name="ComputerInformation">
    <xs:sequence>
        <xs:element name="Data"
            type="dcmRR:Data"
            maxOccurs="3"
            minOccurs="3"
         />
    </xs:sequence>
    <xs:attribute name="name"
        type="xsd:string"
        use="required"
     />
</xs:complexType>

Child elements

Element Type Description
Data [dcmRR:Data](report-data-complextype.md) The computer information section contains a Data element for each of the following properties:
  • The version number of the operating system. For example, the version number for Windows 7 is 6.1. The Id attribute for this property is Version.
  • The SKU of the operating system. The possible values are "Server" and "Client". The Id attribute for this property is SKU.
  • The processor architecture on which the troubleshooting package ran. For example, "x86" or "amd64". The Id attribute for this property is Architecture.
The text body of the Data element contains the property's value.

Attributes

Name Type Description
name xsd:string The name of the computer on which the troubleshooting package ran.

Requirements

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