<table class="ReportTable" id="xmp_dc" 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>contributor</td>
<td>Contributor</td>
<td>bag ProperName</td>
<td>XmpBag</td>
<td>External</td>
<td>Contributors to the resource (other than the authors).</td>
</tr>
<tr class="EvenRow">
<td>coverage</td>
<td>Coverage</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.</td>
</tr>
<tr class="OddRow">
<td>creator</td>
<td>Creator</td>
<td>seq ProperName</td>
<td>XmpSeq</td>
<td>External</td>
<td>The authors of the resource (listed in order of precedence, if significant).</td>
</tr>
<tr class="EvenRow">
<td>date</td>
<td>Date</td>
<td>seq Date</td>
<td>XmpSeq</td>
<td>External</td>
<td>Date(s) that something interesting happened to the resource.</td>
</tr>
<tr class="OddRow">
<td>description</td>
<td>Description</td>
<td>Lang Alt</td>
<td>LangAlt</td>
<td>External</td>
<td>A textual description of the content of the resource. Multiple values may be present for different languages.</td>
</tr>
<tr class="EvenRow">
<td>format</td>
<td>Format</td>
<td>MIMEType</td>
<td>XmpText</td>
<td>Internal</td>
<td>The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.</td>
</tr>
<tr class="OddRow">
<td>identifier</td>
<td>Identifier</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>Unique identifier of the resource. Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.</td>
</tr>
<tr class="EvenRow">
<td>language</td>
<td>Language</td>
<td>bag Locale</td>
<td>XmpBag</td>
<td>Internal</td>
<td>An unordered array specifying the languages used in the resource.</td>
</tr>
<tr class="OddRow">
<td>publisher</td>
<td>Publisher</td>
<td>bag ProperName</td>
<td>XmpBag</td>
<td>External</td>
<td>An entity responsible for making the resource available. Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.</td>
</tr>
<tr class="EvenRow">
<td>relation</td>
<td>Relation</td>
<td>bag Text</td>
<td>XmpBag</td>
<td>Internal</td>
<td>Relationships to other documents. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.</td>
</tr>
<tr class="OddRow">
<td>rights</td>
<td>Rights</td>
<td>Lang Alt</td>
<td>LangAlt</td>
<td>External</td>
<td>Informal rights statement, selected by language. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.</td>
</tr>
<tr class="EvenRow">
<td>source</td>
<td>Source</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>Unique identifier of the work from which this resource was derived.</td>
</tr>
<tr class="OddRow">
<td>subject</td>
<td>Subject</td>
<td>bag Text</td>
<td>XmpBag</td>
<td>External</td>
<td>An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.</td>
</tr>
<tr class="EvenRow">
<td>title</td>
<td>Title</td>
<td>Lang Alt</td>
<td>LangAlt</td>
<td>External</td>
<td>The title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.</td>
</tr>
<tr class="OddRow">
<td>type</td>
<td>Type</td>
<td>bag open Choice</td>
<td>XmpBag</td>
<td>External</td>
<td>A document type; for example, novel, poem, or working paper.</td>
</tr>
</tbody>
</table><script type="text/javascript">
  //
  var xmp_dc = new SortableTable(
    document.getElementById("xmp_dc"),
    ["String", "String", "String", "String", "String", "String"]
  );
  xmp_dc.onsort = function () { 
	var rows = xmp_dc.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>
