The Semantic model provides a business data architecture based on Object Class and Property items. An Object Class can be linked to one or many tables. A Property can be linked to one or many fields.
An Object Class is a business concept that can be linked to one or many tables declared in the data models.
Property  | Definition  | 
|---|---|
Code  | Any naming convention is valid.  | 
Name  | Any naming convention is valid.  | 
Is removed  | If set to True: The Object Class is no longer valid. It is logically removed. By using the purge service, the data will be physically deleted. If set to False: The Object Class is valid.  | 
Description  | Description of the Object Class.  | 
A property is held by one or many Object Class items.
Property  | Definition  | 
|---|---|
Object Class  | Reference to an Object Class.  | 
Property  | Reference to a Property held by the referenced Object Class.  | 
Description  | Description of the association between the Object Class and the Property.  | 
A Property is a business concept that can be linked to one to many fields declared in the data models.
Property  | Definition  | 
|---|---|
Code  | Any naming convention is valid.  | 
Name  | Any naming convention is valid.  | 
Is removed  | If set to True: The Property is no longer valid. It is logically removed. By using the purge service, the data will be physically deleted. If set to False: The Property is valid.  | 
Description  | Description of the Property.  |