2.2.5.12 PromptType_Type

The PromptType_Type is an enumeration of the possible levels of importance 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="PromptType_Type">
     <xs:restriction base="xs:string">
     <xs:enumeration value="Normal" />
     <xs:enumeration value="Critical" />
     </xs:restriction>
 </xs:simpleType>

Enumeration

The following values are defined by the PromptType_Type simple type.

Value

Description

Normal

The prompt is of normal importance.

Critical

The prompt is of greater than normal importance.