@startuml

' hide the spot
' hide circle
' avoid problems with angled crows feet
skinparam linetype ortho

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