The source DATA tag and its subordinated tags can now be parsed into the object model.
I added the SourceData and DataEvent classes to represent DATA and EVEN tags respectively.
According to the GEDCOM 5.5.1 standard, there can be multiple events under data.
The source
DATA
tag and its subordinated tags can now be parsed into the object model. I added theSourceData
andDataEvent
classes to representDATA
andEVEN
tags respectively. According to the GEDCOM 5.5.1 standard, there can be multiple events under data.