Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_class_system_assignment_for_document_type FOR (applied_classification_assignment, document_type);

WHERE
          wr1: SIZEOF ( QUERY  ( ent <* document_type | SIZEOF ( QUERY (
     ia <* USEDIN ( ent ,
     'AUTOMOTIVE_DESIGN.'+'APPLIED_CLASSIFICATION_ASSIGNMENT.'+
     'ITEMS' ) | ia. role.name = 'class system membership' ) )
     >1 ) ) =0;
END_RULE; -- restrict_class_system_assignment_for_document_type

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