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>
...
...
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 |
|