<table class="ReportTable" id="xmp_xmpBJ" 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>JobRef</td>
<td>Job Reference</td>
<td>bag Job</td>
<td>XmpText</td>
<td>External</td>
<td>References an external job management file for a job process in which the document is being used. Use of job names is under user control. Typical use would be to identify all documents that are part of a particular job or contract. There are multiple values because there can be more than one job using a particular document at any time, and it can also be useful to keep historical information about what jobs a document was part of previously.</td>
</tr></tbody>
</table><script type="text/javascript">
  //
  var xmp_xmpBJ = new SortableTable(
    document.getElementById("xmp_xmpBJ"),
    ["String", "String", "String", "String", "String", "String"]
  );
  xmp_xmpBJ.onsort = function () { 
	var rows = xmp_xmpBJ.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>
