RECORD

De PGVWiki
Révision datée du 18 octobre 2008 à 22:39 par Elliott1961 (discussion | contributions) (Nouvelle page : The 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 PhpGed...)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Sauter à la navigation Sauter à la recherche

The 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: Gedcom data structure