Appendix B. BNF

This appendix contains graphical representations of the BNF grammar that’s contained in the CMIS 1.1 specification for Query. There’s no additional information here beyond what’s in the normative text. These graphics were generated with the Railroad Diagram Generator tool, which you can find at http://railroad.my28msec.com/rr/ui.

CMIS11QueryStatement

CMIS11QueryStatement
         ::= 'SELECT' ( '*' | SelectSublist ( ',' SelectSublist )* ) 
          'FROM' TableReference ( 'WHERE' SearchCondition )? (  'ORDER BY' SortSpecification ( ',' SortSpecification ...

Get CMIS and Apache Chemistry in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.