<table class="ReportTable" id="xmp_digiKam" cellspacing="0">
<colgroup>
<col>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>Property</th>
<th>Label</th>
<th>Value type</th>
<th>Exiv2 type</th>
<th>Category</th>
<th>Description</th>
</tr></thead>
<tbody>
<tr class="OddRow">
<td>TagsList</td>
<td>Tags List</td>
<td>seq Text</td>
<td>XmpSeq</td>
<td>External</td>
<td>The list of complete tags path as string. The path hierarchy is separated by '/' character (ex.: "City/Paris/Monument/Eiffel Tower".</td>
</tr>
<tr class="EvenRow">
<td>CaptionsAuthorNames</td>
<td>Captions Author Names</td>
<td>Lang Alt</td>
<td>LangAlt</td>
<td>External</td>
<td>The list of all captions author names for each language alternative captions set in standard XMP tags.</td>
</tr>
<tr class="OddRow">
<td>CaptionsDateTimeStamps</td>
<td>Captions Date Time Stamps</td>
<td>Lang Alt</td>
<td>LangAlt</td>
<td>External</td>
<td>The list of all captions date time stamps for each language alternative captions set in standard XMP tags.</td>
</tr>
<tr class="EvenRow">
<td>ImageHistory</td>
<td>Image History</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>An XML based content to list all action processed on this image with image editor (as crop, rotate, color corrections, adjustements, etc.).</td>
</tr>
<tr class="OddRow">
<td>LensCorrectionSettings</td>
<td>Lens Correction Settings</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The list of Lens Correction tools settings used to fix lens distorsion. This include Batch Queue Manager and Image editor tools based on LensFun library.</td>
</tr>
<tr class="EvenRow">
<td>ColorLabel</td>
<td>Color Label</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The color label assigned to this item. Possible values are "0": no label; "1": Red; "2": Orange; "3": Yellow; "4": Green; "5": Blue; "6": Magenta; "7": Gray; "8": Black; "9": White.</td>
</tr>
<tr class="OddRow">
<td>PickLabel</td>
<td>Pick Label</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The pick label assigned to this item. Possible values are "0": no label; "1": item rejected; "2": item in pending validation; "3": item accepted.</td>
</tr>
</tbody>
</table><script type="text/javascript">
  //
  var xmp_digiKam = new SortableTable(
    document.getElementById("xmp_digiKam"),
    ["String", "String", "String", "String", "String", "String"]
  );
  xmp_digiKam.onsort = function () { 
	var rows = xmp_digiKam.tBody.rows;
	var l = rows.length;
	for (var i = 0; i < l; i++) {
		removeClassName(rows[i], i % 2 ? "OddRow" : "EvenRow");
		addClassName(rows[i], i % 2 ? "EvenRow" : "OddRow");
	}
  };
  //
</script>
