RECORD : Différence entre versions

De PGVWiki
Sauter à la navigation Sauter à la recherche
m (a renommé ENREGISTREMENT en RECORD)
Ligne 1 : Ligne 1 :
La structure [[RECORD]] structure is the most used section of the [[GEDCOM]] file because this is where all the genealogical information is recordedThere are 7 types of records, but PhpGedView does not support the [[NOTE_RECORD|Note Record]] nor the [[SUBMITTER_RECORD|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.
+
La structure [[RECORD]] est la partie la plus utilisée d'un fichier [[GEDCOM]] parce que c'est là que toutes les informations généalogiques sont enregistréesIl exsite 7 types d'enregistrements, mais PhpGedView ne supporte pas l'[[NOTE_RECORD|enregistrement note]] ni l'[[SUBMITTER_RECORD|enregistrement soumission]]. 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.
  
  

Version du 19 octobre 2008 à 09:30

La structure RECORD est la partie la plus utilisée d'un fichier GEDCOM parce que c'est là que toutes les informations généalogiques sont enregistrées. Il exsite 7 types d'enregistrements, mais PhpGedView ne supporte pas l'enregistrement note ni l'enregistrement soumission. 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