Difference between revisions of "RECORD"

From PGVWiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 09:18, 19 October 2008

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