TYPE tsr_string_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON string_select WITH (
Experience_gained,
Experience_type,
Global_location_representation,
Location,
Location_relationship,
Organization_type,
Organizational_location_identification,
Position,
Position_group,
Position_relationship,
Position_role,
Position_type,
Product_based_location_identification,
Product_group,
Product_group_relationship,
Qualification_type,
Regional_coordinate,
Regional_grid_location_representation,
Resource_property,
Task_element,
Task_element_relationship,
Task_method,
Task_method_assignment,
Task_method_relationship,
Task_method_version,
Task_method_version_assignment,
Task_method_version_relationship,
Task_objective,
Type_of_person,
Type_of_person_assignment,
Type_of_person_definition,
Type_of_person_definition_relationship);
END_TYPE; -- tsr_string_select
|