cbrn:MessageStatus
Provides success or error feedback on a message that has been received.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:MessageStatusType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:SystemEventDateTime [0..*] Date/Time of a system event.
- Choice [0..*]
- cbrn:ActivityUserLogonID Identifier for a person in the form of a person's system access (logon) id.
- cbrn:EmployeeIdentifier Identifier for a person in the form of an employee id.
- cbrn:PersonName Identifier for a person in the form of a person's actual name.
from subst. group cbrn:UserName - cbrn:RemarkText [0..*] General comments or remark.
- cbrn:MessageID [0..*] The message identifier associated with a message content.
- cbrn:MessageKindCode [0..*] The kind of message content associated with a content header.
- cbrn:MessageStatusCode [0..*] Describes the receiving status of a message.
- cbrn:MessageHandlingError [0..*] Describes a message error encountered by an infrastructure component in the process of message handling and transmission.
- cbrn:ResendRequestIndicator [0..*] True if the message should be resent; false otherwise.
- cbrn:MessageContentError [0..*] Provides information about the point in the xml payload content of a message where an error occurred in processing the message.
- cbrn:MeasuredItemID [0..*] Identifier of a measured item. There is no required format for the ID value.
- cbrn:MeasuredItemKindCode [0..*] Identifies the kind of item being inspected for Radiation/Nuclear threats.
- cbrn:TraversalID [0..*] Identifier of a traversal. There is no required format for the ID value.
- cbrn:CredentialsAuthenticatedCode [0..*] Credentials authentication verification.
from type cbrn:SystemEventType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
cbrn:systemOperatingModeCode | [0..1] | cbrncl:RadEncounterDeviceOperatingCodeSimpleType | from type cbrn:SystemEventType |
Sample instance
<cbrn:MessageStatus> <cbrn:SystemEventDateTime>2000-01-01T12:00:00</cbrn:SystemEventDateTime> <cbrn:ActivityUserLogonID>string</cbrn:ActivityUserLogonID> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:MessageID>string</cbrn:MessageID> <cbrn:MessageKindCode>DeviceConfigAndHealthStatusMessage</cbrn:MessageKindCode> <cbrn:MessageStatusCode>MessageError</cbrn:MessageStatusCode> <cbrn:MessageHandlingError> <cbrn:ErrorCodeText>string</cbrn:ErrorCodeText> <cbrn:ErrorCodeDescriptionText>string</cbrn:ErrorCodeDescriptionText> </cbrn:MessageHandlingError> <cbrn:ResendRequestIndicator>true</cbrn:ResendRequestIndicator> <cbrn:MessageContentError> <cbrn:ErrorNodeName>string</cbrn:ErrorNodeName> <cbrn:ErrorDescription> <cbrn:ErrorCodeText>string</cbrn:ErrorCodeText> <cbrn:ErrorCodeDescriptionText>string</cbrn:ErrorCodeDescriptionText> </cbrn:ErrorDescription> </cbrn:MessageContentError> <cbrn:MeasuredItemID>string</cbrn:MeasuredItemID> <cbrn:MeasuredItemKindCode>Luggage</cbrn:MeasuredItemKindCode> <cbrn:TraversalID>string</cbrn:TraversalID> <cbrn:CredentialsAuthenticatedCode>Authenticated</cbrn:CredentialsAuthenticatedCode> </cbrn:MessageStatus>