Skip to content

Commit

Permalink
non verbal representations: #13
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Apr 27, 2020
1 parent 87ea2f2 commit 34cc53f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified images/concept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion models/concept.wsd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ class Concept {
+domain: <<BasicDocument>> LocalizedString[0..1]
+subject: <<BasicDocument>> LocalizedString[0..1]
+usageInfo: <<BasicDocument>> LocalizedString[0..1]
+definition: <<BasicDocument>> Definition[1..*]
+definition: <<BasicDocument>> Definition[0..*]
+nonverbalrep: <<BasicDocument>> NonVerbRep[0..*]
+notes: <<BasicDocument>> ParagraphBlock[0..*]
+examples: <<BasicDocument>> ParagraphBlock[0..*]
+sources: ConceptSource[0..*]
Expand All @@ -30,6 +31,12 @@ class Concept {
'Glossary Release "release1' = 1, 'release1_retired' = -1, 'release2' = 2, release2_retired' = -2 etc"


class NonVerbRep {
+image: <<BasicDocument>> Image[0..1]
+table: <<BasicDocument>> Table[0..1]
+formula: <<BasicDocument>> FormulaBlock[0..1]
}

class ConceptSource {
+status: ConceptSourceStatus
+type: ConceptSourceType
Expand Down Expand Up @@ -77,6 +84,7 @@ Concept <-- ConceptSource
Concept <-- Definition
Concept <-- Designation
Concept <-- RelatedConcept
Concept <-- NonVerbRep

ConceptSource <-- ConceptSourceStatus
ConceptSource <-- ConceptSourceType
Expand Down

0 comments on commit 34cc53f

Please sign in to comment.