|
ENTITY Allocated_passage_minimum_annular_ring SUBTYPE OF (Characterizable_object); connected_minimum_annular_ring : OPTIONAL Length_data_element; unconnected_minimum_annular_ring : OPTIONAL Length_data_element; associated_passage_allocation : Passage_technology_allocation_to_stack_model; associated_stratum_technology_occurrence : Stratum_technology_occurrence; WHERE WR1: EXISTS(connected_minimum_annular_ring) OR EXISTS(unconnected_minimum_annular_ring); WR2: associated_stratum_technology_occurrence IN associated_passage_allocation\Stratum_sub_stack. associated_stackup\Stratum_stack_model.composing_occurrence; END_ENTITY; -- Allocated_passage_minimum_annular_ring |
Entity data types and their attributesCharacterizable_objectname: STRING; (OPT) description: STRING; Allocated_passage_minimum_annular_ring (OPT) connected_minimum_annular_ring: Length_data_element; (OPT) unconnected_minimum_annular_ring: Length_data_element; associated_passage_allocation: Passage_technology_allocation_to_stack_model; associated_stratum_technology_occurrence: Stratum_technology_occurrence; |
Global rules for this entity data type- |