...
Overview
Level 1 | Level 2 | Comment | Example | Since |
---|---|---|---|---|
no specialisation | Contains a string value with less than 32K characters. |
| ||
| Contains a boolean value. In MediaHaven 1.0 web site and the old External Metadata [deprecated] this shown as either "0" or "1". |
| ||
| Contains a string value. The value is limited to a specific set of values defined on the field definition. Values can be marked as obsolete. This means that you can no longer use these values when editing the metadata of a record. |
| ||
|
|
|
| |
| Contains a timecode in ISO timecode format, e.g. "00:25:12.840" |
| ||
| Contains a long value, e.g. "5845988". Note that the value itself must be in the interval [-263,263[. If you want to encode arbitrary complex numbers or patterns you can use the |
| ||
|
| Contains a long value with up 10 zeroes prepadded, e.g. "0000000025" making it lexicographically sortable. |
| |
| Contains a double value |
|
| |
| Contains a full ISO8601 date in microsecond precision and Zulu time. The machine specification of the format is |
|
| |
| Contains a string value of any length. The field is always https://mediahaven.atlassian.net/wiki/spaces/CS/pages/edit-v2/2703949892#Tokenized. |
|
| |
|
|
|
| |
| Contains a valid EDTF date (level 0, 1) adhering to the EDTF standard. See EDTF Field for additional information. |
| ||
| Contains the URI under a ThesaurusField Thesaurus Field |
|
| |
| Contains a label under a ThesaurusField Thesaurus Field |
|
| |
| Content must be a valid |
|
| |
| Contains a vector of floating point numbers stored as hexadecimal string .→ Vector Field |
|
Restrictions
The value of a simple field is limited to 32766
bytes when UTF-8 encoded. For the specialised type TextField
there is no such limitation.
The following restrictions are placed on the characters
Allowed characters below
U+0020
are forbidden exceptU+0009
(tab),U+000A
(line feed) andU+000D
(carriage return):