2.2.1.3.3 MACHINEINFO

This element specifies an allowable format for a block of information about the machine that encountered the error for which the report is uploaded. This block includes the following information about the machine from which the report is sent: the machine name, the OS version, the LCID value [MS-LCID], and the name of the OEM (if available).

 <xs:complexType>
    <xs:attribute name="machinename" type="maxpathstring" use="required" />
    <xs:attribute name="os" type="osstring" use="required" />
    <xs:attribute name="lcid" type="lcidvalue" use="required" />  
    <xs:attribute name="oem" type="string32" use="optional" />
 <xs:complexType>