|
ENTITY Stratum_sub_stack ABSTRACT SUPERTYPE OF (ONEOF (Local_linear_stack, Passage_technology_allocation_to_stack_model)) SUBTYPE OF (Template_definition); stratum_technology_sequence : OPTIONAL SET [1:?] OF Stratum_technology_occurrence_link; stack_thickness : OPTIONAL Length_tolerance_characteristic; associated_stackup : Design_stack_model; WHERE WR1: SIZEOF(QUERY(sts <* stratum_technology_sequence | NOT(associated_stackup :=: sts\Stratum_technology_occurrence_relationship.scope)) ) = 0; END_ENTITY; -- Stratum_sub_stack |
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_sub_stack (OPT) stratum_technology_sequence: SET [1:?] OF Stratum_technology_occurrence_link; (OPT) stack_thickness: Length_tolerance_characteristic; associated_stackup: Design_stack_model; |
| Local_linear_stack (Fabrication_technology_arm) |
| Passage_technology_allocation_to_stack_model (Fabrication_technology_arm) |
Global rules for this entity data type- |