|
ENTITY Conductive_interconnect_element_with_pre_defined_transitions SUBTYPE OF (Conductive_interconnect_element); centreline_shape : Path_area_with_parameters; SELF\Definition_based_product_occurrence.derived_from : Trace_template; SELF\Stratum_feature_template_component.implementation_or_resident_stratum : Stratum_feature; WHERE WR1: SIZEOF(connected_points) = SIZEOF(SELF\Conductive_interconnect_element.access_mechanisms) - 1; WR2: SIZEOF(['LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.CONDUCTOR', 'LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.CONDUCTIVE_FILLED_AREA'] * TYPEOF(SELF\Stratum_feature_template_component.implementation_or_resident_stratum)) = 1; WR3: centreline_shape.parameters = derived_from.trace_style; WR4: SIZEOF(QUERY(ciet <* SELF\Conductive_interconnect_element.access_mechanisms | NOT(ciet.location.resident_design_layer_stratum = SELF\Stratum_feature_template_component.implementation_or_resident_stratum.resident_stratum) )) = 0; END_ENTITY; -- Conductive_interconnect_element_with_pre_defined_transitions |
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; Conductive_interconnect_element (INV) access_mechanisms: SET [2:?] OF Conductive_interconnect_element_terminal FOR associated_component; (INV) connected_points: SET [1:?] OF Conductive_interconnect_element_terminal_link FOR associated_element; Conductive_interconnect_element_with_pre_defined_transitions centreline_shape: Path_area_with_parameters; (RT) derived_from: Trace_template; (RT) implementation_or_resident_stratum: Stratum_feature; |
Global rules for this entity data type- |