. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * USER_REFERENCE_TYPE := {Size=1:40} * A user-defined definition of the USER_REFERENCE_NUMBER. */ class UserReferenceType extends AbstractElement { protected const MAX_LENGTH = 40; }