|
Difference between
version 14
and
version 13:
| At line 13 added 1 line. |
| + [2] Annot ::= ItemExp "==>" OntExp |
| Line 15 was replaced by line 16 |
| - [2] Annot ::= ItemExp '==>' OntExp |
| + [3] ItemExp ::= "/" ItemPath |
| At line 16 added 4 lines. |
| + [4] ItemPath ::= ElemName ( "[" ItemCntxtExp "]" )* ( Var )? | |
| + ItemPath "/" ItemPath | |
| + "*" | |
| + "." |
| Line 18 was replaced by line 23 |
| - [3] ItemExp ::= '/' ItemPath |
| + [5] Var ::= "{" "$" VarName "}" |
| At line 19 added 2 lines. |
| + [6] ItemCntxtExp ::= ItemPath | |
| + ItemPath ValueComp ItemValue |
| Line 21 was replaced by line 28 |
| - [4] ItemPath ::= ElemName ( '[' ItemCntxtExp ']' )* ( Var )? | |
| + [7] ValueComp ::= "eq" | "ne" | "lt" | "le" | "gt" | "ge" |
| Removed line 23 |
| - ItemPath '/' ItemPath | |
| Removed lines 25-40 |
| - '*' | |
| - |
| - '.' |
| - |
| - |
| - [5] Var ::= '{' '$' VarName '}' |
| - |
| - |
| - [6] ItemCntxtExp ::= ItemPath | |
| - |
| - ItemPath Op ItemValue |
| - |
| - |
| - [7] Op ::= '=' | '<' | '>' | '<=' | '>=' | '!=' |
| - |
| - |
| Line 44 was replaced by line 34 |
| - [9] OntPath ::= '.' RoleName ( '#' ConceptName )? ( Var )? ( OntPath )? |
| + [9] OntPath ::= "." RoleName ( "#" ConceptName )? ( Var )? ( OntPath )? |
Back to SMS Hot Topics,
or to the Page History.
|