Attachment

For referring to data content defined in other formats.

= Must Support, = Is Modifier, = QiCore defined extension

FieldCard.TypeDescription
contentType0..1StringIdentifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.
language0..1StringThe human language of the content. The value can be any valid value according to BCP 47.
data0..1StringThe actual data of the attachment - a sequence of bytes. In XML, represented using base64.
url0..1StringAn alternative location where the data can be accessed.
size0..1IntegerThe number of bytes of data that make up this attachment (before base64 encoding, if that is done).
hash0..1StringThe calculated hash of the data using SHA-1. Represented using base64.
title0..1StringA label or set of text to display in place of the data.
creation0..1DateTimeThe date that the attachment was first created.