Overview Schemas Index

Layered_interconnect_module_design_arm         


ENTITY Layer_connection_point
          ABSTRACT SUPERTYPE OF (ONEOF (Explicitly_located_layer_connection_point, Dependently_located_layer_connection_point))
          SUBTYPE OF (Shape_element);
          SELF\Shape_element.element_name : STRING;
          location_2d : OPTIONAL Cartesian_point;
          location_3d : OPTIONAL Cartesian_point;
          SELF\Shape_element.containing_shape RENAMED resident_design_layer_stratum : Design_layer_stratum;
DERIVE
          aggregate_join : SET [1:?] OF Join_relationship := make_aggregate_join(
               inter_join_path,
               intra_join_path,
               embedded_physical_component_path,
               unrouted_join_path);
          reference_network : Generic_physical_network := aggregate_join[1].network_topology;
INVERSE
          inter_join_path : SET [0:1] OF Inter_stratum_join_relationship FOR points_to_be_connected;
          intra_join_path : SET [0:?] OF Intra_stratum_join_relationship FOR points_to_be_connected;
          embedded_physical_component_path : SET [0:?] OF Stratum_embedded_physical_component_join_relationship FOR point_to_be_connected;
          unrouted_join_path : SET [0:1] OF Unrouted_join_relationship FOR unrouted_lcp;
UNIQUE
          UR1 : element_name, resident_design_layer_stratum;
WHERE
          WR1: EXISTS(location_2d) OR EXISTS(location_3d);
          WR2: NOT (EXISTS(location_2d)) OR ((SIZEOF(location_2d\Cartesian_point.coordinates)) = 2);
          WR3: NOT (EXISTS(location_3d)) OR ((SIZEOF(location_3d\Cartesian_point.coordinates)) = 3);
          WR4: EXISTS(reference_network);
          WR5: NOT EXISTS (SELF\Shape_element.description);
          WR6: SIZEOF(QUERY(ijp <* intra_join_path | NOT(resident_design_layer_stratum :=: ijp.associated_stratum)
                  )) = 0;
END_ENTITY; -- Layer_connection_point

Entity data types and their attributes

Shape_element
          (OPT) id: STRING;
          (OPT) element_name: STRING;
          (OPT) description: STRING;
          containing_shape: Item_shape;
Layer_connection_point
          (RT) element_name: STRING;
          (OPT) location_2d: Cartesian_point;
          (OPT) location_3d: Cartesian_point;
          (RT) containing_shape->resident_design_layer_stratum: Design_layer_stratum;
          (DER) aggregate_join: SET [1:?] OF Join_relationship;
          (DER) reference_network: Generic_physical_network;
          (INV) inter_join_path: SET [0:1] OF Inter_stratum_join_relationship FOR points_to_be_connected;
          (INV) intra_join_path: SET [0:?] OF Intra_stratum_join_relationship FOR points_to_be_connected;
          (INV) embedded_physical_component_path: SET [0:?] OF Stratum_embedded_physical_component_join_relationship FOR point_to_be_connected;
          (INV) unrouted_join_path: SET [0:1] OF Unrouted_join_relationship FOR unrouted_lcp;

Known subtypes

          Dependently_located_layer_connection_point (Layered_interconnect_module_design_arm)
          Explicitly_located_layer_connection_point (Layered_interconnect_module_design_arm)

Users: by entity attributes

Shape_element
          Add_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Applied_information_usage_right.item
                    information_usage_right_item
                              design_pdm_information_usage_right_item
                                        pdm_documented_element_select
          Assigned_property.described_element
                    property_assignment_select
                              item_property_select_236cc1
          Attribute_translation_assignment.considered_instance
                    string_select
                              furniture_properties_select_ap236cc1
          Change_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Classification_assignment.items
                    classification_item
                              classification_item_extended
                                        classified_element_select_236cc1
          Composite_material_identification.composite_items
                    material_item_select
                              dma_material_item_select
          Conical_tolerance_zone_boundary_and_surface_relationship.terminating_surface
                    physical_feature_or_part_template
          Datum_defined_by_feature.defined_by
          Delete_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Derived_geometry.derived_from
          Derived_shape_element.derived_from
          Dimension_related_positional_boundary.constrained_physical_feature
                    physical_feature_or_part_template
          Directed_axis.end_shape_element
          Directed_axis.start_shape_element
          Document_assignment.is_assigned_to
                    documented_element_select
                              pdm_documented_element_select
          Draughting_model_item_association.definition
                    shape_select
          Frozen_assignment.frozen_item
                    managed_design_object
                              ap210_managed_design_object
          Geometric_item_specific_usage.definition
                    geometric_item_specific_usage_select
          Geometric_tolerance.applied_to
          Group.elements
                    groupable_item
                              groupable_item_203e2
          Language_indication.considered_instance
                    string_select
                              string_select_203e2
          Location_dimension.origin
                    placed_element_select
                              element_with_dimension_select
          Location_dimension.target
                    placed_element_select
                              element_with_dimension_select
          Material_identification.items
                    material_item_select
                              dma_material_item_select
          Projected_zone_and_base_relationship.base_physical_feature
                    physical_feature_or_part_template
          Projection.projection_end
          Requirement_source.source
                    requirement_source_item
                              sysm_requirement_source_item
          Restraint_condition.applied_to
                    restrained_item_select
                              physical_feature_or_part_template
          Shape_dependent_property_representation.described_element
                    shape_dependent_select
          Shape_description_association.represented_characteristic
                    shape_select
          Shape_element_locating_relationship.located_shape_element
          Shape_element_locating_relationship.locating_shape_element
          Shape_element_relationship.related
          Shape_element_relationship.relating
          Size_dimension.is_applied_to
                    element_with_dimension_select
          Surface_condition_association.described_element
                    shaped_element_select
          Target_area.is_defined_by
          Target_curve.is_defined_by
          Tolerance_zone_definition.first_element
          Tolerance_zone_definition.second_element
          True_profile.profiled_surface
                    physical_feature_or_part_template
Layer_connection_point
          Add_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Conductive_interconnect_element_terminal.location
          Connected_area_component.associated_layer_connection_point
          Delete_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Frozen_assignment.frozen_item
                    managed_design_object
                              ap210_managed_design_object
          Inter_stratum_join_relationship.points_to_be_connected
          Intra_stratum_join_relationship.points_to_be_connected
          Stratum_embedded_physical_component_join_relationship.point_to_be_connected
          Unrouted_join_relationship.unrouted_lcp

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

Layer_connection_point
          ap210_managed_design_object
                    Add_design_object_management_relationship.current_design_object
                    Change_design_object_management_relationship.current_design_object
                    Change_design_object_management_relationship.previous_design_object
                    Delete_design_object_management_relationship.previous_design_object
                    Frozen_assignment.frozen_item

Global rules for this entity data type

          -