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

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 Clikc here to hide Comment
EnumerationDescription
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.

 Collapse XML
-<xsd:simpleType  name="AlarmEnumeration">
-<xsd:annotation>
-<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:restriction  base="xsd:string">
-<xsd:enumeration  value="Lowest">
-<xsd:annotation>
-<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:annotation>
-<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:annotation>
-<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:annotation>
-<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:annotation>
-<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>

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