LogicalRecordRelation - Properties and Relationships¶
Properties¶
Name | Type | Cardinality |
---|---|---|
hasRelationSpecification | RelationSpecification | 1..1 |
semantic | ExternalControlledVocabularyEntry | 0..1 |
totality | TotalityType | 0..1 |
hasRelationSpecification¶
Provides information on reflexivity, transitivity, and symmetry of relationship using a descriptive term from an enumeration list
semantic¶
Provides semantic context for the relationship
totality¶
Type of relation in terms of totality with respect to an associated collection.
Relationships¶
Name | Type | Cardinality |
---|---|---|
realizes | MemberRelation | 0..n |
source | LogicalRecord | 0..n |
target | LogicalRecord | 0..n |
realizes¶
Collection class realized by the class
source¶
First member in the relationship.
target¶
Second member in a relationship. Note that this can be realized as a collection to support tuples.