Skip to content

Commit 24b78e1

Browse files
committed
add comments on data
1 parent dff9eea commit 24b78e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/scala/02-meta-model.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ object meta:
2727
GeneralReq -> "Label" -> "A descriptive tag used to classify something.",
2828

2929

30-
DataReq -> "DataType" -> "An entity or a record stored in or processed by a system.",
31-
DataReq -> "Field" -> "An attribute that is part of a data type.",
32-
DataReq -> "Relationship" -> "A specific way that data types are connected.",
30+
DataReq -> "DataType" -> "A data entity, class, type or record stored or processed by a system.", // OR Data OR DataEntity
31+
DataReq -> "Field" -> "An attribute that is part of a data type.", // Or DataField or DataAttribute
32+
DataReq -> "Relationship" -> "A specific way that data types are connected.", // Or Association or Relation or DataRelation
3333

3434
DesignReq -> "Component" -> "A composable part of a system architecture. A reusable, interchangeable system unit or functionality.",
3535
DesignReq -> "Design" -> "A specific realization. A description of an implementation.",

0 commit comments

Comments
 (0)