Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
PlantUML Render Macro

@startuml
entity PersonIdentity {
  * internalID: Stringlong <<generated>>
  --
  * classifiedID: String (eg. '0101111122', no hyphen)
  * idClassCode (eg. 'CPR')
}
@enduml

...