Skip to content

Commit

Permalink
Natural Person - Circular reference fix
Browse files Browse the repository at this point in the history
The NaturalPerson type contains a NaturalPersonRole, which references back to the containing type of NaturalPerson, causing a circular reference in the model. This issue is fixed with this contribution.
  • Loading branch information
ebataller committed Nov 23, 2023
1 parent 0c2a306 commit ff891c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ type NaturalPerson: <"A class to represent the attributes that are specific to a
suffix string (0..1) <"Name suffix, such as Jr., III, etc.">
dateOfBirth date (0..1) <"The natural person's date of birth.">
contactInformation ContactInformation (0..1) <"The contact information for such person, when different from the contact information associated with the party.">
personRole NaturalPersonRole (0..*) <"The role of the person(s) ">

condition NameOrIdChoice:
(firstName exists and surname exists) or personId exists
Expand Down

0 comments on commit ff891c4

Please sign in to comment.