. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * PLACE_ROMANIZED_VARIATION := {Size=1:120} * The romanized variation of the place name is written in the same form * prescribed for the place name used in the superior context. The * method used to romanize the name is indicated by the line_value of the * subordinate , for example if romaji was used to provide a * reading of a place name written in kanji, then the * subordinate to the ROMN tag would indicate ‘romaji’. (See * page 61.) */ class PlaceRomanizedVariation extends AbstractElement { }