|
SUBTYPE_CONSTRAINT pdpdms_date_or_date_time_assignment_subtypes FOR Date_or_date_time_assignment; ABSTRACT SUPERTYPE; ONEOF (Pre_defined_date_or_date_time_assignment, Externally_defined_date_or_date_time_assignment); END_SUBTYPE_CONSTRAINT; -- pdpdms_date_or_date_time_assignment_subtypes |