cbrn:MessageStatus
A status of the message.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:MessageStatusType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:RemarkText [0..*]A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element.
- cbrn:RemarksComplexObjectAugmentationPointAbstract [0..*]An augmentation point for cbrn:RemarksComplexObjectType.
- cbrn:SystemEventDateTime [1..1]A date and time of a system event.
- cbrn:SystemEventName [0..1]A name of a system event.
- Choice [1..1]
- cbrn:SystemOperatingModeCodeA code for an operating mode of a system.
- cbrn:SystemOperatingModeTextA description of a system operating mode.
- nc:SystemOperatingModeNameA name of the operating mode of a system.
from subst. group nc:SystemOperatingMode - cbrn:SystemEventDescriptionText [0..1]A description of a system event.
- Choice [0..1]
- cbrn:EmployeeIDAn identifier for a person in the form of an employee id.
- cbrn:UserProperNameA name of a person in the form of an employee id.
- nc:EmployeeIDAn identifier for a person in the form of an employee id.
- nc:UserLogonIDAn identifier for a system user in the form of a person's system access (logon) id.
- nc:UserPersonNameA person's actual name, used as an identifier for a system user.
from subst. group nc:SystemUserName - cbrn:SystemEventAugmentationPointAbstract [0..*]An augmentation point for cbrn:SystemEventType.
- cbrn:CredentialsAuthenticatedCode [0..*]A verfication of the authenticating credentials.
- cbrn:MessageID [0..*]An identifier associated with a message content. There is no required format for the ID value.
- cbrn:MessageKindCode [0..*]A code for a kind of information content contained in a message.
- cbrn:MessageStatusCode [0..*]A code for the receiving status of a message.
- cbrn:MeasuredItemID [0..*]An Identifier of a measured item. There is no required format for the ID value.
- cbrn:MeasuredItemKindCode [0..*]A kind or general category of item that is being inspected.
- cbrn:MessageContentError [0..*]A set of information about the point in the xml payload content of a message where an error occurred in processing the message.
- cbrn:MessageHandlingError [0..*]A description of a message error encountered by an infrastructure component in the process of message handling and transmission.
- cbrn:TraversalID [0..*]A unqiue identifier of a traversal. There is no required format for the ID value.
- cbrn:ResendRequestIndicator [0..*]True if the message should be resent; false otherwise.
- cbrn:MessageStatusAugmentationPointAbstract [0..*]An augmentation point for cbrn:MessageStatusType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom type cbrn:SystemEventTypefrom subst. group cbrn:SystemEventAugmentationPointfrom subst. group cbrn:MessageStatusAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType | |
cbrn:systemSimulatedIndicator | [1..1] | xsd:boolean | True if the system is simulated; false otherwise. If the attribute is not present, the value is false. | from type cbrn:SystemEventType |
Sample instance
<cbrn:MessageStatus cbrn:systemSimulatedIndicator="true"> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:SystemEventDateTime>2000-01-01T12:00:00</cbrn:SystemEventDateTime> <cbrn:SystemEventName>string</cbrn:SystemEventName> <cbrn:SystemOperatingModeCode>Exercise</cbrn:SystemOperatingModeCode> <cbrn:SystemEventDescriptionText>string</cbrn:SystemEventDescriptionText> <cbrn:EmployeeID>string</cbrn:EmployeeID> <cbrn:SystemEventAugmentationPoint>any content</cbrn:SystemEventAugmentationPoint> <cbrn:CredentialsAuthenticatedCode>Authenticated</cbrn:CredentialsAuthenticatedCode> <cbrn:MessageID>string</cbrn:MessageID> <cbrn:MessageKindCode>AlarmSummaryMessage</cbrn:MessageKindCode> <cbrn:MessageStatusCode>ActivityCodeFailure</cbrn:MessageStatusCode> <cbrn:MeasuredItemID>string</cbrn:MeasuredItemID> <cbrn:MeasuredItemKindCode>Aircraft</cbrn:MeasuredItemKindCode> <cbrn:MessageContentError> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:ErrorNodeName>string</cbrn:ErrorNodeName> <cbrn:ErrorDescription> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:ErrorCodeText>string</cbrn:ErrorCodeText> <cbrn:ErrorCodeDescriptionText>string</cbrn:ErrorCodeDescriptionText> <cbrn:MessageErrorAugmentationPoint>any content</cbrn:MessageErrorAugmentationPoint> </cbrn:ErrorDescription> <cbrn:MessageContentErrorAugmentationPoint>any content</cbrn:MessageContentErrorAugmentationPoint> </cbrn:MessageContentError> <cbrn:MessageHandlingError> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:ErrorCodeText>string</cbrn:ErrorCodeText> <cbrn:ErrorCodeDescriptionText>string</cbrn:ErrorCodeDescriptionText> <cbrn:MessageErrorAugmentationPoint>any content</cbrn:MessageErrorAugmentationPoint> </cbrn:MessageHandlingError> <cbrn:TraversalID>string</cbrn:TraversalID> <cbrn:ResendRequestIndicator>true</cbrn:ResendRequestIndicator> <cbrn:MessageStatusAugmentationPoint>any content</cbrn:MessageStatusAugmentationPoint> </cbrn:MessageStatus>