Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Attachment defines an attached file. The filename and the content are mandatory elements while the MIME type is optional.

Name

Description

Qualification

Schema

content

The binary content as a Base64 encoded string.

Optional

string

fileName

The file name. Contains the full path if content is absent.

Optional

string

mimeType

The MIME type of the content. Useful when the file extension does not suffice to describe the content.

Optional

string