ÿþ<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>kcfacts_2007_1217</H1> <H2>File Geodatabase Table </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> activities</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">Clearwater National Forest Activities Table 12/17/2007</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 allow for display and analysis of resource information</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"> In work<BR /><I>Data update frequency: </I> As needed<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>Clearwater National Forest<BR /></SPAN> <DIV><I>Date and time: </I> 12/17/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>kcfacts_2007_1217<BR /> <I>Type of data: </I>tabular digital data<BR /> <DIV><I>Location of the data: </I></DIV><DIV><LI STYLE="margin-left:0.2in">\\LTDEGRCVL51\C$\fsfiles\ref\library\gis83\clearwater\geodatabase\vegetation.gdb</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows 2000 Version 5.0 (Build 2195) Service Pack 4; ESRI ArcCatalog 9.2.4.1420</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Data transfer size: </I>0.121 MB<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">none<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">The Forest Service uses the most current and complete data available. GIS data and product accuracy may vary. They may be: developed from sources of differing accuracy, accurate only at certain scales, based on modeling or interpretation, incomplete while being created or revised, etc. Using GIS products for purposes other than those for which they were created, may yield inaccurate or misleading results. It is highly recommended that before any conclusions or analysis is processed using this data that the data be discussed with a resource specialist in the particular field. The Forest Service reserves the right to correct, update, modify, or replace, GIS products without notification. For more information, contact the Clearwater National Forest Supervisor's Office, Orofino, Idaho, 1-208-476-4541</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: 20080110 at time 14115500 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> USDA Forest Service - Clearwater National Forest<BR /><I>mailing address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">12730 Hwy 12</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Orofino, ID 83544</DIV> <DIV>USA</DIV></DIV> <BR /> 208-476-4541 (voice)<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> <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> <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 CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details <DIV CLASS="pe2" STYLE="display:none"> <DIV CLASS="sr1"><SPAN CLASS="pn">Grid Coordinate System Name: </SPAN>Universal Transverse Mercator</DIV> <DIV CLASS="sr2"><I>UTM Zone Number: </I>11</DIV> <DIV CLASS="srh2">Transverse Mercator Projection</DIV> <DIV CLASS="sr3"><I>Scale Factor at Central Meridian: </I>0.999600<BR /> <I>Longitude of Central Meridian: </I>-117.000000<BR /> <I>Latitude of Projection Origin: </I>0.000000<BR /> <I>False Easting: </I>500000.000000<BR /> <I>False Northing: </I>0.000000<BR /> </DIV> <BR /> <DIV CLASS="sr1"><SPAN CLASS="pn">Planar Coordinate Information</SPAN></DIV> <DIV CLASS="sr2"><I>Planar Distance Units: </I>meters</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.010000</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.010000</DIV> <BR /> <DIV CLASS="srh1">Geodetic Model</DIV> <DIV CLASS="sr2"><I>Horizontal Datum Name: </I>North American Datum of 1983</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> -117.001636</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -114.297003</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 47.135792</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 45.239056</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 2 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>C:\fsfiles\office\forest_plan_rev\gis\covers\clw_nez\metadata\cnp_nfbdy.xml<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>Metadata imported.<BR /> <I>Source used: </I>C:\fpr\gis\data_sources\metadata\default.xml<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>Metadata imported.<BR /> <I>Source used: </I>C:\fsfiles\ref\infocenter\wwweb\gis\metadata\clw_default.xml<BR /> </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 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> Feature class: Label point, 22 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: GT-polygon composed of chains, 22 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Point, 947 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for kcfacts_2007_1217</DIV> <DIV STYLE="margin-left:0.2in"><I>Type of object: </I>Table</DIV> <DIV STYLE="margin-left:0.2in"><I>Number of records: </I>98341</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)"> FULL_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FULL_ID<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>13<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)"> STAND_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STAND_ID<BR /> <I>Data type: </I>String<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)"> REGION_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>REGION_NO<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)"> FOREST_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FOREST_NO<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)"> DISTRICT_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DISTRICT_NO<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)"> PROCREG <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PROCREG<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)"> PROCFOR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PROCFOR<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)"> PRODCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PRODCODE<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)"> REGNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>REGNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>80<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)"> FORNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FORNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>80<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)"> DISTNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DISTNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>80<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)"> PFORNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PFORNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>80<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)"> FACTS_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FACTS_ID<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)"> SUBUNIT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SUBUNIT<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)"> OWNER <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>OWNER<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)"> LAND_CLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LAND_CLASS<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)"> SLOPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SLOPE<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)"> ELEVATION <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ELEVATION<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)"> ASPECT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ASPECT<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)"> MGT_AREA <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MGT_AREA<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)"> LOCAL_QUALIFIER <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LOCAL_QUALIFIER<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>15<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)"> ACTIVITY_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ACTIVITY_CODE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>7<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)"> ACT_DESC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ACT_DESC<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)"> DATE_PLANNED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DATE_PLANNED<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)"> FY_PLANNED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FY_PLANNED<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)"> DATE_ACCOMP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DATE_ACCOMP<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)"> ACCOMP_YEAR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ACCOMP_YEAR<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)"> ACCOMP_MONTH <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ACCOMP_MONTH<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)"> FY_COMPLETED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FY_COMPLETED<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)"> UNITS_PLANNED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UNITS_PLANNED<BR /> <I>Data type: </I>Single<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)"> UNITS_FUNDED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UNITS_FUNDED<BR /> <I>Data type: </I>Single<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)"> UNITS_ACCOMP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UNITS_ACCOMP<BR /> <I>Data type: </I>Single<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)"> UOM <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UOM<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>25<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)"> FUND_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FUND_CODE<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)"> FUND_DESC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FUND_DESC<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>70<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)"> COST_UNIT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COST_UNIT<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)"> INFLATED_COST <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>INFLATED_COST<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)"> ACTUAL_COST <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ACTUAL_COST<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)"> ALLOC_COST <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ALLOC_COST<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)"> TOT_COST_PER_FUND <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TOT_COST_PER_FUND<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)"> PCT_COST_FUNDED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PCT_COST_FUNDED<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)"> BASE_YEAR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BASE_YEAR<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)"> KV_REQUIRED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>KV_REQUIRED<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)"> METHOD <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>METHOD<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)"> METH_DESC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>METH_DESC<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)"> EQUIPMENT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>EQUIPMENT<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)"> EQUIP_DESC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>EQUIP_DESC<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>80<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)"> SALE_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SALE_NO<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)"> SALE_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SALE_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>80<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)"> UNIT_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UNIT_ID<BR /> <I>Data type: </I>String<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)"> CONTRACT_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CONTRACT_NO<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)"> REFOR_STATUS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>REFOR_STATUS<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)"> STOCKING_PCT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STOCKING_PCT<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)"> STOCKREMARKS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STOCKREMARKS<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>255<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)"> KVDSTRATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>KVDSTRATE<BR /> <I>Data type: </I>Single<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)"> KVFORRATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>KVFORRATE<BR /> <I>Data type: </I>Single<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)"> KVREGRATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>KVREGRATE<BR /> <I>Data type: </I>Single<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)"> KVWORATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>KVWORATE<BR /> <I>Data type: </I>Single<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)"> INFLRATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>INFLRATE<BR /> <I>Data type: </I>Single<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)"> BDDSTRATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BDDSTRATE<BR /> <I>Data type: </I>Single<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)"> BDFORRATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BDFORRATE<BR /> <I>Data type: </I>Single<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)"> BDREGRATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BDREGRATE<BR /> <I>Data type: </I>Single<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)"> BDWORATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BDWORATE<BR /> <I>Data type: </I>Single<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)"> UPDATE_BY <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UPDATE_BY<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<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)"> UPDATE_DATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UPDATE_DATE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>11<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="srh1">Overview</DIV> <DIV STYLE="margin-left:0.2in"> <SPAN CLASS="lt"><PRE ID="original">Table: kcfact_opt Ed Lozar 1/23/2007 This is a subset of activity data from the FACTS data base in Kansas City. Name Null? Type --------------------------- -------- ----------- STAND_ID VARCHAR2(8) SLOPE NUMBER(3) ELEVATION NUMBER(5) ASPECT VARCHAR2(2) ACTIVITY NOT NULL VARCHAR2(7) ACT_DESC VARCHAR2(22) PLANNEDATE NOT NULL DATE FY_PLANNED NOT NULL NUMBER(4) ACCOMPDATE DATE ACCOMPYEAR NUMBER(4) ACCOMPMNTH VARCHAR2(2) FY_COMPL NUMBER(4) UOM NOT NULL VARCHAR2(25) UNITS_ACMP NUMBER(6,1) STAND_ID - unique identifier for the geographic area, there can be more than one activity record for each stand. When using this data with the stand polygon cover there is a one to many relationship between the polygon and the activity records. SLOPE - The average percentage incline that best describes the majority of the subunit. ELEVATION - The elevation of the activity unit in feet above sea level. The value for this field is the mid-slope elevation of the activity unit ASPECT - The cardinal direction of a unit of land, facing in a given direction. ACTIVITY - contains a code as shown defined below for activity ACT_DESC - description of the activity PLANNEDATE - date the activity is planned to be completed FY_PLANNED - Fiscal year the activity is planned to be completed ACCOMPDATE - actual accomplishment date for the activity ACCOMPYEAR - actual accomplishment year for the activity ACCOMPMNTH - actual accomplishment year for the activity FY_COMPL - Fiscal year the activity is completed UOM - unit of measure for the activity UNITS_ACMP - units of measure actually accomplished Table 8 - Activities Short Code Description Description 1001 Fire protection inventory Fire Protct Inv 1100 Natural Fuel Inventory NatFuel Inv 1111 Natural Fuels Broadcast Burn NatFuel Brdcst Brn 1112 Natural Fuels Jackpot Burns NatFuel Jkpt Brn 1113 Natural Fuels Underburn NatFuel UnderBurn 1120 Removal of Natural Fuels Rmvl NatFuel 1130 Burn of Natural Fuels Piles Brn NatFuel Piles 1150 Rearrangement of Natural Fuels Rearrng NatFuel 1151 Lop and Scatter of Natural Fuels Rearrng NatFuel 1152 Compacting/Crushing of Natural Fuels Cmpct/Crsh NatFuel 1153 Piling of Natural Fuels Pile NatFuel 1154 Chipping of Natural Fuels Chip NatFuel 1155 YUM of Natural Fuels YUM NatFuel 1160 Thin of Natural Fuels Thin NatFuel 1170 Change of Natural Fuels Wildfire underburn Chng Natfuel-Wld fir 1180 Construction of Fuel Breaks in Natural Fuels Cnstr FuelBrk NatFl 1181 Maintenance of Fuel Breaks in Natural Fuels Mtn FuelBrk NatFuel 1200 Activity Fuel Inventory ActFuel Inv 1210 Activity Fuels Prescribe burning ActFuel Rx Brn 1211 Activity Fuels Broadcast Burn ActFuel Brdcst Brn 1212 Activity Fuels Jackpot Burn ActFuel Jkpt Brn 1213 Activity Fuels Underburn ActFuel UndrBrn 1220 Removal of Activity Fuels Rmvl ActFuel 1230 Burn of Activity Fuels Piles Brn ActFuel Piles 1250 Rearrangement of Activity Fuels Rearrng ActFuel 1251 Lop and Scatter of Activity Fuels Lop/Sctr ActFuel 1252 Compacting/Crushing of Activity Fuels Compct/Crsh Act Fuel 1253 Piling of Activity Fuels Pile ActFuel 1254 Chipping of Activity Fuels Chip Activ Fuels 1255 YUM of Activity Fuels YUM ActFuel 1280 Construction of Fuel Breaks in Activity Fuels Cnstr FuelBrk ActFu 1281 Maintenance of Fuel Breaks in Activity Fuels Mtn FuelBrk ActFuel 2000 Range Grazing Systems Rng Grz Systems 2010 Range Grazing Structural Improvements - Structure RngGrz StrctImps - S 2015 Range Grazing Structural Improvements Maintenance - Structure RngGrz StrctImpMtn S 2020 Range Grazing Non-Structural Improvements RngGrz NonStrct Imp 2025 Range Grazing Non-Structural Improvements Maintenance RngGrz NonStrctImpMt 2030 Range Analysis Range Analysis 2101 Nonrange Fences - Area Nonrange Fences - A 2111 Range Fences - Area Range Fences - Area 2121 Range Fence Obliteration - Area Rng Fence Oblit - A 2130 Removal of Range Structural Improvements - Structure Rng StrctImpRmvl - S Table 8 - Activities Short Code Description Description 2200 Range Water Source Developments (Structures) Rng WtrSrc Dvlpmt-S 2220 Range Structural Maintenance - Structure Rng StrctMntc - Strc 2230 Range Non-Structural Maintenance Rng NonStrct Mntc 2240 Other Range Improvements - Structure Other RngImp - Strct 2242 Other Range Improvements - Area Other RngImp - Area 2310 Range Fertilization Range Fert 2320 Range Seeding and Planting Rng Seed/Plant 2330 Range Site Treatment for Water Conservation Rng Site Trmt - Wtr 2340 Range Cover Type Conversion Rng Cvr Typ Convrsn 2350 Range Shelterbelts Rng Shltrbelts 2360 Range Control Vegetation Rng Cntrl Veg 2370 Range Piling Slash Rng Pile Slash 2380 Removal of Range Non-Structural Improvements Rng NonStrct Imp Rmv 2390 Range Non-Structural Improvement Maintenance Rng NonStrct Imp Mnt 2400 Tree Encroachment Control Tree Encroach Cntrl 2500 Noxious Weed Inventories NoxWd Inv 2510 Noxious Weed Treatment NoxWd Trtmnt 2520 Noxious Weed Treatment (Biological Control) NoxWd Trtmt - Bio Cn 2600 Wild Horse and Burro Activities Wld Hrse/Burro Act 3020 Cultural Resource Monitoring CR Monitor 3030 Cultural Resource Mitigation CR Mitigation 3040 Cultural Resource Enhancement CR Enhance 3100 Recreation (General) - Area Recreation - Area 3102 Recreation (General) - Each Recreation - Each 3110 Recreation Resource Inventories Rec Res Inv 3120 Recreation Resource Monitoring Rec Res Monit 3130 Recreation Removal of hazard trees and snags Rec Res Haz Trees 3131 Recreation Maintain select trees and snags Rec Maint Trees 3150 Recreation Improvement Construction Rec Imp Cnstr 3151 Recreation Improvement Non-Capitalized Rec Imp Non-Capt 3160 Recreation Improvements Maintenance Rec Imp Maint 3240 Trailhead Construction Trailhd Cnstrctn 3241 Trailhead Maintenance Trailhd Maintnc 3250 Trail Signing Trail Signing 3251 Trail Sign Maintenance Trail Sign Maint 3310 Visual Resource Inventory Vis Res Inv 3320 Visual Resources Seeding/replanting Vis Res Seed/Plant 3330 Visual Resource Fertilizing Vis Res Fert 3340 Visual Resource Prescribed burning Vis Res Rx Burn 3350 Vista clearing Vista Cleaning 3360 Visual Resource Topping trees Vis Res Top Trees Table 8 - Activities Short Code Description Description 3370 Precommercial thinning for visual Vis Res PCThin 3380 Visual Resource Slash treatment Vis Res Slash Trmt 3390 Visual Resource Monitoring Vis Res Monit 3400 Wilderness Resource Monitoring Wldnss Res Monit 3500 Recreation Gate roads or trails Rec Gate Rd/Trl 4033 Permanent Plot Maintenance Perm Plot Mnt 4036 Permanent Plot Installation Perm Plot Install 4037 Permanent Plot Remeasurement Perm Plot Remeasure 4040 Research Plots Research Plot 4101 Coppice cut (EA/RN/FH) Coppice Cut 4102 Coppice cut (w/res) (EA/RN/FH) Coppice cut (w/res) 4111 Patch clearcutting (EA/RN/FH) Patch CC 4112 Strip clearcutting (EA/RH/FH) Strip CC 4113 Stand clearcutting (EA/RH/FH) Strip CC 4115 Patch clearcutting (w/res) (EA/RH/FH) Patch CC (w/res) 4116 Strip clearcutting (w/res) (EA/RH/FH) Strip CC (w/res) 4117 Stand clearcutting (w/res) (EA/RH/FH) Stand CC (w/res) 4121 Shelterwood preparation cut (EA/NRH/NFH) Shwd prep cut 4122 Shelterwood preparation cut (w/res) (EA/NRH/NFH) Shwd prep cut w/res 4131 Shelterwood cut (EA/RN/NFH) Shwd cut 4132 Seed-tree seed cut (EA/RN/NFH) Seedtree seed cut 4133 Shelterwood cut (w/res) (EA/RN/NFH) Shwd cut (w/res) 4134 Seed-tree cut (w/res) (EA/RN/NFH) Seed-tree (w/res) 4141 Shelterwood final removal cut (EA/NRN/FH) Shwd final rem cut 4142 Seed-tree final removal cut (EA/NRN/FH) ST final rem cut 4143 Overstory removal cut (from advanced regeneration) (EA/RN/FH) OvrstryRem w/AdvReg 4145 Final overstory removal cut with reserve trees (EA/NRN/FH) Overstory rem w/res 4146 Seed-tree final removal cut (w/res) (EA/NRN/FH) ST FinalRemCut w/res 4147 Overstory removal cut (w/res) (EA/RN/FH) Ovrstry rem w/res 4151 Single-tree selection cut (UA/RN/NFH) STS cut 4152 Group selection cut (UA/RN/FH) GS cut 4154 Single-tree selection cut (UA/NRN/NFH) STS cut non-regen 4162 Coppice cut (w/res) (2A/RN/FH) Coppice w/res 2 age 4175 Patch clearcutting (w/res) (2A/RH/FH) Patch CC w/res 2 age 4176 Strip clearcutting (w/res) (2A/RH/FH) Strip CC w/res 2 age 4177 Stand clearcutting (w/res) (2A/RH/FH) Stand CC w/res 2 age 4183 Seed-tree cut (w/res) (2A/RN/NFH) ST cut w/res 2 age 4186 Seed-tree final removal cut (w/res) (2A/NRN/FH) ST remove cut 2 age 4192 Shelterwood preparatory cut (w/res) (2A/NRN/NFH) Shwd seed w/res 2age 4194 Shelterwood seed cut (w/res) (2A/RN/NFH) Shwd seed w/res 2age 4196 Shelterwood final removal cut (2A/NRN/FH) Shwd final rem 2 age 4210 Improvement Cut Imp Cut 4220 Commercial Thinning Com Thin Table 8 - Activities Short Code Description Description 4231 Salvage cut (intermediate treatment, not regeneration) Salvage no regen 4232 Sanitation Cut Sanitation Cut 4240 Special Cut Special Cut 4250 Natural Changes (no timber harvest involved) Natural Changes 4260 Man-Caused Fire Damage ManCaused Fire Dam 4270 Permanent Land Clearing Perm Land Clear 4280 Permanent Flooding Perm Flooding 4290 Administrative Changes Admin Changes 4310 Silvicultural stand examination Silvi stand exam 4311 Stand examination data collection Std exam data collec 4312 Stand examination data compilation Std exam data comp 4313 Data evaluation and analysis Data eval and anal 4314 Pretreatment exam for reforestat. Pretmt exam for ref 4315 Pretreatment exam for release or precommercial thinning Pretmt exam Rel/PCT 4316 Exam for commercial timber sales Exam for com sales 4320 Stand diagnosis prepared Stand diag prep 4331 Stand Silviculture prescription Stand silvi Rx 4332 Interdisciplinary compartment prescription ID compt prescript 4341 Stocking surveys Stocking survey 4342 Plantation survival surveys Survival survey 4343 Animal damage survey Animal Damg surv 4344 Vegetative competition survey Veg competition srvy 4345 Pretreatment exam for reforestation Post Treat TSI Eval 4347 Timber harvest evaluation Harvest eval 4350 Activity review Activity review 4381 Certification of Nat. Regen. With Site Prep Cert NatRegen w/SP 4382 Certification of Natural regeneration without site prep Cert NatReg wo/SP 4383 Planted areas certification Planted area cert 4384 Seeded areas certification Seeded area cert 4391 TSI Certification - Release/weeding TSI Cert - Rel/weed 4392 TSI Certification - Thinning TSI Cert - PCT 4393 TSI Certification - Fertilization TSI Cert - Fert 4394 TSI Certification - Cleaning TSI Cert - Clean 4395 TSI Certification - Pruning TSI Cert - Prun 4401 Additions created by timber harvest Add - harvest 4402 Additions created by wildfire Add for fire 4403 Additions created by insect or disease activity Add for ID 4404 Additions created by past regeneration failures Add for regen failur 4406 Additions/Subtractions due to stocking changes (voles, Wildlife, etc)* Add/Sub for stocking 4407 Additions/Subtractions due to land classification changes* Add/Sub for LC chang 4408 Additions/Subtractions due to multiple-use changes* Add/Sub for MU chang 4409 Additions/Subtractions due to other changes (windthrow, etc)* Add/Sub other change 4411 Full seeding/reseeding without site preparation Seed wo/SP Table 8 - Activities Short Code Description Description 4412 Fill-in seeding/reseeding without site preparation Fill-in seed wo/SP 4421 Full seeding/reseeding concurrent with site prep Seed concur SP 4422 Fill-In seeding/reseeding concurrent with site prep Fill-In seed w/SP 4431 Full planting without concurrent site preparation Full planting 4432 Fill-in planting without concurrent site preparation Fill-in planting 4433 Full re-planting without concurrent site preparation Full re-planting 4434 Fill-in re-planting without concurrent site preparation Fill-in re-planting 4441 Full planting concurrent with site prep Full plant w/SP 4442 Fill-in planting concurrent with site prep Fill-in plant w/SP 4443 Full re-planting with site preparation Full re-plant w/SP 4444 Fill-in re-planting with site preparation Fill-in replant w/SP 4460 Animal Damage Control for Reforestation Animal Dam Ctr - Ref 4470 Site preparation for planting SP for plant 4471 Burning site preparation for planting SP / plant - Burn 4472 Chemical site preparation for planting SP / plant - Chem 4473 Other site preparation for planting SP / plant - Chem 4474 Mechanical site preparation for planting SP / plant - Mech 4475 Shade Card Installation Shade Card Install 4481 Burning site preparation for seeding SP / seed - burn 4482 Chemical site preparation for seeding SP / seed - chem 4483 Other site preparation for seeding SP / seed - other 4484 Mechanical site preparation for seeding SP / seed - Mech 4490 Site preparation for natural regeneration SP nat regen 4491 Burning site preparation for natural regeneration SP / nat regen - Bur 4492 Chemical site preparation for natural regeneration SP /nat regen - Chem 4493 Other site preparation for natural regeneration SP / nat regen - Oth 4494 Mechanical site preparation for natural regeneration SP / nat regen - Mec 4501 Release or weeding needed Rel or weed need 4502 Precommercial thinning or cleaning needed PCT or cleaning need 4503 Pruning needed Prune need 4504 Fertilization needed Fert need 4506 Release or weeding need eliminated without treatment Rel/Weed elim wo/trt 4507 Precomm thinning/cleaning need eliminated without treatment PCT/cln elim wo/trt 4508 Pruning need eliminated without treatment Prune elim wo/ treat 4509 Fertilization need eliminated without treatment Fert elim wo/ treat 4511 Individual tree release and weeding Ind tree rel/weed 4512 Area release and weeding Area rel/weed 4521 Precommercial thinning - individual or selected trees PCT - Ind or sel tre 4522 Precommercial thinning - strip PCT - strip 4530 Pruning Pruning 4540 Control of understory vegetation Crtl Undstry Veg 4541 Prescribed burn control of understory vegetation Ctrl Und Veg - Burn Table 8 - Activities Short Code Description Description 4542 Other control of understory vegetation Ctrl Und Veg - Othr 4550 Fertilizing Fertilizing 4551 Fertilizing individual trees Fert ind trees 4552 Area fertilizing Area fert 4560 Animal Control For TSI An Control - TSI 4570 Other stand tending Other stand tend 4631 Layout and Design Layout and Design 4632 Marking/designation Mark/design 4633 Cruising Cruising 4810 Cone Collection Cone Coll 4820 Seed extraction Seed ext 4830 Seed storage Seed storage 4840 Nursery operation Nursery OP 4850 Container facility operation Cont facility OP 4860 Stock certification Stock cert 4910 Selection and care of superior trees Sel/Care of suprtree 4920 Seed collection from superior trees Seed coll super tree 4930 Seed production area (establishment, improvement, operation) Seed prod area 4940 Seed orchards, establishment/improvements Seed orchards 4941 Seed orchard operations Seed orchards 4942 Establish seed orchards Est seed orchards 4950 Genetic evaluation plantations Genetic eval Plantat 4951 Operate evaluation plantations OP eval Plant 4952 Establish evaluation plantations Est eval plant 4960 Tree improvement at nurseries Tree Imp at nurserie 4970 Construct tree improvement facilities Const tree Imp facil 4980 Other tree improvement Other tree Imp 5000 Air Resource Activities AirRes Actv 5010 Air Resource Monitoring AirRes Monit 5100 Watershed Resource Activities WtrshdRes Actv 5210 Soil Inventory Soil Inv 5220 Water Inventory Water Inv 5230 Watershed Analysis Wtrshd Analysis 5300 Watershed Resource Monitoring WtrshdRes Monit 5410 Watershed Resource Structural Improvements Erosion Control WR Strct Imp EroCtl 5420 Watershed Resource Structural Improvements Riparian WR Strct Imp Riprn 5430 Watershed Resource Structural Improvements Stream Channel WR Strct Imp StrmChn 5440 Watershed Resource Structural Improvements Maintanence WR Strct Imp Maint 5510 Watershed Resource Non-Structural Improvements Erosion Control WR NonStrctImp ErCtl 5520 Watershed Resource Non-Structural Improvements Riparian WR NonStrct Imp Ripr 5530 Watershed Resource Non-Structural Improvements Stream Channel WR NonStrctImp StChl Table 8 - Activities Short Code Description Description 5540 Watershed Resource Non-Structural Improvements Maintanence WR NonStrct Imp Main 5610 Mining Activities Mining Actv 5611 Pre-Mining Activities Pre-Mining Actv 5612 Reclamation of Mines Reclam of Mines 5621 Watershed Resource Road Obliteration - Area WR Rd Oblit - Area 5631 Watershed Resource Road Closure - Area WR Rd Close - Area 6010 Wildlife habitat inventory Wld Hab Inv 6012 Wildlife inventory - plots Wld Inv Plots 6020 Wildlife habitat planning Wld Hab Plan 6030 Wildlife habitat monitoring Wld Hab Monit 6070 Wildlife Habitat Large woody debris placement Wld Hab Lrg Wood Dbr 6080 Wildlife Habitat Seeding and planting Wld Hab Seed Plnt 6090 Wildlife Habitat Grasses and forbs Wld Hab Grass Frbs 6101 Wildlife Habitat Prescribed fire Wld Hab RX Fire 6102 Wildlife Habitat Release and weeding Wld Hab Rel Weed 6103 Wildlife Habitat Precommercial thinning Wld Hab PCT 6104 Wildlife Habitat Regeneration cut Wld Hab Reg Cut 6105 Wildlife Habitat Intermediate cut Wld Hab Inter Cut 6106 Wildlife Habitat Chemical treatment Wld Hab Chem Trmt 6107 Wildlife Habitat Mechanical treatment Wld Hab Mech Trmt 6110 Wildlife Habitat Edge Treatment Wld Hab Edge Trmt 6111 Leave Trees (Wildlife Reasons) - Area Wld LeavTree - Area 6112 Leave Trees (Wildlife Reasons) - Each Wld LeavTree - Each 6120 Wildlife Habitat Access management (Closure Area) Wld Hab Acess Mgt 6130 Wildlife Habitat Create openings Wld Hab Creat Opens 6131 Wildlife Habitat Rehabilitate openings Wld Hab Rehab Opens 6132 Wildlife Habitat Create corridors Wld Hab Creat Corrdr 6133 Wildlife Habitat Slash treatment Wld Hab Slsh Trmt 6150 Wildlife habitat structural maintenance Wld Hab Strct Mtnc 6160 Wildlife habitat non-structural maintenance Wld Hab NonStrct Mtc 6200 Wildlife Habitat Potholes development Wld Hab Pothole Dvlp 6210 Wildlife Habitat Nest structures, dens development Wld Hab Nest Strct 6213 Wildlife Habitat Snags created Wld Hab Snags 6214 Wildlife Habitat Reserving green trees for future snags Wld Hab Rsv Grn Tree 6216 Wildlife Habitat Protecting Snags Wld Hab Prtct Snags 6217 Wildlife Habitat Interpretive Signing Wld Hab Interp Sign 6220 Wildlife Habitat Water development Wld Hab Wtr Dvlpmt 6240 Wildlife Habitat access management development Wld Hab Accss Mgt Dv 6250 Wildlife Habitat Marsh development Wld Hab March Dvlp 6260 Wildlife Habitat Resevoir Construction (Greentree) Wld Hab Resvr Cnst 6410 T&amp;ES habitat inventory TES Hab Inv 6411 T&amp;ES Species Survey TES Spp Srvy Table 8 - Activities Short Code Description Description 6412 T&amp;ES Species Veg. Prescription TES Spp Veg RX 6413 T&amp;ES Protection TES Protectn 6420 Sensitive Species habitat inventory Sens Spp Hab Inv 6421 Sensitive Species Species survey Sens Spp Srvy 6423 Sensitive Species Protection Sens Spp Protct 6430 T&amp;ES resource monitoring TES Res Monit 6435 Species Sighting Spp Sighting 6440 T&amp;ES structural habitat improvement TES Strct Hab Imp 6441 T&amp;ES structural maintenance TES Strct Maint 6450 T&amp;ES non-structural improvement TES NonStrct Imp 6451 T&amp;ES non-structural maintenance TES NonStruct Maint 6510 Anadromous Fish habitat inventory AF Habt Inv 6520 Anadromous Fish habitat monitoring AF Habt Monit 6531 Anadromous Fish Log structures AF Log Strcts 6532 Anadromous Fish Gabion drop structures AF Gabion Drp Strct 6533 Anadromous Fish Brush cover structures AF Brsh Cvr Strct 6534 Anadromous Fish Rock or boulder placements AF Rock Plcmts 6535 Anadromous Fish Trees or platforms AF TreesPltfrms 6536 Anadromous Fish Channel Stabilization construction AF Chnl Stab Cnst 6537 Anadromous Fish Fencing AF Fencing 6538 Anadromous Fish Spawning facility construction AF Spawn Fac Cnst 6539 Anadromous Fish Fishway construction AF Fishway Cnst 6540 Anadromous Fish Fish screen construction AF Fish Scrn Cnst 6541 Anadromous Fish Channel revetment AF Chnl Revet 6542 Anadromous Fish Lakes Reservior construction AF Lake/Resv Cnst 6543 Anadromous Fish Plant protection AF Plant Protct 6544 Anadromous Fish Submerged brush or trees AF Submrg Brsh 6545 Anadromous Fish Reshaping of channel bank AF Reshape Chnl 6546 Anadromous Fish Structure removal AF Strct Rmvl 6551 Anadromous Fish Habitat Access Management (Closures) AF Habt Access Mgt 6552 Anadromous Fish Gravel placement - Area AF Grvl Plcmt - Area 6554 Anadromous Fish Gravel cleaning - Area AF Grvl Clean - Area 6556 Anadromous Fish Stream barrier removal AF Strm Barrier Rmvl 6557 Anadromous Fish Fish population control - Area AF Fish PopCtrl-Area 6559 Anadromous Fish Control undesirable species - Area AF Ctrl UndesSpp - A 6561 Anadromous Fish Fish stocking - Area AF Fish Stock - Area 6563 Anadromous Fish Aquatic plant control - Area AF AqutcPlnt Ctrl- A 6565 Anadromous Fish Fish habitat fertilization - Area AF FishHab Fert - A 6567 Anadromous Fish Tree planting for fisheries habitat improvement AF Tree Plnt 6581 Anadromous Fish Fish habitat structural maintenance AF FishHab Strct Mat 6582 Anadromous Fish Fish habitat non-structural maintenance - Area AFHab NonStrct Mat-A 6584 Anadromous Fish Thinning for Fish Habitat Improvement AF Thin Table 8 - Activities Short Code Description Description 6610 Inland Fish habitat inventory IF Hab Inv 6620 Inland fish habitat monitoring IF Hab Monit 6631 Inland Fish Log structures IF Log Struct 6632 Inland Fish Gabion drop structures IF Gabion Drp Strct 6633 Inland Fish Brush cover structures IF Brsh Cvr Strct 6634 Inland Fish Rock or boulder placements IF Rock Plcmts 6635 Inland Fish Trees or platforms IF Tree Pltfrms 6636 Inland Fish Channel Stabilization construction IF Chnl Stab Const 6637 Inland Fish Fencing IF Fencing 6638 Inland Fish Spawning facility construction IF Spawn Fac Cnst 6639 Inland Fish Fishway construction IF Fishway Cnst 6640 Inland Fish Fish screen construction IF Fish Scrn Cnst 6641 Inland Fish Channel revetment IF Chnl Revet 6642 Inland Fish Lakes/Reservior construction IF Lake Cnst 6643 Inland Fish Plant protection IF Plant Protct 6644 Inland Fish Submerged brush or trees in lakes IF Sumrg Brsh 6645 Inland Fish Reshaping of channel bank IF Reshp Chnl 6646 Inland Fish Structural removal IF Strct Rmvl 6650 Inland Fish Habitat Access Management (Closures) IF Hab Access Mgt 6661 Inland Fish Gravel placement - Area IF Grvl Plcmt - Area 6663 Inland Fish Gravel cleaning - Area IF Grvl Clean - Area 6665 Inland Fish Stream barrier removal IF Strm Barr Rmvl 6666 Inland Fish Fish population control - Area IF FishPop Ctrl - A 6668 Inland Fish Control undesirable species - Area IF Ctrl UndesSpp - A 6670 Inland Fish Fish stocking - Area IF Fish Stck - Area 6672 Inland Fish Aquatic plant control - Area IF AqutcPlnt Ctrl-A 6674 Inland Fish Fish habitat fertilization - Area IF FishHab Fert - A 6676 Inland Fish Tree planting for fisheries habitat improvement IF Tree Plnt 6681 Inland Fish Fish habitat structural maintenance IF FishHab Strct Mat 6682 Inland Fish Fish habitat non-structural maintenance - Area IF Hab NonStrctMat-A 6684 Inland Fish Thinning for Fish Habitat Improvement IF Thin 8010 Surveys Surveys 8100 Disease Control Disease Cntrl 8200 Insect Control Insect Cntrl 8300 Animal Control Animal Cntrl</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT><BR /> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>