Rule Type | Structure Check |
---|
This rule is used to validate the following data in a GED File record:
To perform this validation, the following information is used:
GEDTSExamineeID can only appear once in a GED file.
If this rule fails, the entire file cannot be loaded.
The rule is looking for two or more <Examinee> elements for the same GEDTSExamineeID where the <MACode> = A. The rule will also fail if there are two or more <Examinee> elements for the same GEDTSExamineeID where the <MACode> = D.
If the rule fails it will return a comma delimited list of duplicate GEDTSExamineeID's
When this validation rule is triggered, the following message is returned:
Duplicate Examinee(s): {List of duplicate GEDTSExamineeIDs separated by a ','}. An Examinee can only appear once in the GED file.