|
ENTITY Component_placement_restriction_assignment; maximum_negative_component_height : OPTIONAL Length_tolerance_characteristic; maximum_positive_component_height : OPTIONAL Length_tolerance_characteristic; area : OPTIONAL Mounting_restriction_area; volume : OPTIONAL Mounting_restriction_volume; requirement : Item_restricted_requirement; components_permitted : BOOLEAN; mounting_clearance : OPTIONAL Length_tolerance_characteristic; WHERE WR1: EXISTS(area) OR EXISTS(volume); END_ENTITY; -- Component_placement_restriction_assignment |
Entity data types and their attributesComponent_placement_restriction_assignment(OPT) maximum_negative_component_height: Length_tolerance_characteristic; (OPT) maximum_positive_component_height: Length_tolerance_characteristic; (OPT) area: Mounting_restriction_area; (OPT) volume: Mounting_restriction_volume; requirement: Item_restricted_requirement; components_permitted: BOOLEAN; (OPT) mounting_clearance: Length_tolerance_characteristic; |
Global rules for this entity data type- |