Interactions Complex Type
Defines the interactions that the troubleshooting pack uses.
<xs:complexType name="Interactions">
<xs:sequence>
<xs:element name="SingleResponseInteractions"
type="dcmPS:SingleResponseInteractions"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="MultipleResponseInteractions"
type="dcmPS:MultipleResponseInteractions"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="TextInteractions"
type="dcmPS:TextInteractions"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="PauseInteractions"
type="dcmPS:PauseInteractions"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="LaunchUIInteractions"
type="dcmPS:LaunchUIInteractions"
minOccurs="1"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child elements
Requirements
|
|
Minimum supported client
|
Windows 7 [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 R2 [desktop apps only]
|
See also
-
Interactions (GlobalDiagnosticPackage) Element
-
Interactions (LocalDiagnosticPackage) Element