cbrn:MessageContentError
Provides information about the point in the xml payload content of a message where an error occurred in processing the message.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:MessageContentErrorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:ErrorNodeName [0..*] The XML tag at which an error occurred.
- cbrn:ErrorDescription [0..*] A text description of an error that occurred at a specific XML tag while processing an XML message.
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 |
Used in
- Type cbrn:MessageStatusType (Element cbrn:MessageStatus)
Sample instance
<cbrn:MessageContentError> <cbrn:ErrorNodeName>string</cbrn:ErrorNodeName> <cbrn:ErrorDescription> <cbrn:ErrorCodeText>string</cbrn:ErrorCodeText> <cbrn:ErrorCodeDescriptionText>string</cbrn:ErrorCodeDescriptionText> </cbrn:ErrorDescription> </cbrn:MessageContentError>