Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
iconfalse
titleWhat is it for?
Excerpt

An attribute is used to define the properties of your entities, thereby defining the data that can exist in your application.

A

 A multivalued attribute can contain more than one value of the same type. 

What is it?

An attribute is a property of an entity. Every attribute is of a specific data type. For example the entity Person can have attributes like: Name (type: string), Gender (type: Boolean) and Date of birth (type: Date).

...