You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/01/25 16:27:56 UTC

svn commit: r1438554 - /uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/src/docbook/tools.textmarker.language.expressions.xml

Author: pkluegl
Date: Fri Jan 25 15:27:56 2013
New Revision: 1438554

URL: http://svn.apache.org/viewvc?rev=1438554&view=rev
Log:
UIMA-2602
- added definition for literal list expressions

Modified:
    uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/src/docbook/tools.textmarker.language.expressions.xml

Modified: uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/src/docbook/tools.textmarker.language.expressions.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/src/docbook/tools.textmarker.language.expressions.xml?rev=1438554&r1=1438553&r2=1438554&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/src/docbook/tools.textmarker.language.expressions.xml (original)
+++ uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/src/docbook/tools.textmarker.language.expressions.xml Fri Jan 25 15:27:56 2013
@@ -280,10 +280,17 @@ BooleanLiteral    ->  "true" | "false"]]
 WordListExpression     ->  RessourceLiteral | WordListVariable
 WordTableExpression    ->  RessourceLiteral | WordTableVariable
 TypeListExpression     ->  TypeListVariable
+                           | "{" TypeExpression ("," TypeExpression)* "}"
 NumberListExpression   ->  IntListVariable | FloatListVariable 
                            | DoubleListVariable
+                           | "{" NumberExpression 
+                              ("," NumberExpression)* "}"
 StringListExpression   ->  StringListVariable
+                           | "{" StringExpression 
+                              ("," StringExpression)* "}"
 BooleanListExpression  ->  BooleanListVariable
+                           | "{" BooleanExpression 
+                              ("," BooleanExpression)* "}"
 ]]></programlisting>
     A ResourceLiteral is something
     like 'folder/file.txt' (Attention: Use single quotes).