cbrn:MessageContentErrorType
complexType MessageContentErrorType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type that provides information about the point in the xml payload content of a message where an error occurred in processing the message.
Diagram
XML Schema
<xs:complexType name="MessageContentErrorType">
<xs:annotation>
<xs:documentation>
A data type that provides information about the point in the xml payload content of a message where an error occurred in processing the message.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="cbrn:ErrorNodeName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ErrorDescription" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MessageContentErrorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>