Data element violates exclusion condition. Element='<element id>', Position='<position>'
Description
Applicable to ASC/X12 only. The Exclusion Condition that describes one conditional relationship between data elements in a data segment (or composite element), has been violated.
Resolution
The Exclusion Condition states that, within a data segment or composite element, only one of the element defined in the condition can contain data. For example, an Exclusion Condition may show in an implementation guideline as 'C010203', where 'C' is the symbol for the Exclusion Condition and the numbers '01', '02' and '03' are the two-digit reference designator of data elements in a data segment or composite element. The condition states that only one of the data element in position 1, 2, or 3 can contain data, more than one violates this rule. For example, the following REF data segment violates this condition because the 1st and 3rd data element contain data, that is '8A' and 'ABC' respectively.
REF*8A**ABC
The following does not because only the 3rd data element contain data.
REF***ABC
Edit the EDI document, or obtain the correct EDI document from trading partner.