|
RULE text_font_usage FOR (externally_defined_text_font, pre_defined_text_font); WHERE wr1: SIZEOF ( QUERY ( pdtf <* pre_defined_text_font | SIZEOF ( USEDIN ( pdtf , 'presentation_definition_schema.text_literal.font' ) ) = 0 ) ) = 0 ; wr2: SIZEOF ( QUERY ( edtf <* externally_defined_text_font | SIZEOF ( USEDIN ( edtf , 'presentation_definition_schema.text_literal.font' ) ) = 0 ) ) = 0 ; END_RULE; -- text_font_usage |
|
public class RText_font_usage public int rWr2(SdaiContext _context) public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |