frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
54 stars 36 forks source link

Validating enumerated values #160

Closed frizbog closed 8 years ago

frizbog commented 8 years ago

There are a number of enumerated values in the GEDCOM specs that the Validator doesn't check. For example, there are specific values allowed for the status on a LDS Child Sealing Date. Currently, any value is allowed, but this should be checked and flagged as a finding when not in the specified list.

Naturally, this should only be done when the list of allowed values is closed.