title: PartyComplexName
type: object
additionalProperties: false
description: Data model for the complex type PartyComplexName.
properties:
  firstName:
    $ref: ./FirstName.yaml
  middleName:
    $ref: ./MiddleName.yaml
  lastName:
    $ref: ./LastName.yaml
