AUTH:INDI #391
-
I am trying to make my tree compatible to Gedcom 7. But AUTH:INDI is not invalid. Hope you can help me. Marianne van Harten |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is not directly supported in the current spec. However, it is very doable using extensions. The Add to the HEAD the following 1 SCHMA
2 TAG _ALIA https://gedcom.io/terms/v7/ALIA and then use it as 0 https://github.com/s4@ SOUR
1 AUTH
2 _ALIA @i5@ You are also welcome to create your own extension if you don't like relocating ALIA. |
Beta Was this translation helpful? Give feedback.
This is not directly supported in the current spec. However, it is very doable using extensions. The
ALIA
structure is the closest match to this use case, so I'd recommend using a relocated extension strcuture, like so:Add to the HEAD the following
and then use it as
You are also welcome to create your own extension if you don't like relocating ALIA.