| exists | (exists anywhere in sentence)
 |  | precedes | (sister precedes)
 |  | iPrecedes | (immediately sister precedes) 
 |  | anyPrecedes | (precedes anywhere)
 |  | iDominates | (immediately dominates)
 |  | iDomsOnly | (immediately dominates only child)
 |  | iDomsNumber# | (immediately dominates first, second, etc. child)
 |  | iDomsLast# | (immediately dominates last, second-to-last, etc. child)
 |  | DomsWords# | (dominates # of words)
 |  | DomsWords># | (dominates more than # of words)
 |  | DomsWords<# | (dominates less than # of words)
 |  | iDomsTotal# | (dominates # of daughters)
 |  | iDomsTotal># | (dominates more than # of daughters)
 |  | iDomsTotal<# | (dominates less than # of daughters)
 |  | column# | (searches coding node)
 |  | inID | (searches ID node)
 |   
 | 
| AND | (and-condition) | 
 | ! | (not-argument) | 
 | | | (or-argument) | 
  
 
wild cards
|
 | * | matches 0 or more characters | 
 | # | matches any digit(s) (0, 1, ... 9) | 
  
 | 
 |