This article describes the technical information for each metadata field that is used in Elvis. Use this information to:
- Look up the internal name of a metadata field, needed to reference the field in a query for searching for files.
Example: The following query searches for files where the value of the Usage Rights field is "Rights managed": usageRights:"Rights managed" |
- Verify if a metadata field can be used for setting user permissions. Supported metadata fields are those where:
- index=un_tokenized
- analyzer=pureLowerCase analyzer
The field information is grouped per category:
File
Field | Description and Embed | Data | Search |
---|---|---|---|
filename |
Whole filename, including extension. **Example value:** * example.png |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
folderPath |
Folder part of assetPath, excluding trailing slash and filename. **Example value:** * /Some Zone/sub folder-A/sub folder-B |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
ancestorPaths |
All ancestor paths of the full path. The values of the field are not stored, so they will not be visible in the client. **Example value:** * /Some Zone/sub folder-A/sub folder-B * /Some Zone/sub folder-A * /Some Zone |
editable=false datatype=text multivalue=true |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
name |
Name of asset, without extension for virtual assets like collections. **Example value:** * someasset.txt * somecollection |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=false |
extension |
Extension part of the filename (excluding .). **Example value:** * txt * png |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
assetType |
Asset type, usually equal to extension unless the file extension is not mapped as an assetType, in which case it will use the 'unknown' assetType. **Example value:** * jpg * wwcx |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
assetDomain |
Asset domain, the kind of asset. **Example value:** * audio * container * document * image * layout * presentation * text * video * xml * generic |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
fileSize |
File size in bytes. |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
fileCreated |
Creation date of file on filesystem. Only read from the filesystem when manually importing in the desktop client. The filesystem creation date cannot be read through java, nor through exiftool (perl). If the fileCreated is empty the value of is set to the value of fileModified. |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
fileModified |
Modified date of file on filesystem. If imported by desktop client, it is read from the client filesystem. The usefulness of this field is questionable. For example if the file was imported through the webservice this will be the lastModified date of the temp file created for the webservice attachement on the server, which won't be of much use. fileFields FileModifyDate |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
fileType |
Type of file as returned by exiftool. Not available for all file types. **Example value:** * JPEG fileFields FileType |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
mimeType |
MIME type of file. **Example value:** * application/pdf fileFields MIMEType |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
System
Field | Description and Embed | Data | Search |
---|---|---|---|
assetPath |
Full asset path, including filename. **Example value:** * /Some Zone/sub folder-A/sub folder-B/someasset.txt |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
assetPathTokenized |
The tokenized version of the full asset path. The values of the field are not stored, so they will not be visible in the client. **Example value:** * some * zone * sub * folder * A * B * someasset * txt |
editable=false datatype=text |
index=tokenized analyzer=alphaNumeric excludeFromAll=false |
assetCreated |
When the asset was created is Elvis. |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
assetCreator |
User name of the person that imported the file into Elvis. **Example value:** * admin * JaneDoe |
editable=false datatype=text |
index=tokenized excludeFromAll=false |
assetModified |
Updated when metadata or anything else on the asset is changed in Elvis. |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
assetModifier |
User name of the person that last modified the metadata or anything else on the asset in Elvis. **Example value:** * editor001 * JohnDoe |
editable=false datatype=text |
index=tokenized excludeFromAll=false |
assetFileModified |
Updated when a new file is checked in - also updated on a collection when it's contents is changed. |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
assetFileModifier |
User name of the person that last modified the file in Elvis. **Example value:** * editor001 * JohnDoe |
editable=false datatype=text |
index=tokenized excludeFromAll=false |
checkedOut |
If the file is currently checked out: date that the file was checked out. |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
checkedOutBy |
If the file is currently checked out: user name of the person that checked the file out. **Example value:** * admin * JaneDoe |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
checkedOutOnClient |
If the file is currently checked out: ID of the client machine that checked the file out. **Example value:** * air_... |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
indexRevision |
The revision of the search engine index at the time this index entry was created. |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
indexUpdateFailedRevision |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
|
assetProblems |
editable=false datatype=text multivalue=true |
index=un_tokenized excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
|
containerContentsCache |
editable=false datatype=json |
index=no excludeFromAll=true |
|
id |
Unique asset GUID/UUID, assigned when the asset is added to the system. Search engine settings are ignored. Special handling in the server ensures the ID is never extracted, only embedded. a separate field 'firstExtractedId' contains the extracted value. **Example value:** * AhjnGHY64IZ8yk1Uyw8mk0 fileFields IFD0:ElvisID XMP-elvis:ElvisID xmpMeta:elvis:ElvisID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=false |
uid |
Internal search engine zoie UID. Defined here so it won't be added to the index by a FieldHandler, the field is added to the index in a special way. The value of this field is not visible in the client. |
editable=false datatype=number |
index=no excludeFromAll=true |
legacyAssetId |
Used to track 'old' ID on initial import from a legacy DAM system, used in the metadata-import module. |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
pickedUpBySwitch |
This field is available as convenience to make sure assets are only picked up once by the Elvis Receive configurator for Enfocus Switch. You are free to use any other field in the Elvis Receive configurator. |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
contentChecksum |
Checksum hash from file contents, used to prevent adding duplicate files to the system. **Example value:** * fdfbcea0423a62d51b08b01d20655a6f |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
firstExtractedChecksum |
Checksum hash from file contents that was extracted before the Elvis ID was embedded. **Example value:** * fdfbcea0423a62d51b08b01d20655a6f |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
firstExtractedId |
Asset ID that was embedded in the file before the Elvis ID was embedded. fileFields ElvisID xmpMeta:elvis:ElvisID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
thumbnailState |
Indicates if a tumbnail is present. *Can have the following values:* * empty: might have thumb, but attempt to generate/extract is still busy * no: asset does not have thumbnail, for example a text file, or an INDD that does not have a thumb in its XMP * yes: asset has a thumbnail * failed: thumbnail generation failed, could be temporary issue, might be re-generated later with index updater predefinedValues (onlyFromList=true) no yes failed |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
previewState |
Indicates if a previews are present. *Can have the following values:* * empty: could have previews, but attempt to generate/extract is still busy * no: asset does not have previews, for example a text file, or an INDD that does not have a preview in its XMP * yes: asset has a preview * failed: preview generation failed, could be temporary issue, might be re-generated later with index updater predefinedValues (onlyFromList=true) no yes failed |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
metadataComplete |
Indicates if a preview is present for the asset. predefinedValues (onlyFromList=true) false true |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
textContent |
Plain text content of file, for example the text from a PDF, doc or rtf file. This is not used for images at the moment, in theory could contain text from images by extracted text using OCR techniques. |
editable=false datatype=text |
index=tokenized excludeFromAll=false |
Etags
Field | Description and Embed | Data | Search |
---|---|---|---|
contentETag |
A unique number that is incremented every time the asset file contents is changed. Used by clients like AIR Client and web browsers to know when to refresh cached data. |
editable=false datatype=number |
index=no excludeFromAll=true |
previewETag |
A unique number that is incremented every time the asset previews are changed. Used by clients like AIR Client and web browsers to know when to refresh cached data. |
editable=false datatype=number |
index=no excludeFromAll=true |
versionETag |
editable=false datatype=number |
index=no excludeFromAll=true |
|
basicDataETag |
editable=false datatype=number |
index=no excludeFromAll=true |
|
assetPropertyETag |
editable=false datatype=number |
index=no excludeFromAll=true |
Version
Field | Description and Embed | Data | Search |
---|---|---|---|
versionDescription |
Version comment entered by the person who checked in the latest version |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
keepVersion |
Boolean that can prevent a version from being deleted by version clean up rules, where specified in the server configuration. It's still possible to manually delete versions. predefinedValues (onlyFromList=true) false true |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
versionNumber |
Version number for the current version |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
sourceVersion |
Version number used as source for the current version |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
versionNumberDelta |
This field can be used in version clean up rules |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
versionBackupCreator |
Version backup creator, not to be confused with the modifier who created the latest version |
editable=false datatype=text |
index=tokenized analyzer=alphaNumeric excludeFromAll=false |
versionBackupCreated |
Date when last version backup was created |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
versionId |
Internal ID of the version |
editable=false datatype=text |
index=un_tokenized excludeFromAll=false |
General
Field | Description and Embed | Data | Search |
---|---|---|---|
tags |
Keywords are terms or phrases used to express the subject of the content in the asset. Keywords may be free text (i.e. they are not required to be taken from a controlled vocabulary). You may enter (or paste) any number of keywords, terms or phrases into this field, separated by comma. **Example value:** * architecture, interior, modern, office * abstract, background, curves, fractal, lines, wallpaper fileFields XMP-dc:Keywords XMP-dc:Subject XMP-pdf:Keywords PDF:Keywords IPTC:Keywords XMP-prism:Keyword XML:Keywords xmlPath:.//NewsComponent/TopicSet/Topic/Description | .//DescriptiveMetadata//SubjectMatter/@FormalName | .//DescriptiveMetadata/Property[@FormalName = 'Keyword']/@Value |
editable=true datatype=text multivalue=true |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false filterUI=tagCloud filterValuesSource=usedTerms |
description |
The description field (often referred to as a "caption") is used to describe the who, what (and possibly where and when) and why of the content. If there is a person or people in an image, this caption might include their names, and/or their role in the action that is taking place. If the image is of a location, then it should give information regarding the location. **Example value:** * The Conservatory during Macquarie Night Lights, a summer festival * Image of a goldfish in a small tank * A rare look behind the scenes at China's secretive technology giant fileFields XMP-dc:Description XMP-tiff:Description PDF:Description IPTC:Caption-Abstract IFD0:ImageDescription Comment xmlPath:.//NewsLines/NewsLine[NewsLineType/@FormalName = 'Caption' or NewsLineType/@FormalName = 'Title']/NewsLineText |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
rating |
Rating of the content (1-5). **Example value:** * -1 (Rejected) * 1 * 2 * 3 * 4 * 5 fileFields XMP-xmp:Rating IFD0:Rating Rating |
editable=true datatype=number |
index=un_tokenized excludeFromAll=true |
status |
Status of the file, can be used for workflow purposes. predefinedValues (onlyFromList=false) New Draft Production Review Correction Final |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
labelColor |
predefinedValues (onlyFromList=true) Red Orange Yellow Green Blue Purple Gray |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
created |
Embedded creation date (for example EXIF DateTimeOriginal = time recorded by the camera that took the photo), not available for all assets, only for assets that have embedded date time in them. fileFields ExifIFD:DateTimeOriginal DateTimeOriginal CreateDate XMP-pdf:CreationDate DateCreated TimeCreated xmlPath:substring(.//Identification/DateLabel, 0, 24) |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
modified |
Embedded modified date, only available if it is embedded in the file fileFields ModifyDate |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
iptcCreated |
Embedded creation date read from ITPC or XMP-photoshop, only available if it is embedded in the file. fileFields XMP-photoshop:DateCreated IPTC:DateCreated |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
xmpCreated |
Embedded creation date read from XMP, only available if it is embedded in the file. fileFields XMP-xmp:CreateDate |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
xmpModifyDate |
Embedded modification date read from XMP, only available if it is embedded in the file. fileFields XMP-xmp:ModifyDate |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
xmpMetadataDate |
Modification date of XMP metadata, only available if it is embedded in the file. fileFields XMP-xmp:MetadataDate |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
caption |
Deprecated as caption's are mostly used as descriptions, use the description field instead. fileFields CaptionText xmlPath:.//NewsLines/NewsLine[NewsLineType/@FormalName = 'Caption']/NewsLineText |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
captionWriter |
Writer of the description of an image, from the IPTC standard. fileFields XMP-photoshop:CaptionWriter IPTC:Writer-Editor |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
title |
Title of the asset. **Example value:** * Field with purple flowers fileFields XMP-dc:Title IPTC:ObjectName Title |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
category |
Category of the asset’s content, to aid in a more detailed search. **Example value:** * A (News or feature) * F (Financial) * I (International) * S (Sports) * V (Advisories) fileFields XMP-photoshop:Category XML:Category IPTC:Category |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false filterUI=checkBoxes filterValuesSource=usedTerms |
supplementalCategory |
More detailed category of the asset’s content. **Example value:** * ADV (Advance) * CVN (National Political Conventions) * APN (APNewsFeatures) * ELN (Election Campaigns) fileFields XMP-photoshop:SupplementalCategories IPTC:SupplementalCategories |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false filterUI=checkBoxes filterValuesSource=usedTerms |
headline |
A brief publishable synopsis or summary of the contents of the file, leave the supporting narrative for the Description field. Do not, however, confuse the Headline field with the Title field. **Example value:** * The use of coffee to socialize in offices fileFields XMP-photoshop:Headline IPTC:Headline xmlPath:.//NewsLines/HeadLine |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
byline |
Author/Creator in IPTC standard (deprecated, use dc:Creator or Author in Photoshop panel). **Example value:** * Jane Doe and John Dont fileFields xmlPath:.//NewsLines/ByLine |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
bylineTitle |
Author/Creator job title/position in IPTC (deprecated, use dc:CreatorJobTitle or Author's title in Photoshop panel). **Example value:** * Staff writer * Independant photographer fileFields IPTC:By-lineTitle |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
teaser |
Short description to attract attention to content. **Example value:** * What’s in a name? Bill Jamison explains ICANN and the Domain Name System fileFields XMP-prism:Teaser |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
intellectualGenre |
Use this field to describe the “type” of use that a photograph fulfils in terms of its intellectual or journalistic characteristics. For example, at a newspaper, Intellectual Genre labels might include terms like daybook, obituary, press release, or transcript. A magazine might use terms like actuality, interview, background, feature, summary, or wrap-up. For best results, organizations should use a set of terms from a controlled vocabulary that they have developed. **Example value:** * daybook * obituary * feature fileFields XMP-iptcCore:IntellectualGenre |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false filterUI=checkBoxes filterValuesSource=usedTerms |
originalTransmissionReference |
You can enter a number or identifier that was created or issued for the purpose of improving workflow handling and image tracking. This ID is typically added by the creator or image provider for transmission and routing purposes and related to the job for which the image is supplied (please note that this same field was labelled as the “transmission reference” in previous versions of Adobe Photoshop). **Example value:** * EA-567980 fileFields XMP-photoshop:TransmissionReference IPTC:OriginalTransmissionReference |
editable=false datatype=text |
index=un_tokenized excludeFromAll=false |
instructions |
The Instructions field is a simple text field that can be used to include any of a number of instructions from the provider or creator to the receiver of the photograph. Any of the following could be included: embargoes (News Magazines OUT) and other restrictions not covered by the “Rights Usage Terms” field (or new PLUS rights related fields); information regarding the original means of capture (scanning notes, colorspace info) or other specific text information that the user may need for accurate reproduction; additional permissions or credits required when publishing. fileFields XMP-photoshop:Instructions IPTC:SpecialInstructions |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
urgency |
Number to indicate urgency of attention, 1 is high urgency, 5 is low urgency. fileFields XMP-photoshop:Urgency IPTC:Urgency |
editable=true datatype=number |
index=un_tokenized excludeFromAll=true |
publisher |
The organization or individual that released the resource for publication. **Example value:** * Wanderlust * Home and Country * Rupert Murdoch fileFields XMP-dc:Publisher Publisher |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
contributor |
A person, an organization, or a service by name responsible for making contributions to the content of the asset. **Example value:** * Erin Clark, New York * Ed Stevenson, editor fileFields XMP-dc:Contributor Contributor Contributors |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
source |
A reference to a resource from which the present asset is derived. The present asset may be a performance, production, derivation, adaptation or interpretation of the referenced resource. **Example value:** * Adapted from "The River" by Bruce Springsteen * http://example.com/classics/Romeo%20and%20Juliet fileFields XMP-dc:Source XMP-photoshop:Source Source |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
sourceUrl |
URL linking the asset to its 'source' system, for example to link to a detail or purchase page for images taken from an RSS feed |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
sourceId |
ID of asset in 'source' system, when asset comes from a different system or provider |
editable=false datatype=text |
index=un_tokenized excludeFromAll=false |
url |
The URL of the asset (if published online) **Example value:** * http://www.elvisdam.com/elvis-developer-day-26-may-2011/ fileFields XMP-prism:URL Photoshop:URL URL |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
language |
A language of the intellectual content of the asset, recommended is the use of a two-letter (or three-letter) Language Code taken from the ISO 639 standard (or from ISO 639-2), optionally followed by a two-letter Country Code (taken from the ISO 3166 standard). **Example value:** * en * fr * en-GB fileFields XMP-dc:Language ContentLanguage Language LanguageIdentifier |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
software |
Software used to create the asset. **Example value:** * FotoWare FotoStation * Adobe Photoshop CS3 Macintosh fileFields XMP-tiff:Software XMP-xmp:CreatorTool IFD0:Software IFD0:ProcessingSoftware XML:Application |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
reservedFor |
Username of person the asset is reserved for. |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
Utility
Field | Description and Embed | Data | Search |
---|---|---|---|
Utility |
|||
public |
Can be used as indicator to control public access to an asset, for example when using content in a CMS integration or public facing website. Create rule permissions to use this field to control access, see the DAMTube API sample for example. predefinedValues (onlyFromList=true) True |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
doNotCleanup |
Can be used to prevent assets from being removed by the schedule cleanup plug-in. predefinedValues (onlyFromList=true) True |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
used |
Can be used to mark assets that have been 'used'. The usage report plug-in uses this field to mark and filter assets that have been used in a publication. predefinedValues (onlyFromList=true) True |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
ignore |
Can be used to mark assets that have should be 'ignored'. The usage report plug-in uses this field to mark and filter assets that should be hidden from the report. predefinedValues (onlyFromList=true) True |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
Approval
Field | Description and Embed | Data | Search |
---|---|---|---|
approvalState |
Indicates that asset was approved or rejected. The approval state and an optional approval comment are set when assets are approved or rejected in a shared link with approval request. **Allowed values:** * Approved * Rejected predefinedValues (onlyFromList=true) Approved Rejected |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
approvalComment |
The comment entered as reason for the approval or rejection. |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
XMPID
Field | Description and Embed | Data | Search |
---|---|---|---|
originalDocumentId |
XMP original document ID. **Example value:** * xmp.did:255C3EAE5B2268118F62A8B54ADF180C fileFields XMP-xmpMM:OriginalDocumentID xmpMeta:xmpMM:OriginalDocumentID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
documentId |
The XMP ID for all versions and renditions of a document. **Example value:** * uuid:30836D22FD62DE119179B1D02AE2E187 fileFields XMP-xmpMM:DocumentID xmpMeta:xmpMM:DocumentID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
instanceId |
The XMP ID for a specific incarnation of a document, updated each time a file is saved. **Example value:** * uuid:31836D22FD62DE119179B1D02AE2E187 fileFields XMP-xmpMM:InstanceID xmpMeta:xmpMM:InstanceID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
manager |
The manager name for this asset. Adobe Illustrator sets this on document level, unlike InDesign which sets this on a per-reference level. fileFields XMP-xmpMM:Manager xmpMeta:xmpMM:Manager |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
renditionClass |
The rendition class name for this asset. This property should be absent or set to default for a document version that is not a derived rendition. fileFields XMP-xmpMM:RenditionClass xmpMeta:xmpMM:RenditionClass |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
derivedFromOriginalDocumentId |
A reference to the original asset's original ID from which this one is derived. It is a minimal reference; missing components can be assumed to be unchanged. For example, a new version might only need to specify the instance ID and version number of the previous version. fileFields XMP-xmpMM:DerivedFromOriginalDocumentID xmpMeta:xmpMM:DerivedFrom/stRef:originalDocumentID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
derivedFromDocumentId |
A reference to the original asset's ID from which this one is derived. It is a minimal reference; missing components can be assumed to be unchanged. For example, a new version might only need to specify the instance ID and version number of the previous version. fileFields XMP-xmpMM:DerivedFromDocumentID xmpMeta:xmpMM:DerivedFrom/stRef:documentID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
derivedFromInstanceId |
A reference to the original asset's instance from which this one is derived. fileFields XMP-xmpMM:DerivedFromInstanceID xmpMeta:xmpMM:DerivedFrom/stRef:instanceID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
referencedDocumentIds |
XMP ID’s of referenced documents. fileFields xmpMeta:xmpMM:Manifest/stMfs:reference/stRef:documentID |
editable=false datatype=text multivalue=true |
index=un_tokenized excludeFromAll=true |
referencedInstanceIds |
XMP instance ID’s of referenced documents. fileFields xmpMeta:xmpMM:Manifest/stMfs:reference/stRef:instanceID |
editable=false datatype=text multivalue=true |
index=un_tokenized excludeFromAll=true |
referencedFilenames |
fileFields xmpMeta:xmpMM:Manifest/stMfs:reference/stRef:lastURL xmpMeta:xmpMM:Manifest/stMfs:reference/stRef:filePath |
editable=false datatype=text multivalue=true |
index=un_tokenized excludeFromAll=true |
referencedAssetPaths |
lastURL values from stRef:lastURL translated to assetPaths when manager is AdobeARM. |
editable=false datatype=text multivalue=true |
index=un_tokenized excludeFromAll=false |
referencedAssetIds |
Asset IDs for the values from referencedAssetPaths. |
editable=false datatype=text multivalue=true |
index=un_tokenized excludeFromAll=true |
historyInstanceIds |
fileFields xmpMeta:xmpMM:History/stEvt:instanceID |
editable=false datatype=text multivalue=true |
index=un_tokenized excludeFromAll=true |
xmpReferences |
Map of reference elements per Asset. Filled during metadata extraction and used to determine relations in RelationHandler. Block is not stored. |
editable=false datatype=json |
index=no excludeFromAll=true |
xmpHistory |
editable=false datatype=json |
index=no excludeFromAll=true |
Dimensions
Field | Description and Embed | Data | Search |
---|---|---|---|
dimension |
Width and height in pixels. **Example value:** * 2048 x 1536 px |
editable=false datatype=text |
index=no excludeFromAll=true |
dimensionMm |
Width and height in millimeter. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 210 × 297 mm |
editable=false datatype=text |
index=no excludeFromAll=true |
dimensionIn |
Width and height in inches. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 8.27 × 11.69 in |
editable=false datatype=text |
index=no excludeFromAll=true |
dimensionPt |
Width and height in points. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 595 x 842 pt |
editable=false datatype=text |
index=no excludeFromAll=true |
width |
Width in pixels. **Example value:** * 2048 fileFields Olympus:OlympusImageWidth Ricoh:RicohImageWidth MinoltaRaw:ImageWidth SubIFD:ImageWidth SubIFD1:ImageWidth File:ImageWidth GIF:ImageWidth PNG:ImageWidth Photoshop:ImageWidth ExifIFD:ExifImageWidth IFD2:ImageWidth ImageWidth |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
height |
Height in pixels. **Example value:** * 1536 fileFields Olympus:OlympusImageHeight Ricoh:RicohImageHeight MinoltaRaw:ImageHeight SubIFD:ImageHeight SubIFD1:ImageHeight File:ImageHeight GIF:ImageHeight PNG:ImageHeight Photoshop:ImageHeight ExifIFD:ExifImageHeight IFD2:ImageHeight ImageHeight |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
widthMm |
Width in millimeter. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 210 |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
heightMm |
Height in millimeter. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 297 |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
widthIn |
Width in inches. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 8.27 |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
heightIn |
Height in inches. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 11.69 |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
widthPt |
Width in points. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 595 fileFields PDF:PointWidth |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
heightPt |
Height in points. For PDF this is taken from the TrimBox if available or otherwise from the MediaBox. **Example value:** * 842 fileFields PDF:PointHeight |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
resolution |
Resolution in pixels. **Example value:** * 72 px/inch |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
resolutionX |
X Resolution in pixels. **Example value:** * 72 fileFields IFD0:XResolution JFIF:XResolution XResolution |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
resolutionY |
Y Resolution in pixels. **Example value:** * 72 fileFields IFD0:YResolution JFIF:YResolution YResolution |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
resolutionUnit |
Unit of resolution. **Example value:** * 1 (none) * 2 (inches) * 3 (cm) fileFields IFD0:ResolutionUnit IFD1:ResolutionUnit JFIF:ResolutionUnit |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
imageOrientation |
Orientation of image dimensions. **Example value:** * Landscape * Portrait * Square |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
imageAspectRatio |
Aspect ratio of image dimensions. This is a decimal value calculated as width / height. It is calculated from point unit so resolution is taken into account. This can be used to find assets with similar or matching aspect ratio. **Example value:** * 1.5 (landscape) * 0.69 (portrait) * 1 (square) |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
Subject
Field | Description and Embed | Data | Search |
---|---|---|---|
subject |
The topic of the resource. Representation of the subject using keywords, keyphrases or classification codes. _This field is not embedded into files because Adobe software uses the embedded 'subject' field for keywords. It is recommended to use either 'tags' or 'subjectCode' instead._ |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
subjectCode |
This field can be used to specify and categorize the content of a photograph by using one or more subjects as listed in the IPTC “Subject NewsCode” taxonomy. Only subjects from a controlled vocabulary should be used here, free text has to be put into the 'tags' field. See newscodes.org. **Example value:** * 04016019 (financing and stock offering) * 04016020 (government contract) fileFields XMP-iptcCore:SubjectCode |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
subjectEvent |
The event that is the subject of the asset. **Example value:** * Lowlands 2011 * 2008 Democratic National Convention fileFields XMP-prism:Event XMP-iptcExt:Event |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
subjectPerson |
The person (or people) that is the subject of the asset. **Example value:** * Jane Doe, John Dont * John Doe fileFields XMP-iptcExt:PersonInImage |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
subjectOrganizationCode |
Organisation(s) that are the subject of the asset. **Example value:** * AAPL fileFields XMP-iptcExt:OrganisationInImageCode |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
subjectOrganization |
Organisation(s) that are the subject of the asset. **Example value:** * Apple * Adobe fileFields XMP-iptcExt:OrganisationInImageName |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
subjectArtworkTitle |
Artwork that is the subject of the asset. **Example value:** * Golgotha fileFields XMP-iptcExt:ArtworkTitle |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
subjectArtworkCreator |
Creator of the artwork that is subject of the asset. **Example value:** * Marc Chagall fileFields XMP-iptcExt:ArtworkCreator |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
subjectArtworkSource |
Source of the artwork that is the subject of the asset. **Example value:** * The Museum of Modern Art, New York, N.Y, United States Of America fileFields XMP-iptcExt:ArtworkSource |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
subjectArtworkSourceInventoryNo |
Source inventory no. (of museum catalog e.a.) of the artwork that is subject of the asset. **Example value:** * D2628 fileFields XMP-iptcExt:ArtworkSourceInventoryNo |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
subjectArtworkCopyrightNotice |
Copyright notice of the artwork that is subject of the asset. **Example value:** * Copyright owned by estate of Marc Chagall fileFields XMP-iptcExt:ArtworkCreator |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
Location
Field | Description and Embed | Data | Search |
---|---|---|---|
generalSublocation |
(Sub)location, can be used for creation or location shown (deprecated by IPTC, use creationSublocation or shownSublocation). **Example value:** * Vondelpark fileFields IPTC:Sub-location XMP-iptcCore:Location |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
generalCity |
City, can be used for creation or city shown (deprecated by IPTC, use creationCity or shownCity). **Example value:** * Krommenie fileFields XMP-photoshop:City IPTC:City |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
generalRegion |
Region, state or province, can be used for creation or region shown (deprecated by IPTC, use creationRegion or shownRegion). **Example value:** * Noord Holland * Ohio fileFields XMP-photoshop:State IPTC:Province-State |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
generalCountryName |
Country, can be used for creation or country shown (deprecated by IPTC, use creationCountry or shownCountry). **Example value:** * Nederland * Deutschland fileFields XMP-photoshop:Country IPTC:Country-PrimaryLocationName |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
generalCountryCode |
Country code (ISO-3166), can be used for creation or country shown (deprecated by IPTC, use creationCountryCode or shownCountryCode). **Example value:** * NLD * DEU fileFields XMP-iptcCore:CountryCode IPTC:Country-PrimaryLocationCode |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
creationSublocation |
(Sub)location the content was created in. **Example value:** * Kennemerduinen fileFields XMP-iptcExt:LocationCreatedSublocation |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
creationCity |
City the content was created in. **Example value:** * Krommenie * Lakeland fileFields XMP-iptcExt:LocationCreatedCity |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
creationRegion |
Region, state or province the content was created in. **Example value:** * Noord Holland * Quebec fileFields XMP-iptcExt:LocationCreatedProvinceState XMP-iptcExt:CreationProvince |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
creationCountryName |
Country the content was created in. **Example value:** * Australia * United Kingdom fileFields XMP-iptcExt:LocationCreatedCountryName |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
creationCountryCode |
Country code (ISO-3166) of the country the content was created in. **Example value:** * BGR * FRA fileFields XMP-iptcExt:LocationCreatedCountryCode |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
creationWorldRegion |
World region the content was created in. **Example value:** * Antartica * Sahara desert fileFields XMP-iptcExt:LocationCreatedWorldRegion |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
shownSublocation |
(Sub)location shown in content. **Example value:** * Muiderslot * Fort eiland fileFields XMP-iptcExt:LocationShownSublocation |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
shownCity |
City shown in content. **Example value:** * Amsterdam * London fileFields XMP-iptcExt:LocationShownCity |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
shownRegion |
Region, state or province shown in content. **Example value:** * Queensland * Ile de France fileFields XMP-iptcExt:LocationShownProvinceState |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
shownCountryName |
Country shown in content. **Example value:** * Australia * United Kingdom fileFields XMP-iptcExt:LocationShownCountryName |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
shownCountryCode |
Country code (ISO-3166) of the country shown in content. **Example value:** * BGR * FRA fileFields XMP-iptcExt:LocationShownCountryCode |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
shownWorldRegion |
World region shown in content. **Example value:** * Sahara desert * North sea fileFields XMP-iptcExt:LocationShownWorldRegion |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
Publication
Field | Description and Embed | Data | Search |
---|---|---|---|
publicationName |
The name of the publication the content appeared in. fileFields XMP-prism:PublicationName |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
publicationDate |
For magazines, this element will rarely be used. If it is used, the publication date for an issue is the date that it became available for sale. It is NOT the cover date. See coverDate and coverDisplayDate for that information. For other resources, it is the date (and potentially the time) the identified resource was posted online. This includes both web and mobile content. fileFields XMP-prism:PublicationDate |
editable=true datatype=date |
index=un_tokenized excludeFromAll=true |
firstPublicationDate |
Date that the content was published for the first time. fileFields XMP-plus:FirstPublicationDate |
editable=true datatype=datetime |
index=un_tokenized excludeFromAll=true |
industry |
Industry (as condition on use of a resource, so can only be used in the following industry). **Example value:** * Health Care and Medicine fileFields XMP-prl:Industry |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
geography |
Geography (as condition on use of a resource, so can only be used in the following area). **Example value:** * Oklahoma fileFields XMP-prl:Geography |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
distributor |
The organization or individual that most recently made the resource available, typically as part of a value-added service such as aggregation, syndication, or distribution. fileFields XMP-prism:Distributor |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
aggregationType |
The kind of aggregation used. **Example value:** * journal * feed * magazine fileFields XMP-prism:AggregationType |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
publicationChannel |
Web channel assigned to the content. Channel organization may cross publications when content is placed online, and may combine sections or cut across sections. The channel often becomes part of the URL, whereas a section name may or may not be. **Example value:** * Sports fileFields XMP-prism:Channel |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false filterUI=checkBoxes filterValuesSource=usedTerms |
section |
Name of the publication section in which the resource is categorized. A section is a logical subdivision of a publication which helps to identify the general subject domain of the contained content. **Example value:** * Travel * Health and Beauty fileFields XMP-prism:Section |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false filterUI=checkBoxes filterValuesSource=usedTerms |
issueName |
Name of an issue of a publication. Certain issues of a magazine may be commonly known by a name like "Swimsuit Issue" or "Buyer's Guide Issue". These are frequently memorable issues and contain materials of great reference value. Issues may be tied to a particular day, but still be known by a name, such as the "Halloween Issue". If an issue is known by a general date, such as "Spring 2002", use the coverDisplayDate field instead. **Example value:** * Switsuit edition fileFields XMP-prism:IssueName |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
issueIdentifier |
An identifier for a specific issue of a magazine or other resource and associating the content with a periodical collection of resources – that is, an “issue” of a publication. fileFields XMP-prism:IssueIdentifier |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
edition |
An issue of a magazine may be produced in multiple editions, with each edition providing content customized for a particular demographic or geographic group. Fortune, for example, is produced in a Domestic edition, a European edition, and an Asian edition. While much of the content overlaps, there is some content that is unique to each edition. **Example value:** * International edition * Asian edition fileFields XMP-prism:Edition |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
volume |
Provided for basic bibliographic citations. The content SHOULD NOT contain “Vol.” or other abbreviations for “Volume”, it should only be the alphanumeric volume identifier. fileFields XMP-prism:Volume |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
isbn |
ISBN for the publication in which the asset was published. Whenever possible use an ISBN-13 value over an ISBN-10. For information on the transition visit: http://www.isbn.org/standards/home/isbn/transition.asp. **Example value:** * 978-0-444-50928-4 fileFields XMP-prism:ISBN |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
issn |
ISSN for the publication in which the asset was published. If there are separate ISSNs for print and electronic versions, and if prism:ISSN is used, it MUST contain the ISSN for the print version. **Example value:** * 0015-8259 fileFields XMP-prism:ISSN |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
eissn |
ISSN for an electronic version of the issue in which the asset occurs. Permits publishers to include a second ISSN, identifying an electronic version of the issue in which the resource occurs (therefore e(lectronic)issn. If used eissn MUST contain the ISSN of the electronic version. **Example value:** * 0015-8260 fileFields XMP-prism:EIssn |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
gtin |
GTIN describes a family of GS1 (EAN.UCC) global data structures that employ 14 digits and can be encoded into various types of data carriers. Currently, GTIN is used exclusively within bar codes, but it could also be used in other data carriers such as radio frequency identification (RFID). An EAN-13 barcode (originally European Article Number, but now renamed International Article Number even though the abbreviation EAN has been retained) is a 13 digit (12 + check digit) barcoding standard which is a superset of the original 12-digit Universal Product Code (UPC) system developed in the United States. The EAN-13 barcode is defined by the standards organisation GS1. **Example value:** * 00012345600012 |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
coverDate |
The cover date on a magazine indicates the last date the printed issue should be displayed for sale, NOT the publication date as commonly believed. Not applicable to non-print platforms. fileFields XMP-prism:CoverDate |
editable=true datatype=date |
index=un_tokenized excludeFromAll=true |
coverDisplayDate |
This field has the same meaning as the coverDate field – the last date an issue should be displayed for sale. However, many issues will not have a simple date which can be loaded into a database field of a ‘date’ data type. For example, “Spring 2002”. Such dates should be placed in this field. **Example value:** * Spring 2002 * Q1 report fileFields XMP-prism:CoverDisplayDate |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
originPlatform |
The original platform where the asset’s intellectual content was delivered, can have multiple values. **Example value:** * web * mobile fileFields XMP-prism:OriginPlatform |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
wordCount |
The (approximate) count of the number of words in a textual asset. fileFields XMP-prism:WordCount XML:Words |
editable=true datatype=number |
index=un_tokenized excludeFromAll=true |
pageRange |
Identifies the page range for the published print version of the asset. **Example value:** * 1, 4-5 fileFields XMP-prism:PageRange |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
hasCorrection |
Identifies any known corrections to the current asset. **Example value:** * Published November 4, 2002 page 24 Clarification: The graphic in PERSONAL TIME: YOUR TECHNOLOGY, Oct. 7 referred to B3D. We said that B3D allows your PC's spare computer power to be used by Brilliant's network. This power-sharing feature has not yet been activated, and, the company says, it will not be used without the computer owner's specific consent. fileFields XMP-prism:HasCorrection |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
isCorrectionOf |
The asset is a corrected version of the referenced asset. **Example value:** * http://wanderlust.com/2000/08/BelizeTravel.xml * obj-32485u2 fileFields XMP-prism:IsCorrectionOf |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
hasTranslation |
The (textual) asset has been translated into another language, and the referenced asset is that translation. **Example value:** * http://example.com/classics/Romeo%20y%20Giulietta * Romeo y Giuliette * obj-32485u2 fileFields XMP-prism:HasTranslation |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
isTranslationOf |
The asset is a human-language translation of the referenced asset. **Example value:** * http://example.com/classics/Romeo%20and%20Juliet * Romeo & Juliet * Ovid’s Ars Amatoria fileFields XMP-prism:IsTranslationOf |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
hasAlternative |
Identifies an alternative asset in case the current asset cannot be used (typically because of rightsrestrictions) or there is a platform-based alternative. **Example value:** * http://freeimages.com/pool.jpg * ISBN:5555-2345-122 fileFields XMP-prism:HasAlternative |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
hasPreviousVersion |
Identifies a previous version of the asset. Changes in version imply substantive changes in intellectual content rather than differences in format. **Example value:** * http://freeimages.com/pool.jpg fileFields XMP-prism:HasPreviousVersion |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
Creator
Field | Description and Embed | Data | Search |
---|---|---|---|
creatorName |
This field should contain the name of the person who created the asset. If it is not appropriate to add the name of the photographer (for example, if the identity of the photographer needs to be protected) the name of a company or organization can also be used. fileFields XMP-dc:Creator XMP-pdf:Creator IPTC:By-line ContentCreatorsName Creator Author |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
creatorAddress |
The creator address field is a multi-line field. Enter the street name and number or postbox to which mail should be sent, and a company name or location (building name, floor number) if necessary. **Example value:** * 123 Somewhere St. fileFields XMP-iptcCore:CreatorAddress XMP-iptcCore:CreatorContactInfoCiAdrExtadr |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
creatorCity |
The name of the city in which the creator/primary contact’s business is located. fileFields XMP-iptcCore:CreatorCity XMP-iptcCore:CreatorContactInfoCiAdrCity |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
creatorPostalcode |
The local postal code (such as ZIP code) in which the creator/primary contact’s business is located. fileFields XMP-iptcCore:CreatorPostalCode XMP-iptcCore:CreatorContactInfoCiAdrPcode |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
creatorRegion |
The name of the State or Province in which the creator/primary contact’s business is located. Since the abbreviation for a State or Province may be unknown to those viewing your metadata internationally, consider using the full spelling of the name. fileFields XMP-iptcCore:CreatorRegion XMP-iptcCore:CreatorContactInfoCiAdrRegion |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
creatorCountry |
The name of the country (or ISO Country Code) in which the creator/primary contact’s business is located. For ease of the end user you might consider using a combination of country name and code. **Example value:** * Germany - DE * Great Britain * UK fileFields XMP-iptcCore:CreatorCountry XMP-iptcCore:CreatorContactInfoCiAdrCtry |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
creatorPhone |
The creator/primary contact’s business or work telephone number here. Multiple numbers can be given, separated by a comma. Be sure to include the complete international format of a phone number which is: +{countrycode} ({regional code}) {phone number} - {extension if required}. **Example value:** * +1 (212) 1234578 fileFields XMP-iptcCore:CreatorWorkTelephone XMP-iptcCore:CreatorContactInfoCiTelWork |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
creatorEmail |
The creator/primary contact’s business or work e-mail address, such as name@domain.com. Multiple e-mail addresses can be given, separated by a comma. **Example value:** * name@domain.com fileFields XMP-iptcCore:CreatorWorkEmail XMP-iptcCore:CreatorContactInfoCiEmailWork |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
creatorWebsite |
The URL or web address for the creator/primary contact’s business. Multiple addresses can be given, separated by a comma. **Example value:** * www.elvisdam.com, www.woodwing.com * http://www.google.co.uk fileFields XMP-iptcCore:CreatorWorkURL XMP-iptcCore:CreatorContactInfoCiUrlWork |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
Rights
Field | Description and Embed | Data | Search |
---|---|---|---|
copyright |
This field should contain any necessary copyright notice for claiming the intellectual property, and should identify the current owner(s) of the copyright for the asset. Other entities like the creator of the photograph may be added in the corresponding field. Usually, the value for this copyright field would be the creator, but if the image was done by an employee or as work-for-hire, then the agency or company should be listed. **Example value:** * Copyright 2001, Time Inc. All rights reserved. * http://www.timeinc.com/copyright/ * Copyright 1995-2002, Wicked Publications Inc fileFields XMP-dc:Rights XMP-pdf:Copyright XMP-tiff:Copyright XMP-prism:Copyright XMP-pur:Copyright Copyright Quicktime:Copyright IPTC:CopyrightNotice xmlPath:.//NewsLines/CopyrightLine |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
copyrightStatus |
Copyright status of the asset. **Example value:** * CS-PRO (Protected / Copyrighted) * CS-PUB (Public Domain) * CS-UNK (Unknown) fileFields XMP-plus:CopyrightStatus |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
copyrightAgent |
Name, and possibly contact information, for the person or organization that should be contacted to license the rights to use a resource. **Example value:** * Phantastic Photos, Philadelphia * http://www.PhantasticPhotos.com fileFields XMP-prism:RightsAgent XMP-pur:RightsAgent |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
copyrightOwner |
Name of the copyright owner. **Example value:** * John Doe fileFields XMP-plus:CopyrightOwnerName XMP-pur:RightsOwner |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
copyrightOwnerID |
Optional PLUS ID identifying each copyright owner. fileFields XMP-plus:CopyrightOwnerID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
copyrightOwnerImageID |
Optional ID assigned by the copyright owner to the asset. fileFields XMP-plus:CopyrightOwnerImageID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
copyrightRegistrationNumber |
Copyright Registration Number, if any, applying to the licensed asset. fileFields XMP-plus:CopyrightRegistrationNumber |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
usageRights |
A short textual identifier, defined by the publisher that describes the usage or restriction criteria for the content. Meant for internal categorization and filtering only. **Example value:** * In house * Single use predefinedValues (onlyFromList=false) Rights managed Royalty free In house Single use |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=predefinedValues |
usageTerms |
A standard phrase or phrases, defined by the publisher that describes the usage or restriction criteria for the content. Free-text instructions on how this asset can be legally used. **Example value:** * No reproduction is allowed without permission being negotiated in advance. fileFields XMP-prl:Usage XMP-xmpRights:UsageTerms |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
licenseID |
Optional PLUS ID assigned by the licensor to the license. fileFields XMP-plus:LicenseID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
licenseStartDate |
The date on which the license takes effect. fileFields XMP-plus:LicenseStartDate |
editable=true datatype=datetime |
index=un_tokenized excludeFromAll=true |
licenseEndDate |
The date on which the license expires. fileFields XMP-plus:LicenseEndDate |
editable=true datatype=datetime |
index=un_tokenized excludeFromAll=true |
licenseTransactionDate |
The date of the license transaction. fileFields XMP-plus:LicenseTransactionDate |
editable=true datatype=datetime |
index=un_tokenized excludeFromAll=true |
imageType |
Identifies the type of image delivered. **Example value:** * TY-ILL (Illustrated image) * TY-MCI (Multimedia or composited image) * TY-OTR (Other) * TY-PHO (Photographic image) * TY-VID (Video) * Illustrated image _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:ImageType |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=false filterUI=checkBoxes filterValuesSource=usedTerms |
imageCreator |
Name of asset’s original creator. **Example value:** * John Doe fileFields XMP-plus:ImageCreatorName |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
imageCreatorID |
Optional PLUS ID assigned to the asset’s original creator. fileFields XMP-plus:ImageCreatorID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
imageCreatorImageID |
Optional ID assigned by the asset’s original creator to the asset. fileFields XMP-plus:ImageCreatorImageID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
imageSupplier |
Name of asset supplier. **Example value:** * getty images * Jane Doe fileFields XMP-plus:ImageSupplierName |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
imageSupplierID |
Optional PLUS ID identifying the asset supplier. fileFields XMP-plus:ImageSupplierID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
imageSupplierImageID |
Optional ID assigned by the asset supplier to the asset. fileFields XMP-plus:ImageSupplierImageID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
credit |
The text of the attribution or notice that must appear (if required) in conjunction with the image or reproduction of the image. fileFields XMP-photoshop:Credit IPTC:Credit XMP-pur:CreditLine xmlPath:.//NewsLines/CreditLine |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
creditLineRequired |
Attribution requirements, if any. **Example value:** * CR-CAI (Credit adjacent to image) * CR-CCA (Credits in Credits area) * CR-COI (Credit on image) * CR-NRQ (Not required) * Credit not required _(when not using vocabulary provided by XMP PLUS)_ * true _(when not using vocabulary provided by XMP PLUS)_ * false _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:CreditLineRequired XMP-xmpPLUS:CreditLineReq |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
embargoDate |
Earliest date (potentially including time) the asset may be made available to users or customers according to the rights agreement or to a clause in the rights agreement. fileFields XMP-pur:EmbargoDate XMP-prism:EmbargoDate |
editable=true datatype=date |
index=un_tokenized excludeFromAll=true |
exclusivityEndDate |
The date (potentially including time) when exclusive use of the asset ends according to a rights agreement. fileFields XMP-pur:ExclusivityEndDate |
editable=true datatype=date |
index=un_tokenized excludeFromAll=true |
optionEndDate |
The date (potentially including time) by which the asset must be used according to the rights agreement. fileFields XMP-pur:OptionEndDate |
editable=true datatype=date |
index=un_tokenized excludeFromAll=true |
expirationDate |
The date (potentially including time) by which the asset must be removed from availability to users or customers according to a rights agreement. fileFields XMP-pur:ExpirationDate XMP-prism:ExpirationDate |
editable=true datatype=date |
index=un_tokenized excludeFromAll=true |
usageFee |
Usage fee (used according to all other license rules & regulations), multiple values possible for different situations. fileFields XMP-pur:UsageFee |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
alterationConstraints |
Constraints on alteration of the asset by cropping, flipping, retouching, colorization, de-colorization or merging. **Example value:** * AL-CLR (No colorization) * AL-CRP (No cropping) * AL-DCL (No de-colorization) * AL-FLP (No flipping) * AL-MRG (No merging) * AL-RET (No retouching) * No retouching allowed _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:ImageAlterationConstraints |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
sizeConstraints |
Specifies the usage restriction on asset size. When horizontal and vertical maximum usage dimensions are specified they must include a unit of measure specific to the platform on which the publication will be delivered. When the publication platform is web, for example, the unit should be pixels. fileFields XMP-pur:ImageSizeRestriction |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
fileConstraints |
Constraints on the changing of the asset file name, metadata or file type. **Example value:** * IF-MFN (Maintain file name) * IF-MFT (Maintain file type) * IF-MID (Maintain ID in file name) * IF-MMD (Maintain metadata) * Maintain file name _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:ImageFileConstraints |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
reuseConstraints |
Indicates whether a license is a repeat or an initial license. Reuse may require that licenses stored in files previously delivered to the customer be updated. **Example value:** * RE-NAP (Not applicable) * RE-REU (Repeat use) * Not applicable _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:Reuse XMP-xmpPLUS:ReuseAllowed |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
reuseProhibited |
Specifies that there are no rights to reuse this resource. **Example value:** * yes * no * ask * provisional fileFields XMP-pur:ReuseProhibited |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
regionConstraints |
Constraints limiting the scope of geographic distribution to specific cities, states, provinces or other areas. **Example value:** * Limited to distribution in California, USA only fileFields XMP-plus:RegionConstraints |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
imageDuplicationConstraints |
Constraints on the creation of duplicates of the image. Certain types of licenses (such as licenses for display or personal use of prints) may prohibit duplication. **Example value:** * DP-LIC (Duplication only as necessary under license) * DP-NDC (No duplication contraints) * DP-NOD (No duplication allowed) * No duplicate constraints _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:ImageDuplicationConstraints |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
mediaConstraints |
Constraints limiting the scope to particular named media. **Example value:** * Limited to insertions in California Backyard Living Magazine. fileFields XMP-plus:MediaConstraints |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
productOrServiceConstraints |
Constraints limiting usage of the image to promotion of/association with a named product or service. **Example value:** * Limited to advertising for XYZ Jacuzzi Company only. fileFields XMP-plus:ProductOrServiceConstraints |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
otherConstraints |
Additional constraints and restrictions on the license. **Example value:** * Image may not be used in a spread where alcoholic beverages are advertised. fileFields XMP-plus:OtherConstraints XMP-pur:Restrictions |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
otherConditions |
Additional license conditions. **Example value:** * Rights are granted subject to licensor's receipt of payment in full. fileFields XMP-plus:OtherConditions |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
otherPermissions |
Specifies special usage permissions by distribution channel (opposite of otherConstraints, permissive not restrictive). **Example value:** * Image may be used in a spread where alcoholic beverages are advertised. fileFields XMP-pur:Permissions |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
otherImageInfo |
Additional asset information. **Example value:** * Similar alternative images from this sessions are available for licensing upon request. fileFields XMP-plus:OtherImageInfo |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
filenameAsDelivered |
Name of the image file delivered to the licensee for use under the license. Memorializes the name of the file delivered, for use in identification of that file on the licensee's systems. In the event that file name retention is required, serves to establish the correct file name. **Example value:** *AcmePhotoStudio_XYZ_Model1234_LU4-E23-BMC-93R.jpg fileFields XMP-plus:FileNameAsDelivered |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
fileformatAsDelivered |
File format of the image file delivered to the licensee for use under the license. Memorializes the file type delivered. In the event that alteration of the file format is prohibited, serves to establish the correct file format. **Example value:** * FF-BMP (BMP) * FF-DNG (DNG) * FF-EPS (EPS) * FF-GIF (GIF) * FF-JPG (JPG, JIF, JFIF) * FF-OTR (Other) * FF-PIC (PICT) * FF-PNG (PNG) * FF-PSD (PSD) * FF-RAW (Proprietary RAW format) * FF-TIF (TIFF) * FF-WMP (Windows Media Photo) * JPEG Interchange Formats (JPG, JIF, JFIF) _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:ImageFileFormatAsDelivered |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
sizeAsDelivered |
Size of the image file delivered to the licensee. Memorializes the size of the file delivered by the licensor. For use with licenses specifying a maximum file size. **Example value:** * SZ-G50 (Greater than 50 MB) * SZ-U01 (Up to 1 MB) * SZ-U10 (Up to 10 MB) * SZ-U30 (Up to 30 MB) * SZ-U50 (Up to 50 MB) * Up to 10 MB _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:ImageFileSizeAsDelivered |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
licenseAgreement |
A free-text field with the license agreement (to identify all contracts and releases). fileFields XMP-pur:Agreement |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
otherLicenseInfo |
Additional license information. **Example value:** * All model releases have 2-year terms allowing renewal of this license for an additional year upon request fileFields XMP-plus:OtherLicenseInfo |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
otherLicenseRequirements |
Additional license requirements. **Example value:** * Licensee to provide licensor with 3 copies of each advertisement fileFields XMP-plus:OtherLicenseRequirements |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
otherLicenseDocuments |
Reference information for additional documents associated with the license. Licensor may optionally list identifiers for documents related to the license, such as purchase orders, estimates, invoices, agreements, etc. **Example value:** * http://www.example.com/licenseDocument fileFields XMP-plus:OtherLicenseDocuments |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
termsAndConditions |
Terms and conditions applying to the license. **Example value:** * License is subject to the terms and conditions contained in licensor’s invoice #43282. fileFields XMP-plus:TermsAndConditionsText ID3v2_4:TermsOfUse Quicktime:UserData_dis |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
termsAndConditionsURL |
URL of the terms and conditions that apply to the license. **Example value:** * http://www.acmephotostudio.net/terms.htm fileFields XMP-plus:TermsAndConditionsURL XMP-xmpRights:WebStatement |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
adultContentWarning |
Warning indicating the presence of content not suitable for minors, defined as content that contains violence, nudity, and/or sexual references. **Example value:** * CW-AWR (Adult content warning required) * CW-NRQ (Not required) * CW-UNK (Unknown) * PG-13 _(when not using vocabulary provided by XMP PLUS)_ * Not required _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:AdultContentWarning XMP-pur:AdultContentWarning |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
minorModelAgeDisclosure |
Age of the youngest model pictured in the image, at the time that the image was made. In some countries, laws prohibit the use of images of minors in connection with certain subject matter, such as advertisements for alcoholic beverages. The appearance of minor models may limit the Licensee's or End User's rights under the license. **Example value:** * AG-A15 (Age 15) * AG-A16 (Age 16) * AG-A17 (Age 17) * AG-A18 (Age 18) * AG-A19 (Age 19) * AG-A20 (Age 20) * AG-A21 (Age 21) * AG-A22 (Age 22) * AG-A23 (Age 23) * AG-A24 (Age 24) * AG-A25 (Age 25 or over) * AG-U14 (Age 14 or under) * AG-UNK (Age unknown) * Age unknown _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:MinorModelAgeDisclosure |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
modelReleaseStatus |
Summarizes the availability and scope of model releases authorizing usage of the likenesses of persons appearing in the asset. **Example value:** * MR-LMR (Limited or incomplete model releases) * MR-NAP (Not applicable) * MR-NON (None) * MR-UMR (Unlimited model releases) * Limited or incomplete model releases _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:ModelReleaseStatus |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
modelReleaseID |
Optional ID for each model release. **Example value:** * MKW-993 fileFields XMP-plus:ModelReleaseID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
propertyReleaseStatus |
Summarizes the availability and scope of property releases authorizing usage of the properties appearing in the asset. **Example value:** * PR-LPR (Limited or incomplete property release) * PR-NAP (Not applicable) * PR-NON (None) * PR-UPR (Unlimited property releases) * Not applicable _(when not using vocabulary provided by XMP PLUS)_ * Unlimited property releases _(when not using vocabulary provided by XMP PLUS)_ fileFields XMP-plus:PropertyReleaseStatus |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true filterUI=checkBoxes filterValuesSource=usedTerms |
propertyReleaseID |
Optional ID for each property release. **Example value:** * PROP-125543 fileFields XMP-plus:PropertyReleaseID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
endUserName |
Name(s) of end users. End user and licensee may be the same or different entities. Some licenses permit use only by a named party or parties. In the event that the rights granted by the licensor allow usage by more than one end user, multiple end users may be listed. **Example value:** * XYZ Jacuzzi Company fileFields XMP-plus:EndUserName |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
endUserID |
Optional ID assigned to the end user(s). **Example value:** * 538-A94 fileFields XMP-plus:EndUserID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
Licensee
Field | Description and Embed | Data | Search |
---|---|---|---|
licenseeName |
Name(s) of people or parties to whom the license is granted by the licensor/s under the license transaction. **Example value:** * ABC Advertising Agency fileFields XMP-plus:LicenseeName |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
licenseeID |
Optional (PLUS) ID assigned to the licensee. **Example value:** * AAA-987 * https://www.plusregistry.org/AAA-987 fileFields XMP-plus:LicenseeID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
licenseeImageID |
Optional ID assigned by the licensee to the asset. **Example value:** * MK-998-01 fileFields XMP-plus:LicenseeImageID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
licenseeImageNotes |
Notes added to the asset by the licensee. **Example value:** *Pictured models also appear in Job Number MK-967 fileFields XMP-plus:LicenseeImageNotes |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
licenseeProjectReference |
Project reference name or description assigned by licensee. Licensee may specify Project Name, Product Name, Issue Number, or any other reference or description. fileFields XMP-plus:LicenseeProjectReference |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
licenseeTransactionID |
ID assigned by licensee to the license transaction for licensee's reference and internal use. Licensee may specify Job Number, Purchase Order Number, Project Number, or any other reference ID. **Example value:** * AB338-765 fileFields XMP-plus:LicenseeTransactionID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
Licensor
Field | Description and Embed | Data | Search |
---|---|---|---|
licensorName |
Name of the licensor, the party granting the license to the licensee. **Example value:** * Acme Photography studio fileFields XMP-plus:LicensorName |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
licensorID |
Optional (PLUS) ID assigned to the licensor. **Example value:** * AAA-123 fileFields XMP-plus:LicensorID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
licensorImageID |
Optional ID assigned by the licensor to the asset. fileFields XMP-plus:LicensorImageID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
licensorTransactionID |
Optional ID assigned to the license transaction by licensor for licensor’s reference and internal use. Licensor may specify Job Number, Invoice Number or any other reference ID. **Example value:** * 43282 fileFields XMP-plus:LicensorTransactionID |
editable=true datatype=text |
index=un_tokenized excludeFromAll=false |
licensorAddress |
Licensor’s street address. Street name and/or number, or box number. **Example value:** * 123 Somewhere st. fileFields XMP-plus:LicensorStreetAddress |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
licensorExtendedAddress |
Additional licensor’s mailing address details, like suite number, apartment number, floor, unit or room number. **Example value:** * Studio 8 fileFields XMP-plus:LicensorExtendedAddress |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
licensorCity |
Licensor’s city name. **Example value:** * Amsterdam fileFields XMP-plus:LicensorCity |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
licensorPostalcode |
Licensor’s postal code or zip code. **Example value:** * 98888 * 1991 KA fileFields XMP-plus:LicensorPostalCode |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
licensorRegion |
Licensor’s state or province. **Example value:** * FL * Queensland fileFields XMP-plus:LicensorRegion |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
licensorCountry |
Licensor’s country. **Example value:** * USA * Belgium fileFields XMP-plus:LicensorCountry |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
licensorTelephone |
Licensor’s phone number, should include country code, area code and any other codes necessary for international dialing. Also include telephone extensions, where applicable. **Example value:** * 123-456-7890 * +31 (0)30-45678901 fileFields XMP-plus:LicensorTelephone1 |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
licensorTelephoneType |
Licensor’s phone number type. **Example value:** * work * cell * home * fax * pager predefinedValues (onlyFromList=false) work cell home fax pager fileFields XMP-plus:LicensorTelephoneType1 |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
licensorTelephone2 |
Licensor’s other phone number, should include country code, area code and any other codes necessary for international dialing. Also include telephone extensions, where applicable. **Example value:** * 123-456-7890 * +31 (0)30-45678901 fileFields XMP-plus:LicensorTelephone2 |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
licensorTelephoneType2 |
Licensor’s other phone number type. **Example value:** * work * cell * fax * home * pager predefinedValues (onlyFromList=false) work cell home fax pager fileFields XMP-plus:LicensorTelephoneType2 |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
licensorEmail |
Licensor’s e-mail. **Example value:** * info@woodwing.com fileFields XMP-plus:LicensorEmail |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
licensorWebsite |
Licensor’s website URL. **Example value:** * http://www.elvisdam.com fileFields XMP-plus:LicensorURL |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
licensorNotes |
Supplemental information for use in identifying and contacting the licensor(s). **Example value:** * Licensing contact: Joe Acme fileFields XMP-plus:LicensorNotes |
editable=true datatype=text |
index=tokenized excludeFromAll=true |
GPS
Field | Description and Embed | Data | Search |
---|---|---|---|
gpsLatitude |
GPS latitude number. **Example value:** * 52.4913333333333 fileFields GPSLatitude |
editable=true datatype=decimal |
index=un_tokenized excludeFromAll=true |
gpsLatitudeReference |
GPS latitude reference. **Example value:** * N * S fileFields GPSLatitudeRef |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
gpsLongitude |
GPS longitude number. **Example value:** * 4.586 fileFields GPSLongitude |
editable=true datatype=decimal |
index=un_tokenized excludeFromAll=true |
gpsLongitudeReference |
GPS longitude reference. **Example value:** * E * W fileFields GPSLongitudeRef |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
gpsPosition |
GPS position. Combined latitude by longitude value. **Example value:** * 52.4913333333333 4.586 fileFields GPSPosition |
editable=false datatype=text |
index=no excludeFromAll=true |
gpsAltitude |
GPS altitude number. **Example value:** * 1.341232227 fileFields GPSAltitude |
editable=true datatype=decimal |
index=un_tokenized excludeFromAll=true |
gpsAltitudeReference |
GPS altitude reference. **Example value:** * 0 (above sea level) * 1 (below sea level) fileFields GPSAltitudeRef |
editable=true datatype=number |
index=un_tokenized excludeFromAll=true |
gpsImageDirection |
GPS image compass direction. **Example value:** * 169.4141414 fileFields GPSImgDirection |
editable=true datatype=decimal |
index=un_tokenized excludeFromAll=true |
gpsImageDirectionRef |
GPS image compass direction reference. **Example value:** * M (magnetic north) * T (true north) fileFields GPSImgDirectionRef |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
gpsDifferential |
Indicates whether differential correction was applied to the GPS receiver. **Example value:** * 0 (no correction) * 1 (differential corrected) fileFields GPSDifferential |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
gpsTimeStamp |
Date and time information from the GPS track point the image was linked to or from the camera's built-in GPS. Information is about the location the image was created. **Example value:** * 08:58:57.97 fileFields GPSTimeStamp |
editable=true datatype=datetime |
index=un_tokenized excludeFromAll=true |
gpsAreaInformation |
fileFields GPSAreaInformation |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
gpsSatellites |
Indicates the GPS satellites used for measurements in format specified by GPS manufacturer. **Example value:** * 24,23,20,17,13,11,04 fileFields GPSSatellites |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
gpsSpeed |
Speed of GPS receiver movement. **Example value:** * 0 fileFields GPSSpeed |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
gpsSpeedReference |
Unit of speed of GPS receiver movement. **Example value:** * K (km/h) * M (miles) * N (nautical miles) fileFields GPSSpeedRef |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
gpsStatus |
Indicates the status of the GPS receiver when the image was recorded. **Example value:** * A (measurement active) * V (measurement void) fileFields GPSStatus |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
gpsVersionID |
Indicates the version of GPSInfoIFD. **Example value:** * 2 2 0 0 * Version 2.2 fileFields GPSVersionID |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
Image info
Field | Description and Embed | Data | Search |
---|---|---|---|
bitDepth |
The number of bits used to represent the color of a single pixel in a bitmapped image or video frame buffer. This concept is also known as bits per pixel (bpp), particularly when specified along with the number of bits used. Higher color depth gives a broader range of distinct colors. fileFields BitDepth |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
colorMode |
Different color modes used in Adobe Photoshop. **Example value:** * 2 (indexed) * 4 (CMYK) fileFields Photoshop:ColorMode XMP-photoshop:ColorMode |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
EXIF
Field | Description and Embed | Data | Search |
---|---|---|---|
exifVersion |
The version of the EXIF standard supported by the camera. **Example value:** * 2.2 fileFields ExifIFD:ExifVersion |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
cameraManufacturer |
Manufacturer of the equipment that generated the image. **Example value:** * Canon * Apple fileFields XMP-tiff:Make IFD0:Make |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
cameraModel |
Model name or number of the equipment that generated the image. **Example value:** * Powershot S400 * iPhone 3Gs fileFields XMP-tiff:Model IFD0:Model |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
orientation |
Orientation of the photograph. **Example value:** * 4 (mirror vertical) * 1 (horizontal) fileFields XMP-tiff:Orientation IFD0:Orientation |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
compression |
Type of compression used in the photograph. **Example value:** * 7 (JPEG) * 32770 (Samsung SRW Compressed) fileFields XMP-tiff:Compression IFD1:Compression |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
componentsConfiguration |
Information specific to compressed data. The channels of each component are arranged in order from the 1st component to the 4th. For uncompressed data the data arrangement is given in the PhotometricInterpretation tag. However, since PhotometricInterpretation can only express the order of Y,Cb and Cr, this tag is provided for cases when compressed data uses components other than Y, Cb, and Cr and to enable support of other sequences. **Example value:** * 1 (Y) * 2 (Cb) fileFields ExifIFD:ComponentsConfiguration |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
exposureTime |
Indicates exposure time, length of time the shutter was open, when the image was shot. **Example value:** * 0.0003563791875 fileFields ExifIFD:ExposureTime |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
exposureProgram |
The class of program used by the camera to set exposure. **Example value:** * 1 (manual) * 7 (portrait) fileFields ExifIFD:ExposureProgram |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
yCbCrPositioning |
Specifies the positioning of subsampled chrominance components relative to luminance samples. **Example value:** * 1 (centered) fileFields XMP-tiff:YCbCrPositioning IFD0:YCbCrPositioning |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
fNumber |
The f-number is the focal length divided by the "effective" aperture diameter. It is a dimensionless number that is a quantitative measure of lens speed. **Example value:** * 2.8 fileFields XMP-exif:FNumber ExifFD:FNumber |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
compressedBitsPerPixel |
Specific to compressed data; states the compressed bits per pixel. fileFields ExifIFD:CompressedBitsPerPixel |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
maxApertureValue |
The smallest F number of the lens. fileFields ExifIFD:MaxApertureValue |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
meteringMethod |
Indicates the way the camera determined exposure, Metering Mode, when the image was shot. **Example value:** * 1 (average) * 2 (center-weighted average) fileFields ExifIFD:MeteringMode |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
focalLength |
The actual focal length of the lens, in mm. **Example value:** * 3.85 fileFields ExifIFD:FocalLength |
editable=false datatype=decimal |
index=un_tokenized excludeFromAll=true |
lightSource |
The kind of light source. **Example value:** * 1 (daylight) * 11 (shade) fileFields XMP-exif:LightSource |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
flash |
Indicates the status of the flash when the image was shot. *Example values:* * 0x9 (On, Fired) * 0x41 (Fired, Red-eye reduction) * 0x5d (Auto, Fired, Red-eye reduction, Return not detected) fileFields ExifIFD:Flash |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
flashFired |
Indicates wether the flash was fired when the image was shot. fileFields XMP-exif:FlashFired |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
flashFunction |
fileFields XMP-exif:FlashFunction |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
flashMode |
Indicated the mode of the flash. **Example value:** * 0 (Unknown) * 1 (On) fileFields XMP-exif:FlashMode |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
flashRedEyeMode |
Indicates if 'red eye mode' was on while flash fired. fileFields XMP-exif:FlashRedEyeMode |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
flashReturn |
Indicated if the light from the flash was returned. **Example value:** * 0 (No return detection) * 2 (Return not detected) fileFields XMP-exif:FlashReturn |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
makerNote |
Manufacturer specific information, a tag for manufacturers of EXIF writers to record any desired information. The contents are up to the manufacturer, but this tag should not be used for any other than its intended purpose fileFields ExifIFD:MakerNote |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
iccProfileDescription |
ICC profile description **Example value:** * Coated FOGRA27 (ISO 12647-2:2004) fileFields ICC_Profile:ProfileDescription |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
flashPixVersion |
The Flashpix format version supported by a FPXR file. If the FPXR function supports Flashpix format Ver. 1.0, this is indicated similarly to ExifVersion by recording "0100" as 4-byte ASCII. **Example value:** * 0100 fileFields ExifIFD:FlashpixVersion |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
colorSpace |
Normally sRGB (=1) is used to define the color space based on the PC monitor conditions and environment. If a color space other than sRGB is used, Uncalibrated (=65535) is set. Image data recorded as Uncalibrated can be treated as sRGB when it is converted to Flashpix. **Example value:** * 0xfffd (Wide gamut RGB) fileFields ExifIFD:ColorSpace ICC-header:ColorSpaceData |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
fileSource |
The source of the image. If a DSC (Digital Still Camera) recorded the image, this tag will always be set to 3, indicating that the image was recorded on a DSC. **Example value:** * 1 (film scanner) fileFields ExifIFD:FileSource |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
interoperabilityIndex |
Indicates the identification of the Interoperability rule. Interoperability is used to encode compatibility information, related to image generation by digital still cameras. **Example value:** * R03 (DCF option file (Adobe RGB)) * R98 (DCF basic file (sRGB)) * THM (DCF thumbnail file) fileFields ExifIFD:InteropIndex |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
interoperabilityVersion |
Indicates the version of the Interoperability rule. Interoperability is used to encode compatibility information, related to image generation by digital still cameras. fileFields ExifIFD:InteropVersion |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
Video info
Field | Description and Embed | Data | Search |
---|---|---|---|
scene |
This field is used to describe the scene of a photo using one or more terms from the IPTC controlled vocabulary. See newscodes.org. **Example value:** * 010300 (full-length person) fileFields XMP-iptcCore:Scene XMP-xmpDM:Scene |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
shotName |
The name of the shot or take fileFields XMP-xmpDM:ShotName IFD0:AsShotProfileName |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
shotDate |
The date and time the video was shot fileFields XMP-xmpDM:ShotDate |
editable=true datatype=datetime |
index=un_tokenized excludeFromAll=true |
shotLocation |
The name of the location where the video was shot fileFields XMP-xmpDM:ShotLocation |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
videoTranscript |
Transcript of the video. |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
videoLength |
The duration of the video, stored in miliseconds in Elvis. fileFields QuickTime:Duration Composite:Duration Duration |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
mediaType |
fileFields InfoList:ContentType |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
videoBitRate |
Bit rate of the video, bitrate represents the amount of information, or detail, that is stored per unit of time of a recording. fileFields Flash:VideoBitrate MPEG:VideoBitrate VideoBitrate |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
videoCodec |
Compressor/codec used for video **Example value:** * Windows Media MPEG-4 Video V3 fileFields XMP-xmpDM:VideoCompressor RIFF:VideoCodec VideoCodec VideoCodecName |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
videoFramerate |
Frame rate for video, indicates the number of frames sampled per second. fileFields XMP-xmpDM:VideoFrameRate Quicktime:VideoFrameRate RIFF:VideoFrameRate FrameRate |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
aspectRatio |
The aspect ratio, expressed as wd/ht. **Example value:** * 0.9 * 648/720 fileFields XMP-xmpDM:VideoPixelAspectRatio |
editable=false datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
pixelDepth |
The size in bits of each color component of a pixel. **Example value:** * 16Int (16-bit integer) * 32Float (32-bit float) fileFields XMP-xmpDM:VideoPixelDepth Quicktime:BitDepth BMP:BitDepth |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
videoColorSpace |
The color space of a video. **Example value:** * CCIR-601 fileFields XMP-xmpDM:VideoColorSpace |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
Audio info
Field | Description and Embed | Data | Search |
---|---|---|---|
audioTitle |
Title of the audio piece (songtitle). **Example value:** * Why does it always rain on me fileFields ID3v2_2:Title ID3v2_3:Title ID3v2_4:Title |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
subTitle |
Subtitle of audio piece. fileFields ID3v2_2:Subtitle ID3v2_3:Subtitle ID3v2_4:Subtitle |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
artist |
Creator of the audio or artist. **Example value:** * Jane Doe fileFields ID3v2_2:Artist ID3v2_3:Artist ID3v2_4:Artist Artist |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
composer |
Name of the composer of the audio. **Example value:** * John Doe fileFields ID3v2_2:Composer ID3v2_3:Composer ID3v2_4:Composer XMP-xmpDM:Composer Composer |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
lyricist |
Name of the text writer of the text in the audio (lyrics). **Example value:** * Jane Doe fileFields ID3v2_2:Lyricist ID3v2_3:Lyricist ID3v2_4:Lyricist Lyricist |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
musicianCredits |
Musicians performing in the audio. fileFields ID3v2_4:MusicianCredits MusicianCredits |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
conductor |
Conductor of the musical performance fileFields ID3v2_2:Conductor ID3v2_3:Conductor ID3v2_4:Conductor Conductor |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
engineer |
Engineer of the music and/or recording fileFields XMP-xmpDM:Engineer Engineer |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
genre |
Genre of the audio. **Example value:** * 2 (Country) fileFields ID3v2_2:Genre ID3v2_3:Genre ID3v2_4:Genre XMP-xmpDM:Genre XMP-prism:Genre Genre |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false filterUI=checkBoxes filterValuesSource=usedTerms |
instruments |
Musical instrument(s) used fileFields XMP-xmpDM:Instrument |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
lyrics |
The text in the audio (lyrics) fileFields ID3v2_2:Lyrics ID3v2_3:Lyrics ID3v2_4:Lyrics Lyrics |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
audioTranscript |
Transcript of the audio file, in case of interviews or news items. fileFields AudioTranscript |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
album |
The name of the album the audio is from. fileFields ID3v2_2:Album ID3v2_3:Album ID3v2_4:Album XMP-xmpDM:Album Album |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
yearPublished |
The year the audio was published. fileFields ID3v2_2:Year ID3v2_3:Year ID3v2_4:Year Year |
editable=true datatype=number |
index=un_tokenized excludeFromAll=true |
recordingTime |
Date and time of the audio recording. fileFields ID3v2_2:RecordingDate ID3v2_3:RecordingDate ID3v2_4:RecordingTime |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
releaseDate |
Date the audio was released to the public. fileFields xmpMeta:xmpDM:releaseDate |
editable=true datatype=datetime |
index=un_tokenized excludeFromAll=true |
trackNumber |
If on an album, the track number of the audio. fileFields ID3v2_2:Track ID3v2_3:Track ID3v2_4:Track Track |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
discNumber |
If part of multiple disc album, the disc number. **Example value:** * 1 of 2 fileFields ID3v2_2:PartOfSet ID3v2_3:PartOfSet ID3v2_4:PartOfSet DiskNumber |
editable=true datatype=text |
index=un_tokenized excludeFromAll=true |
dateLastPlayed |
Date that audio was last played. |
editable=false datatype=datetime |
index=un_tokenized excludeFromAll=true |
audioLength |
Duration of the audio file, stored in miliseconds in Elvis. fileFields Composite:Duration XMP-xmpDM:Duration ID3v2_2:Length ID3v2_3:Length ID3v2_4:Length Duration |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
beatsPerMinute |
Beats per minute (BPM) is a unit used as a measure of tempo in music. fileFields ID3v2_2:BeatsPerMinute ID3v2_3:BeatsPerMinute ID3v2_4:BeatsPerMinute XMP-xmpDM:Tempo |
editable=true datatype=number |
index=un_tokenized excludeFromAll=true |
audioCodec |
Compressor/codec used for audio. **Example value:** * Windows Media Audio V7 * MP3 fileFields XMP-xmpDM:AudioCompressor RIFF:AudioCodec AudioEncoding AudioCodecName AudioCodec |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
encoderSettings |
The settings used for audio encoding. fileFields ID3v2_2:EncoderSettings ID3v2_3:EncoderSettings ID3v2_4:EncoderSettings EncoderSettings |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
encodedBy |
The person and/or software that has encoded the audio. **Example value:** * Podcast Maker 1.3.6 by Lemonz Dream fileFields ID3v2_2:EncodedBy ID3v2_3:EncodedBy ID3v2_4:EncodedBy EncodedBy QuickTime:Encoder |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
audioChannels |
The number of audio channels. **Example value:** * 1 (mono) * 2 (stereo) fileFields AudioChannels |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
channelType |
The type of audio channel(s). **Example value:** * Dual Channel * Joint Stereo * 3 (Single channel) fileFields MPEG:ChannelMode XMP-xmpDM:AudioChannelType |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
sampleRate |
The audio sample rate. The rate at which the samples are captured or played back, measured in Hertz (Hz), or samples per second **Example value:** * 96000 * 48000 * 44100 fileFields MPEG:SampleRate RIFF:SampleRate XMP-xmpDM:AudioSampleRate AudioSampleDesc:AudioSampleRate AudioSampleRate |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
sampleType |
The audio sample type. **Example value:** * 16Int (16-bit integer) * Compressed fileFields XMP-xmpDM:AudioSampleType AudioSampleType |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
bitsPerSample |
Audio bits per sample. **Example value:** * 24 * 16 fileFields RIFF:BitsPerSample BitsPerSample AudioSampleDesc:AudioBitsPerSample |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
audioBitRate |
Bit rate of the audio. **Example value:** * 93750 fileFields XMP-xmpDM:FileDataRate MPEG:AudioBitrate AudioAvgBitrate |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
Document info
Field | Description and Embed | Data | Search |
---|---|---|---|
documentCompany |
The company the document was made at - as provided in Word properties. **Example value:** * WoodWing fileFields XML:Company |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
documentManager |
The manager of the document - as provided in Word properties. **Example value:** * John Doe fileFields XML:Manager |
editable=true datatype=text |
index=tokenized excludeFromAll=false |
documentHyperlinkBase |
URL as provided in Word properties. **Example value:** * www.elvisdam.com fileFields XML:HyperlinkBase |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase analyzerForAll=default excludeFromAll=false |
documentTemplate |
Word template the document was based on. **Example value:** * Normal.dot fileFields XML:Template |
editable=true datatype=text |
index=tokenized analyzer=pureLowerCase excludeFromAll=true |
numberOfPages |
Number of pages in the document. **Example value:** * 4 fileFields XMP-xmpTPg:NPages PDF:PageCount PageCount Pages Slides xmpMeta:xmpTPg:NPages |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
numberOfPreviewPages |
Number of pages available as preview. This can be less than the number of pages. For example for InDesign files, where the available previews depend on previews embedded in the file. **Example value:** * 2 fileFields xmpMeta:xmp:PageInfo/xmpTPg:PageNumber/count() |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
numberOfCharacters |
Number of characters in the document. **Example value:** * 61069 fileFields XML:Characters CharCount |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
numberOfCharactersWithSpaces |
Number of characters in the document WITH spaces. **Example value:** * 71597 fileFields XML:CharactersWithSpaces CharCountWithSpaces |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
numberOfLines |
Number of lines in the document. **Example value:** * 1991 fileFields XML:Lines Lines |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
numberOfParagraphs |
Number of paragraphs in the document. **Example value:** * 994 fileFields XML:Paragraphs Paragraphs |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
PDF info
Field | Description and Embed | Data | Search |
---|---|---|---|
pdfProducer |
The software that produced the PDF **Example value:** * Mac OS X 10.6.6 Quartz PDFContext fileFields XMP-pdf:Producer PDF:Producer |
editable=false datatype=text |
index=tokenized excludeFromAll=true |
pdfVersion |
The PDF version **Example value:** * 1.3 * 1.4 fileFields XMP-pdf:PDFVersion PDF:PDFVersion |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
taggedPdf |
Indicates whether a PDF is structured. Tagged PDF (PDF 1.4) is a stylized use of PDF. It defines a set of standard structure types and attributes that allow page content (text, graphics, and images) to be extracted and reused for other purposes.Such information may include the organization of the document into chapters and sections or the identification of special elements such as figures, tables, and footnotes. fileFields PDF:Tagged |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
trappedPdf |
On devices such as offset printing presses, which mark multiple colorants on a single sheet of physical medium, mechanical limitations of the device can cause imprecise alignment, or misregistration, between colorants. This can produce unwanted visual artifacts such as brightly coloured gaps or bands around the edges of printed objects. In high-quality reproduction of color documents, such artifacts are commonly avoided by creating an overlap, called a trap, between areas of adjacent color. fileFields XMP-pdf:Trapped PDF:Trapped |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
Flash info
Field | Description and Embed | Data | Search |
---|---|---|---|
flashVersion |
The version of Flash used fileFields Flash:FlashVersion |
editable=false datatype=text |
index=un_tokenized excludeFromAll=true |
frameCount |
The total number of frames used in the Flash file. fileFields Flash:FrameCount |
editable=false datatype=number |
index=un_tokenized excludeFromAll=true |
Comments
Do you have corrections or additional information about this article? Leave a comment!
Do you have a question about what is described in this article? Please contact support here.
0 comments
Please sign in to leave a comment.