Attribute types include:
Undefined, Integer 16, Integer 32,
Integer 64,
Decimal,
Double,
Float,
String,
Boolean,
Date,
Binary,
Data, or
Transformable
When defining an Entity as abstract you won't be creating any instances of that entity. For example a Person would be abstract and a Emp...