Overview Schemas Index

Footprint_definition_arm         


ENTITY Part_feature_based_template_location
          SUBTYPE OF (Template_location_in_structured_template);
          reference_feature : Part_feature;
DERIVE
          all_reference_feature : SET [1:?] OF Part_feature := bag_to_set(USEDIN
      (SELF\Template_location_in_structured_template.assembly,
      'LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_ARM.TEMPLATE_LOCATION_IN_STRUCTURED_TEMPLATE.ASSEMBLY'));
          SELF\Template_location_in_structured_template.reference_designation : STRING := reference_feature\Shape_element.element_name;
WHERE
          WR1: SIZEOF(QUERY( arf <* all_reference_feature | NOT(reference_feature.associated_definition :=: arf.associated_definition))) = 0;
END_ENTITY; -- Part_feature_based_template_location

Entity data types and their attributes

Template_location_in_structured_template
          assembly: Structured_template;
          template: Template_definition;
          reference_designation: STRING;
          placement_status: template_location_placement_status;
          (INV) transform: SET [0:?] OF Template_location_in_structured_template_transform FOR reference_location;
Part_feature_based_template_location
          reference_feature: Part_feature;
          (DER) all_reference_feature: SET [1:?] OF Part_feature;
          (RT) (DER) reference_designation: STRING;

Users: by entity attributes

Template_location_in_structured_template
          Dependent_template_location_in_padstack_definition.reference_location
                    location_stratum_technology_occurrence_or_stratum_technology
          Footprint_occurrence_sub_assembly_relationship.sub_assembly_reference_designation
          Generic_footprint_definition.padstacks
          Requirement_assignment.assigned_to
                    requirement_assignment_item
                              lict_requirement_assignment_item
          Stratum_feature_template_location_in_breakout_footprint_definition.breakout_padstack
          Structured_layout_component_sub_assembly_relationship.first_location
          Structured_layout_component_sub_assembly_relationship.second_location
          Structured_printed_part_template_terminal.associated_composition_relationship
          Template_location_in_structured_template_transform.reference_location
Part_feature_based_template_location
          Footprint_occurrence_sub_assembly_relationship.terminal_location
          Stratum_feature_template_location_in_breakout_footprint_definition.original_padstack

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

Part_feature_based_template_location
          -

Global rules for this entity data type

          -