Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_class_system_assignment_for_planar_extent FOR (applied_classification_assignment, planar_extent);

WHERE
          wr1: SIZEOF ( QUERY  ( pe <* planar_extent | ( pe\
     representation_item.name = 'size format' ) AND ( SIZEOF (
     QUERY ( aca <* USEDIN ( pe ,
     'AUTOMOTIVE_DESIGN.APPLIED_CLASSIFICATION_ASSIGNMENT.ITEMS'
     ) | aca\ classification_assignment.role. name =
     'class system membership' ) ) >1 ) ) ) =0;
END_RULE; -- restrict_class_system_assignment_for_planar_extent

public class RRestrict_class_system_assignment_for_planar_extent
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)