Difference between revisions of "PLACE STRUCTURE"

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

Latest revision as of 04:46, 28 March 2008

This is the structure of the Place element in Gedcom 5.5.1. In addition to PLAC tag, it contains optional FORM, Fonetic variations of the name, romanized version of the name as well as place for coordinates of the place.

PLACE_STRUCTURE:=
 n PLAC <PLACE_NAME>                  {1:1} 
  +1 FORM <PLACE_HIERARCHY>           {0:1} 
  +1 FONE <PLACE_PHONETIC_VARIATION>  {0:M} 
    +2 TYPE <PHONETIC_TYPE>           {1:1} 
  +1 ROMN <PLACE_ROMANIZED_VARIATION> {0:M} 
    +2 TYPE <ROMANIZED_TYPE>          {1:1} 
  +1 MAP                              {0:1}
    +2 LATI <PLACE_LATITUDE>          {1:1} 
    +2 LONG <PLACE_LONGITUDE>         {1:1} 
  +1 <<NOTE_STRUCTURE>>               {0:M}