Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_product_definition_context_for_external_properties FOR (general_property_association, product_definition);
 
WHERE
          wr1:  SIZEOF  ( QUERY  ( pd <* product_definition | ( SIZEOF  ( QUERY  ( propd <* USEDIN  ( pd , 'automotive_design.' + 'property_definition.definition' ) | SIZEOF  ( QUERY  ( gpa <* USEDIN  ( propd , 'automotive_design.' + 'general_property_association.derived_definition' ) | 'automotive_design.' + 'externally_defined_general_property' IN TYPEOF ( gpa . base_definition ) ) ) > 0 ) ) > 0 ) AND  ( SIZEOF ( QUERY ( pdca <* USEDIN ( pd , 'automotive_design.' + 'product_definition_context_association.definition' ) | ( pdca . frame_of_reference . name = 'external' ) AND ( pdca . role . name = 'external' ) ) ) = 0 ) ) ) = 0 ;
END_RULE; -- restrict_product_definition_context_for_external_properties

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