Skip to content

Commit

Permalink
Add Script data type into plant uml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenejac committed May 30, 2024
1 parent d5f0fb0 commit 73db01b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -840,4 +840,11 @@
}
!endsub

!startsub Script
datatype("Script") {
name : Multilingual_String
scriptCode : ISO_15924_Alphabetic_Code
}
!endsub

@enduml

0 comments on commit 73db01b

Please sign in to comment.