cbrn:MessageContentError
A set of information about the point in the xml payload content of a message where an error occurred in processing the message.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:MessageContentErrorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:ErrorNodeName [0..*]A name of 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.
- cbrn:MessageContentErrorAugmentationPointAbstract [0..*]An augmentation point for cbrn:MessageContentErrorType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group cbrn:MessageContentErrorAugmentationPoint
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 |
Used in
- Type cbrn:MessageStatusType (Element cbrn:MessageStatus)
Sample instance
<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>