2.2.4.48 InteractiveResponseType Complex Type

The InteractiveEventComplexEvent type MUST adhere to the namespace "http://schemas.microsoft.com/wbem/wsman/1/cim/interactive.xsd". The schema MUST be as follows.

 <xs:complexType name="InteractiveResponseType">
   <xs:sequence>
     <xs:element name="EventType" type="EventType_Type"/>
     <xs:element name="Response" type="ResponseType"/>
   </xs:sequence>
   <xs:anyAttribute
     process_contents="lax"
     namespace="##any"
    />
 </xs:complexType>

Elements:

EventType: Describes the type of the interactive response.

Response: Contains the response from the client application.