|
ENTITY Interconnect_module_macro_component SUBTYPE OF (Physical_component, Single_instance); SELF\Definition_based_product_occurrence.derived_from : Layered_interconnect_module_design_view; INVERSE join_access_mechanisms : SET [1:?] OF Interconnect_module_macro_component_join_terminal FOR associated_component; WHERE WR1: SIZEOF(QUERY(immcjt <* join_access_mechanisms | immcjt\Component_feature.definition\Shape_element.containing_shape :<>: SELF\Definition_based_product_occurrence.derived_from\Part_design_view.usage_view)) = 0; WR2: NOT EXISTS(SELF\Product_view_definition.additional_characterization); END_ENTITY; -- Interconnect_module_macro_component |
Entity data types and their attributesProduct_view_definition(OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Product_occurrence (INV) occurrence_contexts: SET [0:?] OF Product_occurrence_definition_relationship FOR related_view; (INV) view_definition_contexts: SET [0:?] OF View_definition_relationship FOR related_view; Definition_based_product_occurrence derived_from: Product_view_definition; Item_shape (OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Assembly_component (RT) derived_from: physical_unit_or_part_template; (RT) (DER) described_element: shapeable_item; (DER) assemblies: SET [0:?] OF Product_view_definition; (DER) groups: SET [0:?] OF Assembly_group_component; (DER) versions: SET [0:?] OF Product_version; (DER) product: SET [0:?] OF Product; (RT) (INV) occurrence_contexts: SET [1:?] OF Assembly_component_relationship FOR related_view; Part_occurrence (RT) defined_version: Part_version; Definition_based_part_occurrence (RT) derived_from: Part_view_definition; Physical_component - Single_instance - Interconnect_module_macro_component (RT) derived_from: Layered_interconnect_module_design_view; (INV) join_access_mechanisms: SET [1:?] OF Interconnect_module_macro_component_join_terminal FOR associated_component; |
Global rules for this entity data type- |