. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * NAME_OF_SOURCE_DATA := {Size=1:90} * The name of the electronic data source that was used to obtain the data in * this transmission. For example, the data may have been obtained from a * CD-ROM disc that was named "U.S. 1880 CENSUS CD-ROM vol. 13." */ class NameOfSourceData extends AbstractElement { protected const MAXIMUM_LENGTH = 90; }