<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>
</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>
