cbrncl:MessageKindCodeSimpleType
simpleType MessageKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for the code values that defines the various message kinds
Diagram
Enumerations
Value | Definition |
AlarmSummaryMessage | A message to provide notification of an alarm with summary information. |
ConveyanceTrackingMessage | A set of messages for requesting and providing information on conveyance observations. A set of such observations may provide a tracking of the movement of the conveyance over time. |
DeviceConfigAndHealthStatusMessage | A set of messages to provide configuration and health status data regarding a device. |
GeneralDeviceMessage | A set of messages to provide data collected from devices other than radiation detection data during a radiation detection event. |
RadiationDeviceMessage | A set of messages to provide radiation measurement or assessment data collected during a radiation detection event. |
RadNucCaseMessage | A message requesting and providing information on a case that involves detection and interdiction of radiation/nuclear threats. |
RequestMessage | A set of messages for making requests for data from an encounter site. |
SiteOperationsInfoMessage | A set of messages to provide information on the operations of an encounter site. |
SystemAuditMessage | A message type for providing data regarding the functions and operations of site control systems. |
TradeDataMessage | A message type for trade data. |
XML Schema
<xs:simpleType name="MessageKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the code values that defines the various message kinds</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AlarmSummaryMessage">
<xs:annotation>
<xs:documentation>
A message to provide notification of an alarm with summary information.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ConveyanceTrackingMessage">
<xs:annotation>
<xs:documentation>
A set of messages for requesting and providing information on conveyance observations. A set of such observations may provide a tracking of the movement of the conveyance over time.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DeviceConfigAndHealthStatusMessage">
<xs:annotation>
<xs:documentation>
A set of messages to provide configuration and health status data regarding a device.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GeneralDeviceMessage">
<xs:annotation>
<xs:documentation>
A set of messages to provide data collected from devices other than radiation detection data during a radiation detection event.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RadiationDeviceMessage">
<xs:annotation>
<xs:documentation>
A set of messages to provide radiation measurement or assessment data collected during a radiation detection event.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RadNucCaseMessage">
<xs:annotation>
<xs:documentation>
A message requesting and providing information on a case that involves detection and interdiction of radiation/nuclear threats.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RequestMessage">
<xs:annotation>
<xs:documentation>
A set of messages for making requests for data from an encounter site.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SiteOperationsInfoMessage">
<xs:annotation>
<xs:documentation>
A set of messages to provide information on the operations of an encounter site.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SystemAuditMessage">
<xs:annotation>
<xs:documentation>
A message type for providing data regarding the functions and operations of site control systems.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TradeDataMessage">
<xs:annotation>
<xs:documentation>
A message type for trade data.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>