interface Attachment {
    _contentType?: Element;
    _creation?: Element;
    _data?: Element;
    _hash?: Element;
    _language?: Element;
    _size?: Element;
    _title?: Element;
    _url?: Element;
    contentType?: code;
    creation?: dateTime;
    data?: base64Binary;
    extension?: Extension[];
    hash?: base64Binary;
    id?: id;
    language?: code;
    size?: unsignedInt;
    title?: string;
    url?: url;
}

Properties

_contentType?: Element

Mime type of the content, with charset etc.

_creation?: Element

Date attachment was first created

_data?: Element

Data inline, base64ed

_hash?: Element

Hash of the data (sha-1, base64ed)

_language?: Element

Human language of the content (BCP-47)

_size?: Element

Number of bytes of content (if url provided)

_title?: Element

Label to display in place of the data

_url?: Element

Uri where the data can be found

contentType?: code

Mime type of the content, with charset etc.

creation?: dateTime

Date attachment was first created

Data inline, base64ed

extension?: Extension[]

Additional content defined by implementations

Hash of the data (sha-1, base64ed)

id?: id

Unique id for inter-element referencing

language?: code

Human language of the content (BCP-47)

Number of bytes of content (if url provided)

title?: string

Label to display in place of the data

url?: url

Uri where the data can be found