ÿþ<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>TrempCo_MasterDATA.DBO.Wildlife_Areas</H1> <H2>SDE Feature Class </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 /> <DIV CLASS="pn">Keywords</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> Wildlife Areas</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">Wildlife Areas for Trempealeau County Wisconsin</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">To identify where wildlife areas are.</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> Unknown<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</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>Unknown<BR /></SPAN> <DIV><I>Date and time: </I> prior to 12-26-2007</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>TrempCo_MasterDATA.DBO.Wildlife_Areas<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=trempweb_sqlexpressSERVER; Service=sde:sqlserver:trempweb\sqlexpressSERVER; Database=TrempCo_MasterDATA; Version=dbo.DEFAULT</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 2; ESRI ArcCatalog 9.2.2.1350</SPAN><BR /> <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">Data shall not be shared without written permission of Trempealeau County, Wisconsin.<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">Data Cannot be copied or resold</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: 20070926 at time 16072700 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> Land Records Modernization Coordinator<BR />Trempealeau County<BR /><I>physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">36245 Main St</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Whitehall, WI 54773</DIV> </DIV> <BR /> 1-715-538-2311 x 343 (voice)<BR />landrecords@tremplocounty.com<BR /><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>Projected coordinate system name: </I>NAD_1983_HARN_WISCRS_Trempealeau_County_Feet</DIV> <DIV STYLE="margin-left:0.2in"><I>Geographic coordinate system name: </I>GCS_North_American_1983_HARN</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details <DIV CLASS="pe2" STYLE="display:none"> <DIV CLASS="sr1"><SPAN CLASS="pn">Map Projection Name: </SPAN>Transverse Mercator</DIV> <DIV CLASS="sr2"><I>Scale Factor at Central Meridian: </I>1.000036<BR /> <I>Longitude of Central Meridian: </I>-91.366667<BR /> <I>Latitude of Projection Origin: </I>43.161111<BR /> <I>False Easting: </I>843000.000000<BR /> <I>False Northing: </I>0.013000<BR /> </DIV> <BR /> <DIV CLASS="sr1"><SPAN CLASS="pn">Planar Coordinate Information</SPAN></DIV> <DIV CLASS="sr2"><I>Planar Distance Units: </I>survey feet</DIV> <DIV CLASS="sr2"><I>Coordinate Encoding Method: </I>coordinate pair</DIV> <DIV CLASS="srh2">Coordinate Representation</DIV> <DIV CLASS="sr3"><I>Abscissa Resolution: </I>0.000328</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.000328</DIV> <BR /> <DIV CLASS="srh1">Geodetic Model</DIV> <DIV CLASS="sr2"><I>Horizontal Datum Name: </I>D_North_American_1983_HARN</DIV> <DIV CLASS="sr2"><I>Ellipsoid Name: </I>Geodetic Reference System 80</DIV> <DIV CLASS="sr2"><I>Semi-major Axis: </I>6378137.000000</DIV> <DIV CLASS="sr2"><I>Denominator of Flattening Ratio: </I>298.257222</DIV> </DIV> </DIV> <BR /> <DIV CLASS="srh1">Altitude System Definition</DIV> <DIV CLASS="sr2"><I>Resolution: </I>1.000000</DIV> <DIV CLASS="sr2"><I>Encoding Method: </I>Explicit elevation coordinate included with horizontal coordinates</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> -91.518756</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -91.165322</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 44.505827</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 44.127245</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>803318.779314</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>895532.287800</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>490207.029585</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>352249.863899</DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Lineage</DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn">ESRI geoprocessing history</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">1. FeatureClassToFeatureClass_2 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20070830 at time 095310<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureClassToFeatureClass<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">FeatureClassToFeatureClass P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp Z:\Parcels\MASTERTrempGDB\MASTERTrempGDB.mdb\Recreation Wildlife_Areas # "AREA AREA true false false 19 Double 3 18 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,AREA,-1,-1;PERIMETER PERIMETER true false false 19 Double 3 18 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PERIMETER,-1,-1;PRST_ PRST_ true false false 9 Long 0 9 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PRST_,-1,-1;PRST_ID PRST_ID true false false 9 Long 0 9 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PRST_ID,-1,-1;LEGAL_REF LEGAL_REF true false false 10 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LEGAL_REF,-1,-1;STATE STATE true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,STATE,-1,-1;COUNTY COUNTY true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,COUNTY,-1,-1;CVT_NO CVT_NO true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CVT_NO,-1,-1;PLATMAP PLATMAP true false false 75 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PLATMAP,-1,-1;PIN PIN true false false 19 Double 3 18 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PIN,-1,-1;DXF_TEXT DXF_TEXT true false false 40 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DXF_TEXT,-1,-1;OID_ OID_ true false false 9 Long 0 9 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,OID_,-1,-1;PROPTYPE PROPTYPE true false false 1 Short 0 1 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PROPTYPE,-1,-1;CON1 CON1 true false false 3 Short 0 3 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CON1,-1,-1;CON2 CON2 true false false 5 Long 0 5 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CON2,-1,-1;CON3 CON3 true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CON3,-1,-1;TAXYEAR TAXYEAR true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,TAXYEAR,-1,-1;RECTYPE RECTYPE true false false 2 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,RECTYPE,-1,-1;PARNO PARNO true false false 22 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PARNO,-1,-1;FIRSTNAME FIRSTNAME true false false 24 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,FIRSTNAME,-1,-1;LASTNAME LASTNAME true false false 24 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LASTNAME,-1,-1;CO_OWNER CO_OWNER true false false 24 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CO_OWNER,-1,-1;ADDRESS ADDRESS true false false 24 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,ADDRESS,-1,-1;CITY CITY true false false 17 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CITY,-1,-1;STATE_1 STATE_1 true false false 2 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,STATE_1,-1,-1;ZIP ZIP true false false 5 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,ZIP,-1,-1;ZIPX ZIPX true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,ZIPX,-1,-1;STNAME STNAME true false false 14 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,STNAME,-1,-1;HSE HSE true false false 6 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,HSE,-1,-1;PD PD true false false 2 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PD,-1,-1;TYPE TYPE true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,TYPE,-1,-1;SD SD true false false 2 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SD,-1,-1;HAL HAL true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,HAL,-1,-1;SECTION_ SECTION_ true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SECTION,-1,-1;TOWN TOWN true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,TOWN,-1,-1;TOWNDIR TOWNDIR true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,TOWNDIR,-1,-1;RANGE RANGE true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,RANGE,-1,-1;RANGDIR RANGDIR true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,RANGDIR,-1,-1;VOL1 VOL1 true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,VOL1,-1,-1;PAGE1 PAGE1 true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PAGE1,-1,-1;VOL2 VOL2 true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,VOL2,-1,-1;PAGE2 PAGE2 true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PAGE2,-1,-1;VOL3 VOL3 true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,VOL3,-1,-1;PAGE3 PAGE3 true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PAGE3,-1,-1;VOL4 VOL4 true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,VOL4,-1,-1;PAGE4 PAGE4 true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PAGE4,-1,-1;SD1 SD1 true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SD1,-1,-1;SD1X SD1X true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SD1X,-1,-1;SD2 SD2 true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SD2,-1,-1;SD2X SD2X true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SD2X,-1,-1;SD3 SD3 true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SD3,-1,-1;SD3X SD3X true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SD3X,-1,-1;SCHNO SCHNO true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SCHNO,-1,-1;SCHX SCHX true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SCHX,-1,-1;BKNO BKNO true false false 1 Short 0 1 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BKNO,-1,-1;MAPNO MAPNO true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,MAPNO,-1,-1;MAPX MAPX true false false 2 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,MAPX,-1,-1;CHDATE1 CHDATE1 true true false 8 Date 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CHDATE1,-1,-1;DESC1 DESC1 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC1,-1,-1;DESC2 DESC2 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC2,-1,-1;DESC3 DESC3 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC3,-1,-1;DESC4 DESC4 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC4,-1,-1;DESC5 DESC5 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC5,-1,-1;DESC6 DESC6 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC6,-1,-1;DESC7 DESC7 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC7,-1,-1;DESC8 DESC8 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC8,-1,-1;DESC9 DESC9 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC9,-1,-1;DESC10 DESC10 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC10,-1,-1;DESC11 DESC11 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC11,-1,-1;DESC12 DESC12 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC12,-1,-1;DESC13 DESC13 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC13,-1,-1;DESC14 DESC14 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC14,-1,-1;ACRES ACRES true false false 14 Double 3 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,ACRES,-1,-1;CD1 CD1 true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CD1,-1,-1;AC1 AC1 true false false 14 Double 3 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,AC1,-1,-1;LV1 LV1 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LV1,-1,-1;IPV1 IPV1 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,IPV1,-1,-1;CD2 CD2 true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CD2,-1,-1;AC2 AC2 true false false 14 Double 3 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,AC2,-1,-1;LV2 LV2 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LV2,-1,-1;IPV2 IPV2 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,IPV2,-1,-1;CD3 CD3 true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CD3,-1,-1;AC3 AC3 true false false 14 Double 3 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,AC3,-1,-1;LV3 LV3 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LV3,-1,-1;IPV3 IPV3 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,IPV3,-1,-1;CD4 CD4 true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CD4,-1,-1;AC4 AC4 true false false 14 Double 3 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,AC4,-1,-1;LV4 LV4 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LV4,-1,-1;IPV4 IPV4 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,IPV4,-1,-1;CD5 CD5 true false false 3 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CD5,-1,-1;AC5 AC5 true false false 14 Double 3 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,AC5,-1,-1;LV5 LV5 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LV5,-1,-1;IPV5 IPV5 true false false 8 Long 0 8 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,IPV5,-1,-1;TOTVAL TOTVAL true false false 10 Double 0 10 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,TOTVAL,-1,-1;CHDATE3 CHDATE3 true true false 8 Date 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CHDATE3,-1,-1;PTOTAC PTOTAC true false false 14 Double 3 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PTOTAC,-1,-1;PTOTLV PTOTLV true false false 9 Long 0 9 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PTOTLV,-1,-1;PTOTIMP PTOTIMP true false false 9 Long 0 9 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PTOTIMP,-1,-1;PFCTOTAC PFCTOTAC true false false 14 Double 3 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PFCTOTAC,-1,-1;PFCTOTLV PFCTOTLV true false false 9 Long 0 9 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PFCTOTLV,-1,-1;GROSSTAX GROSSTAX true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,GROSSTAX,-1,-1;CREDITS CREDITS true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CREDITS,-1,-1;NETAX NETAX true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,NETAX,-1,-1;SPASS SPASS true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPASS,-1,-1;SPCH SPCH true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPCH,-1,-1;DELUT DELUT true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DELUT,-1,-1;WOODLAND WOODLAND true false false 12 Double 2 11 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,WOODLAND,-1,-1;MANFOREST MANFOREST true false false 12 Double 2 11 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,MANFOREST,-1,-1;PRIFOREST PRIFOREST true false false 12 Double 2 11 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PRIFOREST,-1,-1;LOT_CREDIT LOT_CREDIT true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LOT_CREDIT,-1,-1;FIRSTPAYMT FIRSTPAYMT true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,FIRSTPAYMT,-1,-1;NEXTPAYMT NEXTPAYMT true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,NEXTPAYMT,-1,-1;BALTAX BALTAX true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BALTAX,-1,-1;BALSASS BALSASS true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BALSASS,-1,-1;BALWOOD BALWOOD true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BALWOOD,-1,-1;LOTTERYFLG LOTTERYFLG true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LOTTERYFLG,-1,-1;LOT_CLAIMS LOT_CLAIMS true false false 3 Short 0 3 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LOT_CLAIMS,-1,-1;PAYPLAN PAYPLAN true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PAYPLAN,-1,-1;INTEREST INTEREST true false false 11 Double 2 10 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,INTEREST,-1,-1;PENALTY PENALTY true false false 11 Double 2 10 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PENALTY,-1,-1;NETAXPD NETAXPD true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,NETAXPD,-1,-1;SPASSPD SPASSPD true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPASSPD,-1,-1;SPCHPD SPCHPD true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPCHPD,-1,-1;DELUTPD DELUTPD true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DELUTPD,-1,-1;WOODPD WOODPD true false false 12 Double 2 11 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,WOODPD,-1,-1;MANFORPD MANFORPD true false false 12 Double 2 11 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,MANFORPD,-1,-1;PRIFORPD PRIFORPD true false false 12 Double 2 11 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PRIFORPD,-1,-1;LOTTERYPD LOTTERYPD true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LOTTERYPD,-1,-1;SPCD1 SPCD1 true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPCD1,-1,-1;SP1 SP1 true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SP1,-1,-1;SPCD2 SPCD2 true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPCD2,-1,-1;SP2 SP2 true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SP2,-1,-1;SPCD3 SPCD3 true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPCD3,-1,-1;SP3 SP3 true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SP3,-1,-1;SPCD4 SPCD4 true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPCD4,-1,-1;SP4 SP4 true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SP4,-1,-1;SPCD5 SPCD5 true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPCD5,-1,-1;SP5 SP5 true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SP5,-1,-1;SPCD6 SPCD6 true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SPCD6,-1,-1;SP6 SP6 true false false 14 Double 2 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SP6,-1,-1;CERTIFNO CERTIFNO true false false 6 Long 0 6 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,CERTIFNO,-1,-1;RATIO RATIO true false false 14 Double 4 13 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,RATIO,-1,-1;FMARKET FMARKET true false false 10 Double 0 10 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,FMARKET,-1,-1;TOTLAN TOTLAN true false false 10 Double 0 10 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,TOTLAN,-1,-1;TOTIMP TOTIMP true false false 10 Double 0 10 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,TOTIMP,-1,-1;TOTWOODVAL TOTWOODVAL true false false 10 Double 0 10 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,TOTWOODVAL,-1,-1;PASS_FAIL PASS_FAIL true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PASS_FAIL,-1,-1;LOT_BATCH LOT_BATCH true false false 5 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LOT_BATCH,-1,-1;KEEP_FLAG KEEP_FLAG true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,KEEP_FLAG,-1,-1;BANK_FLAG BANK_FLAG true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BANK_FLAG,-1,-1;AGREE_FLAG AGREE_FLAG true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,AGREE_FLAG,-1,-1;ZONING_NUM ZONING_NUM true false false 10 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,ZONING_NUM,-1,-1;ZONING_TYP ZONING_TYP true false false 10 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,ZONING_TYP,-1,-1;SALES_AREA SALES_AREA true false false 2 Short 0 2 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SALES_AREA,-1,-1;PLAT PLAT true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PLAT,-1,-1;SANI_NUM SANI_NUM true false false 7 Long 0 7 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,SANI_NUM,-1,-1;BANK_1 BANK_1 true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BANK_1,-1,-1;BANK_2 BANK_2 true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BANK_2,-1,-1;BANK_3 BANK_3 true false false 4 Short 0 4 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BANK_3,-1,-1;REASONS REASONS true false false 10 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,REASONS,-1,-1;RELATE_NUM RELATE_NUM true false false 8 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,RELATE_NUM,-1,-1;APT_NUM APT_NUM true false false 6 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,APT_NUM,-1,-1;PINGIS PINGIS true false false 12 Double 0 12 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PINGIS,-1,-1;POSTOFF POSTOFF true false false 17 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,POSTOFF,-1,-1;RECERT_DT RECERT_DT true true false 8 Date 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,RECERT_DT,-1,-1;DESC15 DESC15 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC15,-1,-1;DESC16 DESC16 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC16,-1,-1;DESC17 DESC17 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC17,-1,-1;DESC18 DESC18 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC18,-1,-1;DESC19 DESC19 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC19,-1,-1;DESC20 DESC20 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC20,-1,-1;DESC21 DESC21 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC21,-1,-1;DESC22 DESC22 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC22,-1,-1;DESC23 DESC23 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC23,-1,-1;DESC24 DESC24 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC24,-1,-1;DESC25 DESC25 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC25,-1,-1;DESC26 DESC26 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC26,-1,-1;DESC27 DESC27 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC27,-1,-1;DESC28 DESC28 true false false 28 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,DESC28,-1,-1;PARCNTL PARCNTL true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PARCNTL,-1,-1;PLATNAME PLATNAME true false false 30 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PLATNAME,-1,-1;LOT LOT true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,LOT,-1,-1;BLOCK BLOCK true false false 4 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,BLOCK,-1,-1;QTR160 QTR160 true false false 2 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,QTR160,-1,-1;QTR40 QTR40 true false false 2 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,QTR40,-1,-1;PRIDELTAX PRIDELTAX true false false 1 Text 0 0 ,First,#,P:\X_drive_working\Recreation\shp_files\Wildlife_Areas.shp,PRIDELTAX,-1,-1" # Z:\Parcels\MASTERTrempGDB\MASTERTrempGDB.mdb\Recreation\Wildlife_Areas</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">2. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20070926 at time 125514<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\CopyFeatures<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">CopyFeatures Z:\Parcels\MASTERTrempGDB\MASTERTrempGDB.mdb\Recreation\Wildlife_Areas "Database Servers\TREMPWEB_SQLEXPRESSSERVER.gds\TrempCo_MasterDATA (VERSION:dbo.DEFAULT)\TrempCo_MasterDATA.DBO.Recreation\TrempCo_MasterDATA.DBO.Wildlife_Areas" # 0 0 0</DIV> </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)"> TrempCo_MasterDATA.DBO.Wildlife_Areas <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polygon<BR /> <I>Topology: </I>FALSE<BR /> <I>Feature count: </I>89<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> TrempCo_MasterDATA.DBO.Wildlife_Areas: G-polygon, 89 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for TrempCo_MasterDATA.DBO.Wildlife_Areas</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>89</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)"> OBJECTID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>OBJECTID<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)"> PERIMETER <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PERIMETER<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PRST_ <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PRST_<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PRST_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PRST_ID<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> LEGAL_REF <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LEGAL_REF<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>10<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> STATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STATE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>3<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> COUNTY <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COUNTY<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>3<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> CVT_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CVT_NO<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>3<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PLATMAP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PLATMAP<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>75<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PIN <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PIN<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> DXF_TEXT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DXF_TEXT<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>40<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> OID_ <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>OID_<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PROPTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PROPTYPE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> CON1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CON1<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> CON2 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CON2<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> CON3 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CON3<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> TAXYEAR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TAXYEAR<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> RECTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>RECTYPE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PARNO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PARNO<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>22<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> FIRSTNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FIRSTNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>24<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> LASTNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LASTNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>24<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> CO_OWNER <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CO_OWNER<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>24<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> ADDRESS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ADDRESS<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>24<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> CITY <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CITY<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>17<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> STATE_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STATE_1<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> ZIP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ZIP<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>5<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> ZIPX <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ZIPX<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> STNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>14<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> HSE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HSE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>6<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PD <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PD<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> TYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TYPE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SD <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SD<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> HAL <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HAL<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>3<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SECTION_ <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SECTION_<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> TOWN <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TOWN<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> TOWNDIR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TOWNDIR<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> RANGE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>RANGE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> RANGDIR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>RANGDIR<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> VOL1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>VOL1<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PAGE1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PAGE1<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> VOL2 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>VOL2<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PAGE2 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PAGE2<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> VOL3 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>VOL3<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PAGE3 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PAGE3<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> VOL4 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>VOL4<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PAGE4 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PAGE4<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SD1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SD1<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SD1X <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SD1X<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SD2 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SD2<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SD2X <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SD2X<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SD3 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SD3<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SD3X <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SD3X<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SCHNO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SCHNO<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> SCHX <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SCHX<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> BKNO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BKNO<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> MAPNO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MAPNO<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>3<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> MAPX <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MAPX<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> CHDATE1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CHDATE1<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> DESC1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DESC1<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>28<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> DESC2 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DESC2<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>28<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmous