<HTML> <HEAD> <STYLE> BODY {background-color:#FBFFFF; margin:0.25in; font-size:10pt; font-family:Arial,sans-serif} H1 {margin-left:0.05in; position:relative; top:-6; text-align:center; font-weight:bold; font-size:18; font-family:Verdana,sans-serif; color:#006400} H2 {margin-left:0.25in; position:relative; top:-16; text-align:center; font-size:13; font-family:Verdana,sans-serif; color:#006400} TABLE {position:relative; top:-10; valign:top; table-layout:fixed; border-collapse:collapse} TD {text-align:center} TD {font-weight:bold; font-size:11pt; border-color:#6495ED} .tsel {color:#FFFFFF; background-color:#6495ED} .tun {color:#00008B; background-color:#B8DEFA} .tover {color:#0000CD; background-color:#B8E6FF; cursor:hand} .f {background-color:#FFFFFF; border:'1.5pt solid #6495ED'; position:relative; top:-10} .ph1 {color:#2E8B57; font-weight:bold; cursor:} .ph2 {margin-left:0.2in; color:#2E8B57; font-weight:bold; cursor:} .pover1 {color:#006000; font-weight:bold; cursor:hand} .pover2 {margin-left:0.2in; color:#006000; font-weight:bold; cursor:hand} .pn {color:#00008B; font-weight:bold} .pv {font-family:Verdana,sans-serif; line-height:135%; color:#191970; margin:0in 0.15in 0.75in 0.15in} .pe1 {margin-left:0.2in} .pe2 {margin-left:0.25in; font-weight:normal; color:#191970;} .lt {line-height:115%} .lt2 {line-height:115%; margin-bottom:1mm} .sr1 {margin-left:0in} .sr2 {margin-left:0.2in} .sr3 {margin-left:0.4in} .srh1 {color:#00008B; font-weight:bold; margin-left:0in} .srh2 {color:#00008B; font-weight:bold; margin-left:0.2in} .name {margin-left:0.05in; position:relative; top:-6; text-align:center; font-weight:bold; font-size:18; font-family:Verdana,sans-serif; color:#006400} .sub {margin-left:0.25in; text-align:center; position:relative; top:3; font-weight:bold; font-size:13; font-family:Verdana,sans-serif; color:#006400} .search {margin:0in 0.15in 0.75in 0.15in; color:#191970; font-family:Verdana,sans-serif; font-size:13} .head {color:#006400} </STYLE> <SCRIPT LANGUAGE="JScript"><!-- //changes the color of the tabs or headings that you can click //when the mouse hovers over them function doHilite() { var e = window.event.srcElement; if (e.className == "tun") { e.className = "tover"; } else if (e.className == "tover") { e.className = "tun"; } else if (e.className == "ph1") { e.className = "pover1"; } else if (e.className == "ph2") { e.className = "pover2"; } else if (e.className == "pover1") { e.className = "ph1"; } else if (e.className == "pover2") { e.className = "ph2"; } window.event.cancelBubble = true; } //changes the style of the selected tab to unselected and hide its text, then //set the style of the tab that was clicked on to selected and show its text function changeTab(eRow) { var tabs = eRow.cells; for (var i = 0; i < tabs.length; i++) { var oldTab = tabs[i]; if (oldTab.className == "tsel") { break; } } oldTab.className = "tun"; var oldContent = getAssociated(oldTab); oldContent.style.display = "none"; var newTab = window.event.srcElement; newTab.className ="tsel"; var newContent = getAssociated(newTab); newContent.style.display = "block"; window.event.cancelBubble = true; } //hide or show the text assoicated with the heading that was clicked function hideShowGroup(e) { var theGroup = e.children[0]; if (theGroup.style.display == "none") { theGroup.style.display="block"; } else { theGroup.style.display="none"; } window.event.cancelBubble = true; } //returns the name of the element containing the text associated with each tab function getAssociated(e) { if (e.tagName == "TD") { switch (e.id) { case "DescTab": return (Description); case "SpatialTab": return (Spatial); case "AttribTab": return (Attributes); } } } //centers the thumbnail function position() { var e; e = document.all("thumbnail"); if (e != null) { b = document.body; w1 = b.clientWidth - 80; w2 = w1 - thumbnail.width; var margin = Math.floor(w2 * .5); thumbnail.style.visibility = "hidden"; thumbnail.style.marginLeft = margin; thumbnail.style.visibility = "visible"; } } //parse text to respect line breaks added - increases readability. //lines beginning with a ">" character are presented with a monospace //(fixed-width) font - e.g., so equations will appear correctly function fix(e) { var par = e.parentNode; e.id = ""; var pos = e.innerText.indexOf("\n"); if (pos > 0) { while (pos > 0) { var t = e.childNodes(0); var n = document.createElement("PRE"); var s = t.splitText(pos); e.insertAdjacentElement("afterEnd", n); n.appendChild(s); e = n; pos = e.innerText.indexOf("\n"); } var count = (par.children.length); for (var i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { pos = e.innerText.indexOf(">"); if (pos != 0) { n = document.createElement("DIV"); e.insertAdjacentElement("afterEnd", n); n.innerText = e.innerText; e.removeNode(true); } } } if (par.children.tags("PRE").length > 0) { count = (par.childNodes.length); for (i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { e.id = ""; if (i < (count-1)) { var e2 = par.children(i + 1); if (e2.tagName == "PRE") { e.insertAdjacentText("beforeEnd", e2.innerText+"\n"); e2.removeNode(true); count = count-1; i = i-1; } } } } } } else { n = document.createElement("DIV"); par.appendChild(n); n.innerText = e.innerText; e.removeNode(true); } } --></SCRIPT> </HEAD> <BODY onload="position();" onresize="position();" oncontextmenu="return true"> <H1>World Countries 2002</H1> <H2>Shapefile </H2> <TABLE cols="3" frame="void" rules="cols" width="315" height="28"> <COL WIDTH="105" /><COL WIDTH="105" /><COL WIDTH="105" /> <TR height="28" onmouseover="doHilite()" onmouseout="doHilite()" onclick="changeTab(this)"> <TD ID="DescTab" CLASS="tsel" TITLE="Click to see a description of the data">Description</TD> <TD ID="SpatialTab" CLASS="tun" TITLE="Click for details about the spatial data">Spatial</TD> <TD ID="AttribTab" CLASS="tun" TITLE="Click for details about the attribute data">Attributes</TD> </TR> </TABLE> <DIV ID="Group" CLASS="f"> <DIV ID="Description" CLASS="pv" STYLE="display:block"><BR /> <IMG ID="thumbnail" ALIGN="absmiddle" STYLE="height:144; border:'2 outset #FFFFFF'; position:relative" SRC="cntry020.bmp" /><BR /><BR /> <DIV CLASS="pn">Keywords</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> polygon, countries, international boundaries, coastlines, area, international codes, currencies, sovereignties, population, landlocked information, boundaries, society</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Place: </SPAN> World</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Temporal: </SPAN> 1996, 1998, 1993/1994, 2000, 1994, 2000, 2001, 2000</DIV> <BR /> <DIV CLASS="pn">Description</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Abstract <DIV CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">World Countries 2002 represents the boundaries for the countries of the world, as they existed in 2002.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Purpose <DIV ID="Purpose" CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">World Countries 2002 provides political boundaries for the world in 2002. To display World Political Organization Membership attributes or CountryWatch Demographics attributes, join these tables to this attribute table using Fips_cntry or Cntry_name as the common field.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Supplementary Information <DIV CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">Largest scale when displaying the data: 1:15,000,000.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Status of the data <DIV CLASS="pe2" STYLE="display:none"> Complete<BR /><I>Data update frequency: </I> Matches software update releases<BR /></DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Time period for which the data is relevant <DIV CLASS="pe2" STYLE="display:none"> <DIV> <I>Description: </I> <SPAN CLASS="lt"><PRE ID="original">publication date: 1996, 1998, Winter 1993/1994, 20000101, 20000225, 20010128, 20000612; ground condition: 1994</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Publication Information <DIV CLASS="pe2" STYLE="display:none"><SPAN CLASS="lt2"> <I>Who created the data: </I>Environmental Systems Research Institute, Inc. (ESRI)<BR /></SPAN> <DIV><I>Date and time: </I> 20020401</DIV> <DIV><I>Publisher and place: </I> Environmental Systems Research Institute, Inc. (ESRI), Redlands, California, USA </DIV> <DIV><I>Series name: </I>ESRI Data &amp; Maps</DIV> <DIV><I>Series issue: </I>2002</DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Data storage and access information <DIV CLASS="pe2" STYLE="display:none"> <I>File name: </I>cntry02<BR /> <I>Type of data: </I>vector digital data<BR /> <DIV><I>Location of the data: </I></DIV><DIV><LI STYLE="margin-left:0.2in">Server=TISENT20; Service=5151; User=sfgis; Version=SDE.DEFAULT</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows 2000 Version 5.0 (Build 2195) Service Pack 2; ESRI ArcCatalog 8.1.3.679</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Data format: </I>SHP<BR /> <I>Size of the data: </I>3.830 MB<BR /> <I>Data transfer size: </I>3.830 MB<BR /> <I>How to decompress the file: </I>no compression applied<BR /> <I>Available media: </I>ESRI Data &amp; Maps 2002 CD ROM Set is available only as part of ESRI® software.<BR /><BR /> </DIV> </DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Constraints on accessing and using the data <DIV CLASS="pe2" STYLE="display:none"> <I>Access constraints: </I> <SPAN CLASS="lt">Access granted to Licensee only.<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">The data are provided by multiple, third party data vendors under license to ESRI for inclusion on ESRI Data &amp; Maps CD ROMs for use with ESRI® software. Each data vendor has its own data licensing policies and may grant varying redistribution rights to end users. Please consult the redistribution rights below for this data set provided on ESRI Data &amp; Maps CD ROMs. As used herein,  Geodata shall mean any digital data set consisting of geographic data coordinates and associated attributes. The redistribution rights for this data set: Redistribution rights are granted by the data vendor for hard-copy renditions or static, electronic map images (e.g. .gif, .jpeg, etc.) that are plotted, printed, or publicly displayed with proper metadata and source/copyright attribution to the respective data vendor(s). Geodata is redistributable with a Value-Added Software Application developed by ESRI Business Partners on a royalty-free basis with proper metadata and source/copyright attribution to the respective data vendor(s). Geodata is redistributable without a Value-Added Software Application (i.e., adding the sample data to an existing, [non]commercial data set for redistribution) with proper metadata and source/copyright attribution to the respective data vendor(s). The terms and conditions below apply to all the data sets provided on the ESRI Data &amp; Maps CD ROMs. Proprietary Rights and Copyright: Licensee acknowledges that the Data and Related Materials contain proprietary and confidential property of ESRI and its licensor(s). The Data and Related Materials are owned by ESRI and its licensor(s) and are protected by United States copyright laws and applicable international copyright treaties and/or conventions. Limited Warranty and Disclaimer: ESRI warrants that the media upon which the Data and Related Materials are provided will be free from defects in materials and workmanship under normal use and service for a period of ninety (90) days from the date of receipt. THE DATA AND RELATED MATERIALS ARE EXCLUDED FROM THE LIMITED WARRANTY, AND THE LICENSEE EXPRESSLY ACKNOWLEDGES THAT THE DATA CONTAINS SOME NONCONFORMITIES, DEFECTS, OR ERRORS. ESRI DOES NOT WARRANT THAT THE DATA WILL MEET LICENSEE'S NEEDS OR EXPECTATIONS; THAT THE USE OF THE DATA WILL BE UNINTERRUPTED; OR THAT ALL NONCONFORMITIES, DEFECTS, OR ERRORS CAN OR WILL BE CORRECTED. ESRI IS NOT INVITING RELIANCE ON THIS DATA, AND THE LICENSEE SHOULD ALWAYS VERIFY ACTUAL DATA. EXCEPT FOR THE LIMITED WARRANTY SET FORTH ABOVE, THE DATA AND RELATED MATERIALS CONTAINED THEREIN ARE PROVIDED "AS-IS," WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Exclusive Remedy and Limitation of Liability: The entire liability of ESRI or its licensor(s) and Licensee's exclusive remedy shall be to terminate the Agreement upon Licensee returning the Data and Related Materials to ESRI with a copy of Licensee's invoice/receipt and ESRI returning the license fees paid to Licensee. IN NO EVENT SHALL ESRI AND/OR ITS LICENSOR(S) BE LIABLE FOR COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOST PROFITS, LOST SALES, OR BUSINESS EXPENDITURES, INVESTMENTS, OR COMMITMENTS IN CONNECTION WITH ANY BUSINESS; LOSS OF ANY GOODWILL; OR FOR ANY INDIRECT, SPECIAL, INCIDENTAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT OR USE OF THE DATA AND RELATED MATERIALS, HOWEVER CAUSED, ON ANY THEORY OF LIABILITY, AND WHETHER OR NOT ESRI OR ITS LICENSOR(S) HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY EXCLUSIVE REMEDY. Third Party Beneficiary: ESRI's licensor(s) has (have) authorized ESRI to (sub)distribute and (sub)license its (their) data as incorporated into the Data and Related Materials. As an intended third party beneficiary to this Agreement, the ESRI licensor(s) is (are) entitled to directly enforce, in its own name, the rights and obligations undertaken by the Licensee and to seek all legal and equitable remedies as are afforded to ESRI. In the event that the data vendor(s) has (have) granted the end user permission to redistribute the Geodata, please use proper proprietary or copyright attribution for the various data vendor(s), and provide the associated metadata file(s) with the Geodata. In compliance with FGDC metadata standards, ESRI has attempted to practice proper metadata methodologies by providing any data source information, descriptions, and file names to assist in this effort.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> </DIV> </DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details about this document <DIV CLASS="pe2" STYLE="display:none"> Contents last updated: 20020215 at time 23045100 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> Data Team<BR />Environmental Systems Research Institute, Inc. (ESRI)<BR /><I>mailing and physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">380 New York Street</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Redlands, California 92373-8100</DIV> <DIV>USA</DIV></DIV> <BR /> 909-793-2853 (voice)<BR />909-793-5953 (fax)<BR />info@esri.com<BR /><BR /> <DIV><I>Hours of service:</I> 8:00 a.m. 5:30 p.m. Pacific time, Monday Friday</DIV><BR /> </DIV> </DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Standards used to create this document <DIV CLASS="pe2" STYLE="display:none"> <I>Standard name: </I>FGDC Content Standards for Digital Geospatial Metadata<BR /> <I>Standard version: </I>FGDC-STD-001-1998<BR /> <I>Time convention used in this document: </I>local time<BR /> Metadata profiles defining additonal information<LI STYLE="margin-left:0.2in"> ESRI Metadata Profile: <A TARGET="viewer" HREF="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </A> </LI> </DIV> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Spatial" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Horizontal coordinate system</DIV> <DIV STYLE="margin-left:0.2in"><I>Geographic coordinate system name: </I>GCS_WGS_1984</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details <DIV CLASS="pe2" STYLE="display:none"> <DIV CLASS="srh1">Geographic Coordinate System</DIV> <DIV CLASS="sr2"><I>Latitude Resolution: </I>0.000001</DIV> <DIV CLASS="sr2"><I>Longitude Resolution: </I>0.000001</DIV> <DIV CLASS="sr2"><I>Geographic Coordinate Units: </I>Decimal degrees</DIV> <BR /> <DIV CLASS="srh1">Geodetic Model</DIV> <DIV CLASS="sr2"><I>Horizontal Datum Name: </I>D_WGS_1984</DIV> <DIV CLASS="sr2"><I>Ellipsoid Name: </I>WGS_1984</DIV> <DIV CLASS="sr2"><I>Semi-major Axis: </I>6378137.000000</DIV> <DIV CLASS="sr2"><I>Denominator of Flattening Ratio: </I>298.257224</DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Bounding coordinates</DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn">Horizontal</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In decimal degrees</DIV> <DIV STYLE="margin-left:0.6in"><I>West: </I> -180.000000</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> 180.000000</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 83.623596</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> -90.000000</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>-180.000000</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>180.000000</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>83.623596</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>-90.000000</DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Lineage</DIV> <DIV CLASS="pn" STYLE="margin-left:0.2in">FGDC lineage</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 1 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The following steps were performed by ESRI for Data &amp; Maps 2002: Updated Saudi Arabia - Yemen border. Updated attributes for East Timor, Yugoslavia, Saudi Arabia, and Yemen. Recalculated attributes based on area. Created ArcGIS"! layer file (.lyr) and ArcView legend file (.avl). Copied projection file (.prj) and created spatial indices. The following steps were performed by ESRI: Extracted the features from ESRI Data &amp; Maps 1999 data set cntry98.shp. Updated political boundaries and attributes for 2000 for Macau, Hong Kong, and East Timor. Extended political boundaries into the Caspian Sea and removed the shoreline. Created ArcGIS"! layer file (.lyr). Created ArcView legend file (.avl). Created projection file (.prj). Created spatial indices.<BR /> <I>Process software and version: </I>ArcInfo, ArcView 3.x, ArcGIS 8.x<BR /> <I>Source used: </I>ArcWorld Supplement<BR /> <I>Source used: </I>Geographic and Global Issues<BR /> <I>Source used: </I>CIA Factbook<BR /> <I>Source used: </I>World Demography Project<BR /> <I>Source used: </I>ESFN FIPS 10-4 20000225<BR /> <I>Source used: </I>ESFN FIPS 10-4 20010128<BR /> <I>Source used: </I>TREATY OF JEDDAH, 2000<BR /> <I>Process date: </I>20020212 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 2 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 3 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=tisent20; Service=5151; User=sfgis; Version=SDE.DEFAULT<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 4 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 5 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=TISENT20; Service=5151; User=sfgis; Version=SDE.DEFAULT<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 6 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=TISENT20; Service=5151; User=sfgis; Version=SDE.DEFAULT<BR /> </DIV> </DIV> <DIV CLASS="pn" STYLE="margin-left:0.4in">Sources</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 1: ArcWorld Supplement (ArcWorld Supplement)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>CD ROM<BR /> <I>Scale denominator: </I>3000000<BR /> <I>Contribution: </I>Attribute and geospatial data<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 1996</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 2: Geographic and Global Issues Quarterly (Geographic and Global Issues)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>paper<BR /> <I>Contribution: </I>Attribute data<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> Winter 1993/1994</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 3: The World Factbook 2000 (CIA Factbook)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>online<BR /> <I>Contribution: </I>Attribute data<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20000101</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 4: World Demography Project (NCGIA)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>paper<BR /> <I>Contribution: </I>Attribute data<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 1994</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 5: COUNTRIES, DEPENDENCIES, AREAS OF SPECIAL SOVEREIGNTY, AND THEIR PRINCIPAL ADMINISTRATIVE DIVISIONS (ESFN FIPS 10-4 20000225)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Contribution: </I>Attribute data<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20000225</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 6: COUNTRIES, DEPENDENCIES, AREAS OF SPECIAL SOVEREIGNTY, AND THEIR PRINCIPAL ADMINISTRATIVE DIVISIONS (ESFN FIPS 10-4 20010128)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Contribution: </I>Attribute data<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20010128</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 7: THE TREATY OF JEDDAH, 2000 (TREATY OF JEDDAH, 2000)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>online<BR /> <I>Contribution: </I>Attribute and geospatial data<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20000612</DIV> </DIV> </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Spatial data quality</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.2in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Horizontal positional accuracy <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <SPAN CLASS="lt"><PRE ID="original">The geospatial part of this data set was originally extracted from the ArcWorld Supplement database and then generalized (tolerance unknown). The positional accuracy is unknown.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Spatial data description</DIV> <DIV CLASS="pn" STYLE="margin-left:0.2in">Vector data information</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">ESRI description</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> cntry02 <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polygon<BR /> <I>Feature description: </I>World Country (2002)<BR /> <I>Topology: </I>FALSE<BR /> <I>Feature count: </I>251<BR /> <I>Spatial Index: </I>TRUE<BR /> <I>Linear referencing: </I>FALSE<BR /> </DIV> </DIV> <BR /> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">SDTS description <DIV CLASS="pe2" STYLE="display:none"> <DIV>Feature class: SDTS feature type, feature count</DIV> <DIV STYLE="margin-left:0.2in"> <LI> cntry02: G-polygon, 251 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for cntry02</DIV> <DIV STYLE="margin-left:0.2in"><I>Type of object: </I>Feature Class</DIV> <DIV STYLE="margin-left:0.2in"><I>Number of records: </I>251</DIV> <DIV STYLE="margin-left:0.2in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Description <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt">The polygons represent the boundaries for the countries of the world, as they existed in 2002.</SPAN><BR /> <SPAN CLASS="lt"><I>Source: </I>ESRI</SPAN><BR /> <BR /> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> Attributes<DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> FID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FID<BR /> <I>Data type: </I>OID<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Internal feature number.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Shape <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape<BR /> <I>Data type: </I>Geometry<BR /> <I>Width: </I>0<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Feature geometry.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> FIPS_CNTRY <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FIPS_CNTRY<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The FIPS code (two-letter) for the country.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Department of Commerce, National Institute of Standards and Technology</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> GMI_CNTRY <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>GMI_CNTRY<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>3<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The country code (three-letter) for the country from Global Mapping International.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Global Mapping International</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ISO_2DIGIT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ISO_2DIGIT<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The country code (two-letter) for the country from the International Organization for Standardization.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">International Organization for Standardization</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ISO_3DIGIT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ISO_3DIGIT<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>3<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The country code (three-letter) for the country from the International Organization for Standardization.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">International Organization for Standardization</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> CNTRY_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CNTRY_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>40<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The country name.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ArcWorld Supplement, Geographic and Global Issues, CIA Factbook</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LONG_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LONG_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>40<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The official country name.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ArcWorld Supplement, Geographic and Global Issues, CIA Factbook</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> SOVEREIGN <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SOVEREIGN<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>40<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The name of the sovereign for the country.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ArcWorld Supplement, CIA Factbook</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> POP_CNTRY <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>POP_CNTRY<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>10<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The 1994 estimated population of the country.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">National Center for Geographic Information and Analysis</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> CURR_TYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CURR_TYPE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>16<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The type of currency for the country.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ArcWorld Supplement</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> CURR_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CURR_CODE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The abbreviation (three-letter) for the currency of the country.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ArcWorld Supplement</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCKED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LANDLOCKED<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Indicates if the country is landlocked.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ArcWorld Supplement</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> SQKM <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SQKM<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>12<BR /> <I>Number of decimals: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The country area in square kilometers using an equal area projection.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> SQMI <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SQMI<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>12<BR /> <I>Number of decimals: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The country area in square miles using an equal area projection.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> COLOR_MAP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COLOR_MAP<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The number allows the country to be shaded unique from its neighbors.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>