RECORD

De PGVWiki
Sauter à la navigation Sauter à la recherche

La structure RECORD structure is the most used section of the GEDCOM file because this is where all the genealogical information is recorded. There are 7 types of records, but PhpGedView does not support the Note Record nor the Submitter Record. In addition to one Header and one Trailer the Gedcom file contains nothing but records. The structures within records describe the record content and can reference other records.


RECORD: = 
[ 
n <<FAM_RECORD>> {1:1} 
| 
n <<INDIVIDUAL_RECORD>> {1:1} 
| 
n <<MULTIMEDIA_RECORD>> {1:M} 
| 
n <<NOTE_RECORD>> {1:1} 
| 
n <<REPOSITORY_RECORD>> {1:1} 
| 
n <<SOURCE_RECORD>> {1:1} 
| 
n <<SUBMITTER_RECORD>> {1:1} 
]

See also: Structure des données d'un fichier Gedcom