title: AccountSchemeName1Choice
type: object
additionalProperties: false
description: |
  Sets of elements to identify a name of the identification scheme.
anyOf:
  - properties:
      Cd:
        allOf:
          - $ref: ./ExternalAccountIdentification1Code.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: 1111
