cbrn:MessageStatusCode
Describes the receiving status of a message.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrncl:MessageStatusCodeType
Properties: Global, Qualified, Nillable
Content
from type cbrncl:MessageStatusCodeSimpleType
Valid value Description MessageError The message was received, but was not successfully processed due to an invalid message error (invalid Message Type, encoding, format, etc.) ErrorAcknowledgement Acknowledgement of receipt of an error message. DeviceError The message was successfully received by not successfully processed due to a device error. DuplicateMessage The message was successfully received but not processed since it is a duplicate of a message already processed. UnknownError The message was not successfully received and/or processed due to an unknown error. DataError The message was successfully received by not successfully processed due to a data error. ActivityCodeFailure The message was successfully received by not successfully processed due to an activity code error. Success The message was sucessfully received and accepted. SystemError The message was successfully received by not successfully processed due to a system error. Other The message status does not fit any known category. InvalidSchema The message was received, but was not successfully processed due to an invalid schema.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from group s:SimpleObjectAttributeGroup | |
s:metadata | [0..1] | xsd:IDREFS | from group s:SimpleObjectAttributeGroup | |
s:linkMetadata | [0..1] | xsd:IDREFS | from group s:SimpleObjectAttributeGroup |
Used in
- Type cbrn:MessageStatusType (Element cbrn:MessageStatus)
Sample instance
<cbrn:MessageStatusCode>MessageError</cbrn:MessageStatusCode>