. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * PLACE_NAME := {Size=1:120} * The name of the lowest jurisdiction that encompasses all lower-level places named in this * source. For example, "Oneida, Idaho" would be used as a source jurisdiction place for events * occurring in the various towns within Oneida County. "Idaho" would be the source jurisdiction * place if the events recorded took place in other counties as well as Oneida County. */ class SourceJurisdictionPlace extends PlaceName { }