title: LocalInstrument2Choice
type: object
additionalProperties: false
description: >
  Specifies the local instrument, as published in an external local instrument code list or as a proprietary code.
anyOf:
  - properties:
      Cd:
        allOf:
          - $ref: ./ExternalLocalInstrument1Code.yaml
          - description: >
              Code

              Specifies the local instrument, as published in an external local instrument code list.
    required:
      - Cd
  - properties:
      Prtry:
        allOf:
          - $ref: ./Max35Text.yaml
          - description: >
              Proprietary

              Specifies the local instrument, as a proprietary code.
    required:
      - Prtry
example:
  Cd: CH03
