Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 14, 2020
1 parent cefad66 commit 3652946
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
Binary file modified images/StandardDoc_StandardDocument.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 31 additions & 2 deletions models/StandardDoc_StandardDocument.wsd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Hystory of changes:
> DD/MM/YYYY
- 31/10/2019: example/role
- 10/01/2020: StandardNoteBlock
- 14/01/2020: ReferenceToTerm
'/

'******* CONFIGURATION ************************************************
Expand All @@ -35,8 +36,28 @@ class StandardNoteBlock {
+ul: UnorderedList[0..*]
+ol: OrderedList[0..*]
+dl: DefinitionList[0..*]
+formula: FormulaBlock[0..*]
}

class ReferenceElement <<BasicDocument>> {
}

class ReferenceToTerm {
+source: ReferenceToTermSource
+term: String[0..*]
}

class ReferenceToCitationElement <<BasicDocument>> {
}
class ReferenceToIdElement <<BasicDocument>> {
}

class ReferenceToTermbase {
+termbase: String
+target: String[0..1]
}


class StandardDocument {
+bibdata: StandardBibData
+boilerplate: BoilerplateType[0..1]
Expand All @@ -55,10 +76,18 @@ class BoilerplateType {

'******* NOTES ********************************************************


'******* CLASS RELATIONS **********************************************
BasicDocument <|-- StandardDocument
StandardDocument <-- BoilerplateType
NoteBlock --> BasicDocument
StandardNoteBlock --|> NoteBlock
BasicDocument <-- NoteBlock
BasicDocument <-- ReferenceElement
NoteBlock <|-- StandardNoteBlock
ReferenceElement <|-- ReferenceToTerm
ReferenceElement <|-- ReferenceToTermbase
ReferenceToTerm <-- ReferenceToTermSource
ReferenceToTermSource <|-- ReferenceToCitationElement
ReferenceToTermSource <|-- ReferenceToIdElement
ReferenceToTermSource <|-- ReferenceToTermbase

@enduml

0 comments on commit 3652946

Please sign in to comment.