Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > b36c97ff723e66f0f38bce83645c99dc > files > 1854

exiv2-doc-0.18.2-1mdv2010.0.x86_64.rpm

<table class="ReportTable" id="xmp_iptc" 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>CiAdrCity</td>
<td>Contact Info-City</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The contact information city part.</td>
</tr>
<tr class="EvenRow">
<td>CiAdrCtry</td>
<td>Contact Info-Country</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The contact information country part.</td>
</tr>
<tr class="OddRow">
<td>CiAdrExtadr</td>
<td>Contact Info-Address</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The contact information address part. Comprises an optional company name and all required information to locate the building or postbox to which mail should be sent.</td>
</tr>
<tr class="EvenRow">
<td>CiAdrPcode</td>
<td>Contact Info-Postal Code</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The contact information part denoting the local postal code.</td>
</tr>
<tr class="OddRow">
<td>CiAdrRegion</td>
<td>Contact Info-State/Province</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The contact information part denoting regional information like state or province.</td>
</tr>
<tr class="EvenRow">
<td>CiEmailWork</td>
<td>Contact Info-Email</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The contact information email address part.</td>
</tr>
<tr class="OddRow">
<td>CiTelWork</td>
<td>Contact Info-Phone</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The contact information phone number part.</td>
</tr>
<tr class="EvenRow">
<td>CiUrlWork</td>
<td>Contact Info-Web URL</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>The contact information web address part.</td>
</tr>
<tr class="OddRow">
<td>CountryCode</td>
<td>Country Code</td>
<td>closed Choice of Text</td>
<td>XmpText</td>
<td>External</td>
<td>Code of the country the content is focussing on -- either the country shown in visual media or referenced in text or audio media. This element is at the top/first level of a top-down geographical hierarchy. The code should be taken from ISO 3166 two or three letter code. The full name of a country should go to the "Country" element.</td>
</tr>
<tr class="EvenRow">
<td>CreatorContactInfo</td>
<td>Creator's Contact Info</td>
<td>ContactInfo</td>
<td>XmpText</td>
<td>External</td>
<td>The creator's contact information provides all necessary information to get in contact with the creator of this news object and comprises a set of sub-properties for proper addressing.</td>
</tr>
<tr class="OddRow">
<td>IntellectualGenre</td>
<td>Intellectual Genre</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>Describes the nature, intellectual or journalistic characteristic of a news object, not specifically its content.</td>
</tr>
<tr class="EvenRow">
<td>Location</td>
<td>Location</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>Name of a location the content is focussing on -- either the location shown in visual media or referenced by text or audio media. This location name could either be the name of a sublocation to a city or the name of a well known location or (natural) monument outside a city. In the sense of a sublocation to a city this element is at the fourth level of a top-down geographical hierarchy.</td>
</tr>
<tr class="OddRow">
<td>Scene</td>
<td>IPTC Scene</td>
<td>bag closed Choice of Text</td>
<td>XmpBag</td>
<td>External</td>
<td>Describes the scene of a photo content. Specifies one or more terms from the IPTC "Scene-NewsCodes". Each Scene is represented as a string of 6 digits in an unordered list.</td>
</tr>
<tr class="EvenRow">
<td>SubjectCode</td>
<td>IPTC Subject Code</td>
<td>bag closed Choice of Text</td>
<td>XmpBag</td>
<td>External</td>
<td>Specifies one or more Subjects from the IPTC "Subject-NewsCodes" taxonomy to categorize the content. Each Subject is represented as a string of 8 digits in an unordered list.</td>
</tr>
</tbody>
</table><script type="text/javascript">
  //
  var xmp_iptc = new SortableTable(
    document.getElementById("xmp_iptc"),
    ["String", "String", "String", "String", "String", "String"]
  );
  xmp_iptc.onsort = function () { 
	var rows = xmp_iptc.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>