|
ENTITY Footprint_definition SUBTYPE OF (Generic_footprint_definition); reference_package : OPTIONAL Part_usage_view; WHERE WR1: SIZEOF (QUERY(shape <* SELF\Structured_template.shapes | NOT ('LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_ARM.FOOTPRINT_DEFINITION_SHAPE_MODEL' IN TYPEOF(shape)) )) = 0; WR2: SIZEOF (QUERY(tlist <* SELF\Structured_template.templates | ('FOOTPRINT_DEFINITION_ARM.FOOTPRINT_DEFINITION' IN TYPEOF(tlist.template)) )) = 0; END_ENTITY; -- Footprint_definition |
Entity data types and their attributesItem_shape(OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Product_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; Template_definition (RT) defined_version: Template_version; (OPT) physical_characteristic: SET [1:?] OF correlated_or_independent; (RT) (DER) described_element: Template_definition; Geometric_template (INV) shapes: SET [0:?] OF Part_template_shape_model FOR shape_characterized_definition; Structured_template (DER) empty: LOGICAL; (RT) (INV) shapes: SET [1:?] OF Structured_template_planar_shape_model FOR shape_characterized_definition; (INV) templates: SET [0:?] OF Template_location_in_structured_template FOR assembly; Multi_stratum_structured_template location: template_arrangement; Generic_footprint_definition (DER) padstack_based_location: template_arrangement; (DER) padstacks: SET [1:?] OF Template_location_in_structured_template; (DER) single_stratum_components: SET [0:?] OF Single_stratum_template; Footprint_definition (OPT) reference_package: Part_usage_view; |
Global rules for this entity data type- |