Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
WHERE composition/context/start_time > '19860101' // a complete date. It isAQL grammar identifies it as a string value within the scope of AQL grammar.
WHERE composition/context/start_time < "120000+0930"  // ISO8601 time. It is AQL grammar identifies it as a string value within the scope of AQL grammar.

WHERE composition/context/start_time <= '1986-01-01'  // complete calendar date in ISO8601 extended format. ItAQL isgrammar aidentifies datethis value withinas thea scopedate of AQL grammar. 
value.
Archetype Id

 The same as the archetype ID syntax specified in ADL. Its format is

AQL structure

Overview

AQL structure has been briefly introduced in Section 2.2. This section introduces AQL structure in details.

...