2.2.5.23 t:ResponseClassType Simple Type

The ResponseClassType simple type specifies the status states of a response. The ResponseClassType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).

 <xs:simpleType name="ResponseClassType">
     <xs:restriction base="xs:string">
         <xs:enumeration value="Error"/>
         <xs:enumeration value="Success"/>
         <xs:enumeration value="Warning"/>
     </xs:restriction>
 </xs:simpleType>
  

The values that are defined by the ResponseClassType simple type are listed in the following table.

Value

Meaning

Error

Specifies that the request could not be processed.

Success

Specifies that the request was successfully processed.

Warning

Specifies that an unusual situation was encountered during the processing of the request and the request was not processed successfully.