Issue 10945: 9.18 Typographics Issues (qvt-rtf) Source: Model Driven Solutions (Dr. Edward Willink, ed(at)willink.me.uk) Nature: Uncategorized Issue Severity: Summary: Style. Use same font and presentation as 7.12.3, 8.4. Typo. Remove '(' preceding '","' in BottomPattern. Typo. Remove 'e' in 'Assignement'. Resolution: Some aspects of the presentation are easily resolved, but replacing e.g. DirectionName to <directionName> is not worthwhile. These will all change to e.g. DirectionNameCS once OCL 2.5 aligned grammars are provided. The '(' is needed as part of an 'optional' for which the prevailing BNF is []. Assignement is a simple typo. Revised Text: Throughout 9.18 Change asymmetric double quotes “...” to single quotes '...' In 9.18 Concrete Syntax change BottomPattern ::= [ (Variable | RealizedVariable) (“,” ( Variable | RealizedVariable)* “|” ] ( Constraint “;” )* to BottomPattern ::= [ (Variable | RealizedVariable) [“,” ( Variable | RealizedVariable)*] “|” ] ( Constraint “;” )* In 9.18 Concrete Syntax change Assignement ::= to Assignment ::= Actions taken: March 25, 2007: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== s is issue # 10945 From: "Ed Willink" 9.18 Typographics Issues Style. Use same font and presentation as 7.12.3, 8.4. Typo. Remove '(' preceding '","' in BottomPattern. Typo. Remove 'e' in 'Assignement'.