http://www.ibm.com/schema/soa/fltalm/v1_1
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


Enumeration | Description |
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.
|
(Info | Warning | Severe).
XML |
-<xsd:simpleType name="SeverityEnumeration">
-<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:enumeration value="Info">
-<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: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:documentation xml:lang="en">
<xhtml:p>Signifies a critical error.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|