Overview Schemas Index

Specification_control_arm         


ENTITY Breakdown_node_relationship;
          description : OPTIONAL STRING;
          relating : complex_product_select;
          related : breakdown_element_select;
          relation_type : STRING;
WHERE
          WR1: (NOT (relation_type IN ['functionality', 'realization'])) OR
              (TYPEOF(related) <> TYPEOF(relating));
          WR2: (NOT (relation_type IN ['decomposition', 'specialization', 'occurrence'])) OR
              (aggregate1_in_aggregate2(TYPEOF(related),TYPEOF(relating)) OR aggregate1_in_aggregate2(TYPEOF(relating),TYPEOF(related)) );
          WR3: (NOT (relation_type IN  ['occurrence'])) OR 
              ('SPECIFICATION_CONTROL_ARM.PHYSICAL_ELEMENT_DEFINITION' IN TYPEOF(relating));
END_ENTITY; -- Breakdown_node_relationship

Entity data types and their attributes

Breakdown_node_relationship
          (OPT) description: STRING;
          relating: complex_product_select;
          related: breakdown_element_select;
          relation_type: STRING;

Users: by entity attributes

Breakdown_node_relationship
          Approval_assignment.items
                    approval_item
                              approval_element_select_236cc1
          Assigned_property.described_element
                    property_assignment_select
                              item_property_select_236cc1
          Attribute_translation_assignment.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Document_assignment.is_assigned_to
                    documented_element_select
                              documented_element_select_236cc1
          Effectivity_assignment.items
                    effectivity_item
                              effective_element_select_236cc1
          Language_indication.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1

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

Breakdown_node_relationship
          approval_element_select_236cc1
                    Approval_assignment.items
          documented_element_select_236cc1
                    design_pdm_information_usage_right_item
                    Document_assignment.is_assigned_to
                    Lessons_learned.is_assigned_to
          effective_element_select_236cc1
                    Effectivity_assignment.items
          furniture_properties_select_ap236cc1
                    Attribute_translation_assignment.considered_instance
                    Language_indication.considered_instance
          item_property_select_236cc1
                    Assigned_document_property.described_element
                    Assigned_property.described_element
                    User_defined_attribute_assignment.described_element

Global rules for this entity data type

          -