|
ENTITY Design_stack_model SUBTYPE OF (Stratum_stack_model); model_thickness : OPTIONAL Length_tolerance_characteristic; INVERSE sub_stack : SET [1:?] OF Stratum_sub_stack FOR associated_stackup; END_ENTITY; -- Design_stack_model |
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; Stratum_stack_model (DER) composing_occurrence: SET [1:?] OF Stratum_technology_occurrence; (INV) composing_link: SET [1:?] OF Stratum_technology_occurrence_relationship FOR scope; Design_stack_model (OPT) model_thickness: Length_tolerance_characteristic; (INV) sub_stack: SET [1:?] OF Stratum_sub_stack FOR associated_stackup; |
Global rules for this entity data type- |