title: FinancialIdentificationSchemeName1Choice
type: object
additionalProperties: false
description: >
  Specifies the name of the identification scheme.
anyOf:
  - properties:
      Cd:
        allOf:
          - $ref: ./ExternalFinancialInstitutionIdentification1Code.yaml
          - description: >
              Code

              Name of the identification scheme, in a coded form as published in an external list.
    required:
      - Cd
  - properties:
      Prtry:
        allOf:
          - $ref: ./Max35Text.yaml
          - description: >
              Proprietary

              Name of the identification scheme, in a free text form.
    required:
      - Prtry
example:
  Cd: BIC
