2.2.5.13 ActionType_Type

The ActionType_Type is an enumeration of the possible levels of action types associated with an Error or a Confirm message. This type MUST adhere to the namespace "http://schemas.microsoft.com/wbem/wsman/1/cim/interactive.xsd". The schema MUST be as follows.

 <xs:simpleType name="ActionType_Type">
     <xs:restriction base="xs:string">
     <xs:enumeration value="Inquire" />
     <xs:enumeration value="Report" />
     </xs:restriction>
 </xs:simpleType>

Enumeration

The following values are defined by the ActionType_Type simple type.

Value

Description

Inquire

The client application is asked whether the provider is to continue executing the action despite the error.

Report

The client application cannot influence the behavior of the provider after the error.