cbrncl:FaultSeverityCodeSimpleType

simpleType FaultSeverityCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type that defines the code values for the various categories of fault severity.

Diagram

Enumerations

ValueDefinition
ErrorThe problem has cause serious disruption of the operation. Data produced by the operation is not trustworthy.
FatalThe problem has caused the immediate termination of the operation. Data produced by the operation is not trustworthy.
WarningThe problem has caused no or only minor disruption of the operation; however, a condition exists that should be investigated. Data produced by the operation may not be trustworthy.

XML Schema

<xs:simpleType name="FaultSeverityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the code values for the various categories of fault severity.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Error">
<xs:annotation>
<xs:documentation>
The problem has cause serious disruption of the operation. Data produced by the operation is not trustworthy.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fatal">
<xs:annotation>
<xs:documentation>
The problem has caused the immediate termination of the operation. Data produced by the operation is not trustworthy.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Warning">
<xs:annotation>
<xs:documentation>
The problem has caused no or only minor disruption of the operation; however, a condition exists that should be investigated. Data produced by the operation may not be trustworthy.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>