Overview Schemas Index

Assembly_technology_arm         


ENTITY Assembly_bond_definition;
          name : STRING;
          analytical_assembly_bond_representation : OPTIONAL SET [1:?] OF Analytical_model_application;
          associated_definition : Externally_defined_view_definition;
          bonded_feature_1 : bond_feature;
          bonded_feature_2 : bond_feature;
INVERSE
          default_shape : SET [0:1] OF Default_assembly_bond_shape_model FOR shape_characterized_definition;
          bond_category : External_source_identification FOR item;
          bond_material : Material_identification FOR items;
UNIQUE
          UR2 : associated_definition;
          UR1 : name;
WHERE
          WR1: bonded_feature_1 <> bonded_feature_2;
          WR2: 'CONDUCTIVITY_MATERIAL_ASPECTS_ARM.'+ 'MATERIAL_IDENTIFICATION_WITH_CONDUCTIVITY_CLASSIFICATION' IN TYPEOF (bond_material);
          WR3: NOT(('PHYSICAL_UNIT_USAGE_VIEW_ARM.PART_FEATURE' IN  TYPEOF (bonded_feature_1)) XOR
        ('PHYSICAL_UNIT_USAGE_VIEW_ARM.PART_FEATURE' IN TYPEOF(bonded_feature_2)));
          WR4: NOT(('PHYSICAL_UNIT_USAGE_VIEW_ARM.CONNECTION_ZONE_IN_USAGE_VIEW' IN  TYPEOF (bonded_feature_1)) XOR 
        ('PHYSICAL_UNIT_USAGE_VIEW_ARM.CONNECTION_ZONE_IN_USAGE_VIEW' IN TYPEOF(bonded_feature_2)));
          WR5: NOT((('LAYERED_INTERCONNECT_SIMPLE_TEMPLATE_ARM.CONNECTION_ZONE_IN_LAYOUT_TEMPLATE' IN
        TYPEOF (bonded_feature_1)) OR
        ('LAYERED_INTERCONNECT_SIMPLE_TEMPLATE_ARM.DEFAULT_ATTACHMENT_SIZE_BASED_LAND_PHYSICAL_TEMPLATE' IN  TYPEOF
        (bonded_feature_1)) OR
        ('FEATURE_AND_CONNECTION_ZONE_ARM.FEATURE_DEFINITION_WITH_CONNECTION_AREA' IN  TYPEOF(bonded_feature_2)))
        XOR 
        (('LAYERED_INTERCONNECT_SIMPLE_TEMPLATE_ARM.CONNECTION_ZONE_IN_LAYOUT_TEMPLATE' IN  TYPEOF(bonded_feature_2)) OR
        ('LAYERED_INTERCONNECT_SIMPLE_TEMPLATE_ARM.DEFAULT_ATTACHMENT_SIZE_BASED_LAND_PHYSICAL_TEMPLATE' IN  TYPEOF
        (bonded_feature_1)) OR
        ('FEATURE_AND_CONNECTION_ZONE_ARM.FEATURE_DEFINITION_WITH_CONNECTION_AREA' IN TYPEOF(bonded_feature_2))));
END_ENTITY; -- Assembly_bond_definition

Entity data types and their attributes

Assembly_bond_definition
          name: STRING;
          (OPT) analytical_assembly_bond_representation: SET [1:?] OF Analytical_model_application;
          associated_definition: Externally_defined_view_definition;
          bonded_feature_1: bond_feature;
          bonded_feature_2: bond_feature;
          (INV) default_shape: SET [0:1] OF Default_assembly_bond_shape_model FOR shape_characterized_definition;
          (INV) bond_category: External_source_identification FOR item;
          (INV) bond_material: Material_identification FOR items;

Users: by entity attributes

Assembly_bond_definition
          Add_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Assembled_with_bonding.default_bond_definition
          Assigned_property.described_element
                    property_assignment_select
                              at_property_assignment_select
          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
          Composite_material_identification.composite_items
                    material_item_select
                              at_material_item_select
          Default_assembly_bond_shape_model.shape_characterized_definition
          Delete_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          External_source_identification.item
                    external_identification_item
                              at_external_identification_item
          Frozen_assignment.frozen_item
                    managed_design_object
                              ap210_managed_design_object
          Material_identification.items
                    material_item_select
                              at_material_item_select

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

Assembly_bond_definition
          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
          at_external_identification_item
                    External_source_identification.item
          at_material_item_select
                    Composite_material_identification.composite_items
                    Material_identification.items
          at_property_assignment_select
                    Assigned_document_property.described_element
                    Assigned_property.described_element
                    User_defined_attribute_assignment.described_element

Global rules for this entity data type

          -