Definitions Code Block

Here is a high level view of the basic syntax of a definitions block. This syntax shows parameter declarations within the column and expand set definitions, which can then serve as templates to help present consistent data pages.

  definitions { 
    column-set id = <string> { 
      <parameter-declaration> 
      <columns> 
    } 
    
    expand-set id = <string> { 
      <parameter-declaration> 
      <column-expands> 
    } 
    
    elements { 
      <element> 
    } 
  } 

See also: