TYPE ds_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON requirement_mri_approval_item WITH (
action_method,
applied_action_assignment,
ascribable_state,
contract_relationship,
descriptive_representation_item,
effectivity,
event_occurrence,
evidence,
executed_action,
general_property,
general_property_relationship,
identification_assignment_relationship,
justification_assignment,
justification_group_assignment,
justification_item_group_assignment,
justification_support_assignment,
justification_support_item_group_assignment,
measure_representation_item,
product_definition_context,
product_relationship,
state_observed_assignment,
state_observed_relationship,
state_type,
state_type_assignment,
state_type_relationship,
validation,
verification,
verification_relationship);
END_TYPE; -- ds_approval_item
|