cbrn:ErrorDescription
A text description of an error that occurred at a specific XML tag while processing an XML message.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:MessageErrorType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:ErrorCodeText [0..*] An error code.
- cbrn:ErrorCodeDescriptionText [0..*] Text description of an error code.
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:MessageContentErrorType (Element cbrn:MessageContentError)
Sample instance
<cbrn:ErrorDescription> <cbrn:ErrorCodeText>string</cbrn:ErrorCodeText> <cbrn:ErrorCodeDescriptionText>string</cbrn:ErrorCodeDescriptionText> </cbrn:ErrorDescription>