PLACE STRUCTURE

From PGVWiki
Revision as of 04:46, 28 March 2008 by MarekZ (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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}