http://www.ibm.com/schema/soa/fltalm/v1_1
The SeverityEnumeration Simple Type

Enumeration of severities for recording faults. This provides a classification of the severity of a fault recorded through this component.


Simple Type SeverityEnumeration
SeverityEnumeration is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are Clikc here to hide Comment
EnumerationDescription
Info

Informational fault. This is a typical, expected fault condition generated during execution. This fault is recoverable and execution flow can continue.

Warning

A warning fault. Not necessarily indicative of incorrect behavior of the service or the operating environment.

Severe

Signifies a critical error.

 Collapse XML
-<xsd:simpleType  name="SeverityEnumeration">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Enumeration of severities for recording faults. This provides a classification of the severity of a fault recorded through this component.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:restriction  base="xsd:string">
-<xsd:enumeration  value="Info">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Informational fault. This is a typical, expected fault condition generated during execution. This fault is recoverable and execution flow can continue.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="Warning">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>A warning fault. Not necessarily indicative of incorrect behavior of the service or the operating environment.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="Severe">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Signifies a critical error.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©