Skip to content

Commit

Permalink
underscore in the data types fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chenejac committed Jul 19, 2021
1 parent 6591765 commit def2214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
euCountryCode : EU_Country_Code
}
"Postal Address" *-- "country" "Country"
"Affiliation Statement" ..> "postalAddress" "Postal Address"
"Affiliation Statement" ..> "postalAddress" "Postal_Address"
"Affiliation Statement" o-- "orgUnit" "Organisation Unit"
"Affiliation Statement" o-- "institution" "Organisation Unit"
!startsub Contributorship
Expand All @@ -78,7 +78,7 @@
"Contributorship" <|-u- "Authorship"
"Authorship" --> "author" "Agent"
note on link #red: author == contributor
"Person" .d.> "names" "Person Name"
"Person" .d.> "names" "Person_Name"
"Agent" <|-d- "Person"
"Agent" <|-d- "Organisation Unit"
!startsub Document
Expand Down

0 comments on commit def2214

Please sign in to comment.