title: ServiceLevel8Choice
description: |
  Details about a service level.
type: object
additionalProperties: false
anyOf:
  - properties:
      Cd:
        allOf:
          - $ref: ./ExternalServiceLevel1Code.yaml
          - description: >
              Code

              Specifies a pre-agreed service or level of service between the parties,
              as published in an external service level code list.
    required:
      - Cd
  - properties:
      Prtry:
        allOf:
          - $ref: ./Max35Text.yaml
          - description: >
              Proprietary

              Specifies a pre-agreed service or level of service between the parties, as a proprietary code.
    required:
      - Prtry
example:
  Cd: SEPA
