owns
statement
The statement <LABEL> owns <ATTRIBUTE LABEL>
is used to identify the <LABEL>
type as an owner of <ATTRIBUTE LABEL>
.
Defining ownership
The owns
keyword can be used to define a type as an owner of an attribute type.
define user owns email;