Overview Schemas Index

Alternative_solution_arm         


ENTITY Supplier_solution
          SUBTYPE OF (Alternative_solution);
          supplier : Organization;
          probability_rate : OPTIONAL REAL;
DERIVE
          actual_rate : REAL := NVL(probability_rate, 1.0);
WHERE
          WR1: { 0.0 <= actual_rate <= 1.0 };
END_ENTITY; -- Supplier_solution

Entity data types and their attributes

Alternative_solution
          id: STRING;
          (OPT) version_id: STRING;
          base_element: complex_product_select;
Supplier_solution
          supplier: Organization;
          (OPT) probability_rate: REAL;
          (DER) actual_rate: REAL;

Users: by entity attributes

Alternative_solution
          Alternative_solution.base_element
                    complex_product_select
          Approval_assignment.items
                    approval_item
                              approval_element_select_236cc1
                                        complex_product_select
          Assigned_property.described_element
                    property_assignment_select
                              item_property_select_236cc1
          Breakdown_node_relationship.relating
                    complex_product_select
          Classification_assignment.items
                    classification_item
                              classification_item_extended
                                        classified_element_select_236cc1
                                                  complex_product_select
          Complex_node_relationship.related
                    complex_product_select
          Complex_node_relationship.relating
                    complex_product_select
          Configuration.configured_element
                    configured_item_select
                              sc_configured_element
          Design_constraint_association.constrained_object
                    complex_product_select
          Document_assignment.is_assigned_to
                    documented_element_select
                              documented_element_select_236cc1
                                        complex_product_select
          Effectivity_assignment.items
                    effectivity_item
                              effective_element_select_236cc1
                                        complex_product_select
          Identification_assignment.items
                    identification_item
                              identification_item_236cc1
                                        complex_product_select
          Solution_element.resolved_requirement
                    complex_product_select
Supplier_solution
          Certification_assignment.items
                    certification_item
                              certified_element_select_236cc1

Users: by defined types, not used by any entity attribute

Supplier_solution
          certified_element_select_236cc1
                    Certification_assignment.items
                    design_pdm_information_usage_right_item

Global rules for this entity data type

          -