-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
MULTIMEDIA_LINK:=
n OBJE @<XREF:OBJE>@ {1:1} p.26
|
n OBJE
+1 FILE <MULTIMEDIA_FILE_REFN> {1:M} p.54
...
The second OBJE is missing the cardinality, presumably {1:1}.
FAMILY_EVENT_STRUCTURE:=
[
n [ ANUL | CENS | DIV | DIVF ] {1:1}
+1 <<FAMILY_EVENT_DETAIL>> {0:1} p.32
...
|
n RESI
+1 <<FAMILY_EVENT_DETAIL>> {0:1} p.32
RESI is missing the cardinality, presumably {1:1}.
Not sure what we want to do about 5.5.1 spec syntax errors. Have an errata document?
Metadata
Metadata
Assignees
Labels
No labels
Activity
tychonievich commentedon Dec 16, 2024
Per #52, I think that the PDFs we have are derivatives, not the originals, and thus that there's no compelling reason not to replace them with fixed derivatives as long as doing so doesn't change the spec.
dthaler commentedon Dec 17, 2024
Discussing in GEDCOM Steering Committee 17 DEC 2024:
chronoplexsoftware commentedon Dec 17, 2024
Just for clarity, we generated derivate PDF versions of GEDCOM 3.0, 4.0, 5.0, 5.3, and 5.4.
The copy of the 5.5.1 draft from 1999 we host, is, as far as we can tell, an unmodified original. We had no role in generating the PDF for the 5.5.1 release in 2019. The errors noted by the OP occur in both documents.
dthaler commentedon Dec 17, 2024
Thanks @chronoplexsoftware for the clarification! The committee was able to find Word document source for the 5.5.1 PDF so we can generate a corrected PDF.
dthaler commentedon Dec 31, 2024
Another syntax error in the quoted text above is that
MULTIMEDIA_LINKis missing the[ ]around the alternativesdthaler commentedon Jan 1, 2025
Also several places refer to
<<FAMILY_RECORD>>but it's actually defined as<<FAM_RECORD>>dthaler commentedon Jan 4, 2025
Several entries in Appendix A are missing the
:=at the end. E.g.:Notice that both
FONEandGIVNare missing the:=dthaler commentedon Jan 5, 2025
Facimilie should be Facsimile
dthaler commentedon Jan 5, 2025
NICKdescription has "A descriptive or familiar that is used instead of" but is missing "name" after "familiar".dthaler commentedon Jan 5, 2025
ANCEentry in Appendix A has "Pertaining to forbearers of an individual." but "forbearers" should be "forebearers"dthaler commentedon Jan 5, 2025
The trailing period is also missing.
dthaler commentedon Jan 5, 2025
All other tags use
_to separate words in the formal name.BAPLinstead uses-.dthaler commentedon Jan 6, 2025
Every other type has no space after Size=. This one has an extra space.
dthaler commentedon Jan 7, 2025
Discussion in GEDCOM Steering Committee 7 JAN 2025:
dthaler commentedon Jan 14, 2025
Discussion 14 JAN 2025:
dthaler commentedon Jan 27, 2025
FamilySearch/GEDCOM.io#230 moved the errata link up as discussed.
Assigning to Luther now to investigate how to display inline errata.
tychonievich commentedon Jan 28, 2025
In the HTML file @dthaler emailed me,
overflow:hidden;in the file<style>element:This isn't perfect: the alignment of the notes depends on the horizontal positioning of the div they are in. If we put them on the page div, not the line divs, they line up but with the top of the page instead of the line in question. If we put them on the line divs, they are positioned horizontally based on the indentation of that div. However, it does show up.
tychonievich commentedon Jan 28, 2025
Discussed in steering committee 28 JAN 2025