http://www.ibm.com/schema/soa/fltalm/v1_1
Enumeration of alarm severities for recording alarms. This
provides a classification of the severity of the alarm recorded
through this component. The mapping between alarm conditions and
severities is service implementation specific.
Simple Type
AlarmEnumeration
AlarmEnumeration is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
Lowest |
Lowest possible alarm type. Indicates a serious
situation but the service implementation is still
operational.
|
Lower |
Grade between full and partial service
delivery.
|
Medium |
Indicates a situation where only partial service can be
delivered.
|
Higher |
Grade between partial and complete stop of service
delivery.
|
Highest |
Highest possible alarm type. Indicates a serious situation
that stops all delivery of service.
|
(Lowest | Lower | Medium | Higher | Highest).
XML |
-<xsd:simpleType name="AlarmEnumeration">
-<xsd:documentation xml:lang="en">
<xhtml:p>Enumeration of alarm severities for recording alarms. This
provides a classification of the severity of the alarm recorded
through this component. The mapping between alarm conditions and
severities is service implementation specific.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="Lowest">
-<xsd:documentation xml:lang="en">
<xhtml:p>Lowest possible alarm type. Indicates a serious
situation but the service implementation is still
operational.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Lower">
-<xsd:documentation xml:lang="en">
<xhtml:p>Grade between full and partial service
delivery.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Medium">
-<xsd:documentation xml:lang="en">
<xhtml:p>Indicates a situation where only partial service can be
delivered.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Higher">
-<xsd:documentation xml:lang="en">
<xhtml:p>Grade between partial and complete stop of service
delivery.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Highest">
-<xsd:documentation xml:lang="en">
<xhtml:p>Highest possible alarm type. Indicates a serious situation
that stops all delivery of service.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|