You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Concepts
Entities are used to define the structure of your data.
An attribute is used to define the properties of your entities, thereby defining the data that can exist in your application. A multivalued attribute can contain more than one value of the same type.
Relations define possible associations between instances of entities.
A value list is used for predefining possible values that an Attribute can have and it's corresponding display values.
Validation rules are used for validating (checking) input, or calculations made based on input.
Aggregates are used for storing a snapshot of the profile or a part of the profile, that can be read, updated and/or deleted across sessions.
Entity Relationship Diagram (ERD)
An entity relationship diagram (ERD) provides a visual representation of how a selection of entities, attributes, and relations relate to each other.
Visuals
This visual does not aim to be complete, but rather to provide insight.