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

Element Type Description
LaunchUIInteractions dcmPS:LaunchUIInteractions A collection of interactions that launch UI applications.
MultipleResponseInteractions dcmPS:MultipleResponseInteractions A collection of multiple response interactions.
PauseInteractions dcmPS:PauseInteractions A collection of pause interactions.
SingleResponseInteractions dcmPS:SingleResponseInteractions A collection of single response interactions.
TextInteractions dcmPS:TextInteractions A collection of text input interactions.

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