|
ENTITY Land_with_join_terminal SUBTYPE OF (Land, Land_join_terminal); DERIVE SELF\Component_feature.associated_component : Land_with_join_terminal := SELF; END_ENTITY; -- Land_with_join_terminal |
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; Single_instance - Laminate_component (RT) derived_from: Template_definition; (INV) cad_layer: SET [0:1] OF External_source_identification FOR item; Stratum_feature_template_component (RT) derived_from: stratum_feature_template_or_parametric_template; implementation_or_resident_stratum: stratum_feature_or_stratum; (OPT) causal_item: limd_restriction_basis_item; (DER) resident_stratum: Stratum; Land (OPT) alternate_land_definition: Land_physical_template; (RT) derived_from: Land_physical_template; (DER) functional: BOOLEAN; (INV) access_mechanism: SET [1:?] OF Land_join_terminal FOR associated_component; Shape_element (OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Component_feature (OPT) definition: feature_select; (RT) containing_shape->associated_component: Assembly_component; (RT) element_name: STRING; Laminate_component_feature - Component_terminal (OPT) local_swappable: BOOLEAN; (OPT) global_swappable: BOOLEAN; (OPT) swap_code: STRING; Laminate_component_join_terminal (INV) node_implementation: SET [0:1] OF Generic_physical_network FOR connectivity_requirement_element; Land_join_terminal (RT) definition: Land_template_join_terminal; (RT) associated_component: Land; Land_with_join_terminal (RT) (DER) associated_component: Land_with_join_terminal; |
Global rules for this entity data type- |