TYPE NDT_PROBABILITY_DISTRIBUTION_TYPE = ENUMERATION OF (uniform, triangular, normal, lognormal, stretched_beta); END_TYPE;