|
SUBTYPE_CONSTRAINT representation_item_subtypes FOR Representation_item; ONEOF (Boolean_representation_item, Compound_representation_item, Date_time_representation_item, Integer_representation_item, Logical_representation_item, Rational_representation_item, Real_representation_item); END_SUBTYPE_CONSTRAINT; -- representation_item_subtypes |