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

ValueDefinition
AlarmSummaryMessageA message to provide notification of an alarm with summary information.
ConveyanceTrackingMessageA 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.
DeviceConfigAndHealthStatusMessageA set of messages to provide configuration and health status data regarding a device.
GeneralDeviceMessageA set of messages to provide data collected from devices other than radiation detection data during a radiation detection event.
RadiationDeviceMessageA set of messages to provide radiation measurement or assessment data collected during a radiation detection event.
RadNucCaseMessageA message requesting and providing information on a case that involves detection and interdiction of radiation/nuclear threats.
RequestMessageA set of messages for making requests for data from an encounter site.
SiteOperationsInfoMessageA set of messages to provide information on the operations of an encounter site.
SystemAuditMessageA message type for providing data regarding the functions and operations of site control systems.
TradeDataMessageA 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: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>