DiagnosticIdentification Complex Type
Identifies a troubleshooting pack.
<xs:complexType name="DiagnosticIdentification">
<xs:sequence>
<xs:element name="ID"
type="dcmPS:ID"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="Version"
type="dcmPS:Version"
minOccurs="1"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element |
Type |
Description |
ID |
dcmPS:ID |
A string that identifies the pack (for example, AeroDiagnostic).
|
Version |
dcmPS:Version |
A string that specifies this version of the pack (for example, 1.0).
|
Requirements
|
|
Minimum supported client
|
Windows 7 [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 R2 [desktop apps only]
|
See also
-
DiagnosticIdentification (GlobalDiagnosticPackage) Element
-
DiagnosticIdentification (LocalDiagnosticPackage) Element