Release 2.x‎ > ‎Install - Reference‎ > ‎Config Ref Guide‎ > ‎Models‎ > ‎

Model

A Model, which contains Relationships (and Views) with related Contexts

Syntax

      <Model id="Employee">
         <Properties>
            <Property name="model.description" value="Person with Org and Location"/>
         </Properties>
         <Relationships>
            ...
         </Relationships>
         <Views>
            ...
         </Views>
      </Model>

Arguments

 Name Required Description Example
 id  yes A unique name for the Model  Employee 

Properties


 Name Required Description Example
 model.description no A Description of the Model  Person with Location