Skip to content

Commit

Permalink
Add Amount attribute to Funding in the plant uml diagram (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenejac committed May 24, 2024
1 parent 21f38e8 commit 5706fca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,21 @@

!startsub Funding
class "Funding" #ffffff {
amount : Monetary_Amount
}
!endsub

!startsub Funding
datatype("Monetary_Amount") {
amount : Decimal
currencyCode : ISO_4217_Alpha_Code
}
!endsub

!startsub Funding
"Funding" ..> "Monetary_Amount"
!endsub

!startsub Funding
"Resource" <|-- "Funding"
!endsub
Expand Down

0 comments on commit 5706fca

Please sign in to comment.