RECORD : Différence entre versions

De PGVWiki
Sauter à la navigation Sauter à la recherche
(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...)
 
Ligne 1 : Ligne 1 :
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|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]] 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|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.
  
  
Ligne 20 : Ligne 20 :
  
 
''See also:''
 
''See also:''
[[Gedcom data structure]]
+
[[Structure des données d'un fichier Gedcom]]
  
 
[[Category:GEDCOM]]
 
[[Category:GEDCOM]]

Version du 19 octobre 2008 à 09:16

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