ÿþ<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>W23324.WD_HYDRO_WATERBODY_AR_24K</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> WI DNR 1:24,000-Scale Surface Water Hydrography</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">Area features such as Lakes, Reservoirs, Wide Streams and Rivers, and Unspecified Open Water features.</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">HydroWaterBody is derived from the REGION.SHAID feature class of Release coverage 6. Subtypes were used to differentiate between WaterArea and WaterBody features. Many of the main attributes with WaterArea features are stored on the FlowLine that flow through them. WaterBody subtype was created to mimic the structure of both the ArcHydro and NHD data models. These data models separate flow features and area features such as lakes and reservoirs from streams and ditches. The separation of subtypes for WaterArea and WaterBody occurred to create relationships between theses features in Topology and Relationship class validation.</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> Continually<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>Date and time: </I> <SPAN STYLE="color:#999999">REQUIRED: The year (and optionally month, or month and day) for which the data set corresponds to the ground.</SPAN> </DIV> <DIV> <I>Description: </I> <SPAN STYLE="color:#999999">REQUIRED: The basis on which the time period of content information is determined.</SPAN> </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>Wisconsin Department of Natural Resources<BR /></SPAN> <DIV><I>Date and time: </I> <SPAN STYLE="color:#999999">REQUIRED: The date when the data set is published or otherwise made available for release.</SPAN> </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>W23324.WD_HYDRO_WATERBODY_AR_24K<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=apwmad1D0214; Service=5151; Database=dnr_sde; User=w23324; Version=SDE.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.3.1.3000</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Size of the data: </I>0.000 MB<BR /> <I>Data transfer size: </I>0.000 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 STYLE="color:#999999">REQUIRED: Restrictions and legal prerequisites for accessing the data set.</SPAN><BR /> <DIV> <I>Use constraints: </I> <SPAN STYLE="color:#999999">REQUIRED: Restrictions and legal prerequisites for using the data set after access is granted.</SPAN><BR /> </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: 20090903 at time 14543700 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> <SPAN STYLE="color:#999999">REQUIRED: The person responsible for the metadata information.</SPAN><BR /> <SPAN STYLE="color:#999999">REQUIRED: The organization responsible for the metadata information.</SPAN><BR /> <SPAN STYLE="color:#999999"><I>REQUIRED: The mailing and/or physical address for the organization or individual.:</I></SPAN><BR /> <DIV STYLE="margin-left:0.3in"> <DIV> <SPAN STYLE="color:#999999">REQUIRED: The city of the address., </SPAN><SPAN STYLE="color:#999999">REQUIRED: The state or province of the address.</SPAN> <SPAN STYLE="color:#999999">REQUIRED: The ZIP or other postal code of the address.</SPAN></DIV> </DIV> <BR /> <SPAN STYLE="color:#999999">REQUIRED: The telephone number by which individuals can speak to the organization or individual.</SPAN><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_Transverse_Mercator</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>0.999600<BR /> <I>Longitude of Central Meridian: </I>-90.000000<BR /> <I>Latitude of Projection Origin: </I>0.000000<BR /> <I>False Easting: </I>520000.000000<BR /> <I>False Northing: </I>-4480000.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.000100</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.000100</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>0.000100</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> -93.090657</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -84.127919</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 49.038739</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 41.524185</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>293944.595500</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>950349.872600</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>951762.239500</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>129807.639700</DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Lineage</DIV> <DIV CLASS="pn" STYLE="margin-left:0.2in">FGDC lineage</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 1 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>C:\Geo\HYDRO\GDBDesign\ZMPoly<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 2 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=nrcoet215002065_sqlexpress; Service=sde:sqlserver:nrcoet215002065\sqlexpress; Database=Hydro; Version=dbo.DEFAULT<BR /> <I>Process date: </I>20090819 at time 11403600<BR /> </DIV> </DIV> <BR /> <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. Merge_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20081209 at time 083326<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\Merge<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">Merge GreatLakes;ZMPolyCopy C:\Geo\HYDRO\GDBDesign\ZMPolyFinal.shp "OBJECTID OBJECTID true false false 9 Long 0 9 ,First,#,GreatLakes,OBJECTID,-1,-1;AREA AREA true false false 19 Double 0 0 ,First,#,GreatLakes,AREA,-1,-1,ZMPolyCopy,AREA,-1,-1;PERIMETER PERIMETER true false false 19 Double 0 0 ,First,#,GreatLakes,PERIMETER,-1,-1,ZMPolyCopy,PERIMETER,-1,-1;SHAID_ SHAID_ true false false 9 Long 0 9 ,First,#,GreatLakes,SHAID_,-1,-1,ZMPolyCopy,SHAID_,-1,-1;SHAID_ID SHAID_ID true false false 9 Long 0 9 ,First,#,GreatLakes,SHAID_ID,-1,-1,ZMPolyCopy,SHAID_ID,-1,-1;SHAID_NO SHAID_NO true false false 9 Long 0 9 ,First,#,GreatLakes,SHAID_NO,-1,-1,ZMPolyCopy,SHAID_NO,-1,-1;SHAIDNAME SHAIDNAME true false false 50 Text 0 0 ,First,#,GreatLakes,SHAIDNAME,-1,-1,ZMPolyCopy,SHAIDNAME,-1,-1;SHAIDWBIC SHAIDWBIC true false false 9 Long 0 9 ,First,#,GreatLakes,SHAIDWBIC,-1,-1,ZMPolyCopy,SHAIDWBIC,-1,-1;RIVSYSNAME RIVSYSNAME true false false 50 Text 0 0 ,First,#,GreatLakes,RIVSYSNAME,-1,-1,ZMPolyCopy,RIVSYSNAME,-1,-1;RIVSYSWBIC RIVSYSWBIC true false false 9 Long 0 9 ,First,#,GreatLakes,RIVSYSWBIC,-1,-1,ZMPolyCopy,RIVSYSWBIC,-1,-1;RIVROWNAME RIVROWNAME true false false 50 Text 0 0 ,First,#,GreatLakes,RIVROWNAME,-1,-1,ZMPolyCopy,RIVROWNAME,-1,-1;SHAID_TYP SHAID_TYP true false false 2 Text 0 0 ,First,#,GreatLakes,SHAID_TYP,-1,-1,ZMPolyCopy,SHAID_TYP,-1,-1;DURATION DURATION true false false 2 Text 0 0 ,First,#,GreatLakes,DURATION,-1,-1,ZMPolyCopy,DURATION,-1,-1;LANDLOCKED LANDLOCKED true false false 3 Text 0 0 ,First,#,GreatLakes,LANDLOCKED,-1,-1,ZMPolyCopy,LANDLOCKED,-1,-1;WBIC_TYPE WBIC_TYPE true false false 2 Text 0 0 ,First,#,GreatLakes,WBIC_TYPE,-1,-1,ZMPolyCopy,WBIC_TYPE,-1,-1;SHDROWNAME SHDROWNAME true false false 50 Text 0 0 ,First,#,GreatLakes,SHDROWNAME,-1,-1,ZMPolyCopy,SHDROWNAME,-1,-1;HYD_VER HYD_VER true false false 4 Short 0 4 ,First,#,GreatLakes,HYD_VER,-1,-1,ZMPolyCopy,HYD_VER,-1,-1;SWBICADDED SWBICADDED true true false 8 Date 0 0 ,First,#,GreatLakes,SWBICADDED,-1,-1,ZMPolyCopy,SWBICADDED,-1,-1;SWBIC_VER SWBIC_VER true false false 4 Short 0 4 ,First,#,GreatLakes,SWBIC_VER,-1,-1,ZMPolyCopy,SWBIC_VER,-1,-1;RWBICADDED RWBICADDED true true false 8 Date 0 0 ,First,#,GreatLakes,RWBICADDED,-1,-1,ZMPolyCopy,RWBICADDED,-1,-1;RWBIC_VER RWBIC_VER true false false 4 Short 0 4 ,First,#,GreatLakes,RWBIC_VER,-1,-1,ZMPolyCopy,RWBIC_VER,-1,-1;GEOM_CHFLG GEOM_CHFLG true false false 4 Short 0 4 ,First,#,GreatLakes,GEOM_CHFLG,-1,-1,ZMPolyCopy,GEOM_CHFLG,-1,-1;NAT_CHFLG NAT_CHFLG true false false 4 Short 0 4 ,First,#,GreatLakes,NAT_CHFLG,-1,-1,ZMPolyCopy,NAT_CHFLG,-1,-1;GNIS_CHFLG GNIS_CHFLG true false false 4 Short 0 4 ,First,#,GreatLakes,GNIS_CHFLG,-1,-1,ZMPolyCopy,GNIS_CHFLG,-1,-1;WBIC_CHFLG WBIC_CHFLG true false false 4 Short 0 4 ,First,#,GreatLakes,WBIC_CHFLG,-1,-1,ZMPolyCopy,WBIC_CHFLG,-1,-1;NEW NEW true false false 4 Short 0 4 ,First,#,GreatLakes,NEW,-1,-1,ZMPolyCopy,NEW,-1,-1;HydroID HydroID true false false 9 Long 0 9 ,First,#,GreatLakes,HydroID,-1,-1;HydroCode HydroCode true false false 4 Short 0 4 ,First,#,GreatLakes,HydroCode,-1,-1;OH_COL_MTH OH_COL_MTH true false false 6 Text 0 0 ,First,#,GreatLakes,OH_COL_MTH,-1,-1;OH_SCR_YR OH_SCR_YR true false false 9 Long 0 9 ,First,#,GreatLakes,OH_SCR_YR,-1,-1;SHAPE_Leng SHAPE_Leng true false false 19 Double 0 0 ,First,#,GreatLakes,SHAPE_Leng,-1,-1;SHAPE_Area SHAPE_Area true false false 19 Double 0 0 ,First,#,GreatLakes,SHAPE_Area,-1,-1"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">2. Feature Class to Feature Class <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 113024<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 Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography" HydroWaterBody # "AREA AREA true false false 19 Double 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,AREA,-1,-1;PERIMETER PERIMETER true false false 19 Double 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,PERIMETER,-1,-1;SHAID_ SHAID_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SHAID_,-1,-1;SHAID_ID SHAID_ID true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SHAID_ID,-1,-1;SHAID_NO SHAID_NO true false false 8 Long 0 8 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SHAID_NO,-1,-1;WATERBODY_NAME WATERBODY_NAME true false false 50 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SHAIDNAME,-1,-1;SHAIDWBIC SHAIDWBIC true false false 7 Long 0 7 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SHAIDWBIC,-1,-1;RIVER_SYS_NAME RIVER_SYS_NAME true false false 50 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,RIVSYSNAME,-1,-1;RIVER_SYS_WBIC RIVER_SYS_WBIC true false false 7 Long 0 7 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,RIVSYSWBIC,-1,-1;RIVER_ROW_NAME RIVER_ROW_NAME true false false 50 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,RIVROWNAME,-1,-1;SHAID_TYP SHAID_TYP true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SHAID_TYP,-1,-1;WATER_DURATION_CODE_TEXT WATER_DURATION_CODE true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,DURATION,-1,-1;LANDLOCK_CODE_TEXT LANDLOCK_CODE true false false 3 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,LANDLOCKED,-1,-1;WBIC_TYPE WBIC_TYPE true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,WBIC_TYPE,-1,-1;WATERBODY_ROW_NAME WATERBODY_ROW_NAME true false false 50 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SHDROWNAME,-1,-1;HYD_VER HYD_VER true false false 3 Short 0 3 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,HYD_VER,-1,-1;SWBICADDED SWBICADDED true true false 8 Date 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SWBICADDED,-1,-1;SWBIC_VER SWBIC_VER true false false 3 Short 0 3 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,SWBIC_VER,-1,-1;RWBICADDED RWBICADDED true true false 8 Date 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,RWBICADDED,-1,-1;RWBIC_VER RWBIC_VER true false false 3 Short 0 3 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,RWBIC_VER,-1,-1;GEOM_CHANGE_FLAG GEOM_CHANGE_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,GEOM_CHFLG,-1,-1;NAT_CHFLG NAT_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,NAT_CHFLG,-1,-1;GNIS_CHFLG GNIS_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,GNIS_CHFLG,-1,-1;WBIC_CHANGE_FLAG WBIC_CHANGE_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,WBIC_CHFLG,-1,-1;NEW_FEAT_FLAG NEW_FEAT_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMPoly.shp,NEW,-1,-1" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">3. Add Field (6) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 125124<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" HYDROID LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">4. Add Attribute Index on HydroID (6) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 171326<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddIndex "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" HydroID IDX_HydroWaterBody_HydroID NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">5. Add Field HYDROCODE (5) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091833<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" HYDROCODE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">6. Add Field ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091833<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" ORIG_HRZ_COLL_MTHD_CODE TEXT # # 6 # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">7. Add Field ORIG_HRZ_SRC_YR <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091834<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" ORIG_HRZ_SRC_YR SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">8. Add Field ORIG_HRZ_SRC_DNOM_AMT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091835<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" ORIG_HRZ_SRC_DNOM_AMT LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">9. Add Field HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091836<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" HYDROTYPE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">10. Add Field LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091836<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" LANDLOCK_CODE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">11. Add Field WATERBODY_WBIC <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091837<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" WATERBODY_WBIC LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">12. Add Field LAST_UPDATE_DATE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091838<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" LAST_UPDATE_DATE DATE # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">13. Add Attribute Index on SHAID_TYP <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 152245<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddIndex "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" SHAID_TYP IDX_HydroWaterBody_SHAID_TYP NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">14. Add Attribute Index on WATER_DURATION_CODE_TEXT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 152247<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddIndex "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" WATER_DURATION_CODE_TEXT IDX_HydroWaterBody_WATER_DURATION_CODE_TEXT NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">15. Add Attribute Index on SHAIDWBIC <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 152248<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddIndex "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" SHAIDWBIC IDX_HydroWaterBody_SHAIDWBIC NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">16. Add Attribute Index on SHAID_ <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 152250<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddIndex "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" SHAID_ IDX_HydroWaterBody_SHAID_ NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">17. Add Attribute Index on LANDLOCK_CODE_TEXT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090115 at time 131614<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddIndex "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" LANDLOCK_CODE_TEXT IDX_WaterBody_LandlockCodeText NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">18. Calc WATERBODY_WBIC <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 101226<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">CalculateField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" WATERBODY_WBIC [SHAIDWBIC] VB # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">19. Set Subtype Field (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115212<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\SetSubtypeField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">SetSubtypeField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" HydroCode "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">20. Add Subtype 7011 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115213<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7011 "Backwater, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">21. Add Subtype 7012 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115214<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7012 "Backwater, Intermittent" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">22. Add Subtype 6103 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115214<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 6103 "Cranberry Bog, Fluctuating" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">23. Add Subtype 6011 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115215<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 6011 "Ditch/Canal, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">24. Add Subtype 7021 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115216<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7021 "Fish Hatchery, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">25. Add Subtype 7031 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115217<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7031 "Flooded Excavation, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">26. Add Subtype 7043 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115217<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7043 "Inundated Area, Fluctuating" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">27. Add Subtype 7051 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115218<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7051 "Industrial Waste Pond, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">28. Add Subtype 7061 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115219<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7061 "Lake/Pond, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">29. Add Subtype 7062 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115219<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7062 "Lake/Pond, Intermittent" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">30. Add Subtype 7071 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115220<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7071 "Reservoir Flowage, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">31. Add Subtype 6021 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115221<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 6021 "Stream/River, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">32. Add Subtype 7081 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115221<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7081 "Sewage Disposal Pond, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">33. Add Subtype 7091 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115222<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7091 "Tailings Pond, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">34. Add Subtype 6031 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115222<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 6031 "Convoluted Stream, Perennial" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">35. Set Default Subtype <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115223<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\SetDefaultSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">SetDefaultSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" 7061 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">36. Assign Domain To GEOM_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122915<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" GEOM_CHANGE_FLAG "WD_HYDRO Geometric Change" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">37. Assign Domain To WBIC_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122916<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" WBIC_CHANGE_FLAG "WD_HYDRO WBIC Change" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">38. Assign Domain To NEW_FEAT_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122916<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" NEW_FEAT_FLAG "WD_HYDRO New" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">39. ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122917<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" ORIG_HRZ_COLL_MTHD_CODE "WD_HYDRO Collection Method" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">40. Assign Domain To LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122918<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" LANDLOCK_CODE "WD_HYDRO Landlock" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">41. Assign Domain To HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122918<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" HYDROTYPE "WD_HYDRO WaterBody Type" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">42. Assign Default To LANDLOCK_CODE (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123829<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" LANDLOCK_CODE 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">43. Assign Default To GEOM_CHANGE_FLAG (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123830<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">44. Assign Default To WBIC_CHANGE_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123830<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" WBIC_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">45. Assign Default To NEW_FEAT_FLAG (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123831<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">46. Assign Default To HYDROTYPE (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123831<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" HYDROTYPE 706 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">47. Assign Default To ORIG_HRZ_COLL_MTHD_CODE (4) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123832<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">48. Assign Default To ORIG_HRZ_SRC_DNOM_AMT (4) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123832<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">49. Delete Fields <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 124209<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\DeleteField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">DeleteField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" Hydro.DBO.HydroWaterBody.AREA;PERIMETER;SHAID_;SHAID_ID;SHAIDWBIC;SHAID_TYP;WATER_DURATION_CODE_TEXT;LANDLOCK_CODE_TEXT;WBIC_TYPE;HYD_VER;SWBICADDED;SWBIC_VER;RWBICADDED;RWBIC_VER;NAT_CHFLG;GNIS_CHFLG "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">50. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 134859<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" GEOM_CHANGE_FLAG "WD_HYDRO Geometric Change" '7011: Backwater, Perennial';'7012: Backwater, Intermittent';'6103: Cranberry Bog, Fluctuating';'6011: Ditch/Canal, Perennial';'7021: Fish Hatchery, Perennial';'7031: Flooded Excavation, Perennial';'7043: Inundated Area, Fluctuating';'7051: Industrial Waste Pond, Perennial';'7061: Lake/Pond, Perennial';'7062: Lake/Pond, Intermittent';'7071: Reservoir Flowage, Perennial';'6021: Stream/River, Perennial';'7081: Sewage Disposal Pond, Perennial';'7091: Tailings Pond, Perennial';'6031: Convoluted Stream, Perennial' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">51. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 134947<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" WBIC_CHANGE_FLAG "WD_HYDRO WBIC Change" '7011: Backwater, Perennial';'7012: Backwater, Intermittent';'6103: Cranberry Bog, Fluctuating';'6011: Ditch/Canal, Perennial';'7021: Fish Hatchery, Perennial';'7031: Flooded Excavation, Perennial';'7043: Inundated Area, Fluctuating';'7051: Industrial Waste Pond, Perennial';'7061: Lake/Pond, Perennial';'7062: Lake/Pond, Intermittent';'7071: Reservoir Flowage, Perennial';'6021: Stream/River, Perennial';'7081: Sewage Disposal Pond, Perennial';'7091: Tailings Pond, Perennial';'6031: Convoluted Stream, Perennial' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">52. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 135014<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" WBIC_CHANGE_FLAG "WD_HYDRO WBIC Change" '7011: Backwater, Perennial';'7012: Backwater, Intermittent';'6103: Cranberry Bog, Fluctuating';'6011: Ditch/Canal, Perennial';'7021: Fish Hatchery, Perennial';'7031: Flooded Excavation, Perennial';'7043: Inundated Area, Fluctuating';'7051: Industrial Waste Pond, Perennial';'7061: Lake/Pond, Perennial';'7062: Lake/Pond, Intermittent';'7071: Reservoir Flowage, Perennial';'6021: Stream/River, Perennial';'7081: Sewage Disposal Pond, Perennial';'7091: Tailings Pond, Perennial';'6031: Convoluted Stream, Perennial' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">53. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 135112<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" NEW_FEAT_FLAG "WD_HYDRO New" '7011: Backwater, Perennial';'7012: Backwater, Intermittent';'6103: Cranberry Bog, Fluctuating';'6011: Ditch/Canal, Perennial';'7021: Fish Hatchery, Perennial';'7031: Flooded Excavation, Perennial';'7043: Inundated Area, Fluctuating';'7051: Industrial Waste Pond, Perennial';'7061: Lake/Pond, Perennial';'7062: Lake/Pond, Intermittent';'7071: Reservoir Flowage, Perennial';'6021: Stream/River, Perennial';'7081: Sewage Disposal Pond, Perennial';'7091: Tailings Pond, Perennial';'6031: Convoluted Stream, Perennial' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">54. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 135153<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" ORIG_HRZ_COLL_MTHD_CODE "WD_HYDRO Collection Method" '7011: Backwater, Perennial';'7012: Backwater, Intermittent';'6103: Cranberry Bog, Fluctuating';'6011: Ditch/Canal, Perennial';'7021: Fish Hatchery, Perennial';'7031: Flooded Excavation, Perennial';'7043: Inundated Area, Fluctuating';'7051: Industrial Waste Pond, Perennial';'7061: Lake/Pond, Perennial';'7062: Lake/Pond, Intermittent';'7071: Reservoir Flowage, Perennial';'6021: Stream/River, Perennial';'7081: Sewage Disposal Pond, Perennial';'7091: Tailings Pond, Perennial';'6031: Convoluted Stream, Perennial' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">55. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 135233<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" HYDROTYPE "WD_HYDRO WaterBody Type" '7011: Backwater, Perennial';'7012: Backwater, Intermittent';'6103: Cranberry Bog, Fluctuating';'6011: Ditch/Canal, Perennial';'7021: Fish Hatchery, Perennial';'7031: Flooded Excavation, Perennial';'7043: Inundated Area, Fluctuating';'7051: Industrial Waste Pond, Perennial';'7061: Lake/Pond, Perennial';'7062: Lake/Pond, Intermittent';'7071: Reservoir Flowage, Perennial';'6021: Stream/River, Perennial';'7081: Sewage Disposal Pond, Perennial';'7091: Tailings Pond, Perennial';'6031: Convoluted Stream, Perennial' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">56. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 135306<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody" LANDLOCK_CODE "WD_HYDRO Landlock" '7011: Backwater, Perennial';'7012: Backwater, Intermittent';'6103: Cranberry Bog, Fluctuating';'6011: Ditch/Canal, Perennial';'7021: Fish Hatchery, Perennial';'7031: Flooded Excavation, Perennial';'7043: Inundated Area, Fluctuating';'7051: Industrial Waste Pond, Perennial';'7061: Lake/Pond, Perennial';'7062: Lake/Pond, Intermittent';'7071: Reservoir Flowage, Perennial';'6021: Stream/River, Perennial';'7081: Sewage Disposal Pond, Perennial';'7091: Tailings Pond, Perennial';'6031: Convoluted Stream, Perennial' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroWaterBody"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">57. Add Field GEOM_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140924<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_WATERBODY_AR_24K" GEOM_CHANGE_DATETIME DATE # # # # NULLABLE NON_REQUIRED # "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_WATERBODY_AR_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">58. Add Field WBIC_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140926<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_WATERBODY_AR_24K" WBIC_CHANGE_DATETIME DATE # # # # NULLABLE NON_REQUIRED # "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_WATERBODY_AR_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">59. Add Field CREATE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140927<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddField "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_WATERBODY_AR_24K" CREATE_DATETIME DATE # # # # NULLABLE NON_REQUIRED # "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_WATERBODY_AR_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">60. Calculate Field GEOM Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142812<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">CalculateField "banks GEOM Change View" GEOM_CHANGE_DATETIME "Now ( )" VB # "banks GEOM Change View"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">61. Calculate Field NEW <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142814<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">CalculateField "banks NEW Change View" CREATE_DATETIME "Now ( )" VB # "banks NEW Change View"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">62. Calculate Field WBIC Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142833<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">CalculateField "WBIC Change View" WBIC_CHANGE_DATETIME "Now ( )" VB # "WBIC Change View"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">63. Delete Old Change Flag Fields <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 145826<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\DeleteField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">DeleteField "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_WATERBODY_AR_24K" GEOM_CHANGE_FLAG;WBIC_CHANGE_FLAG;NEW_FEAT_FLAG "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_WATERBODY_AR_24K"</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)"> W23324.WD_HYDRO_WATERBODY_AR_24K <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polygon<BR /> <I>Topology: </I>TRUE<BR /> <I>Feature count: </I>91963<BR /> <I>Spatial Index: </I>TRUE<BR /> <I>Linear referencing: </I>TRUE<BR /> <BR /><I>XYRank: </I>1<BR /> <I>ZRank: </I>1<BR /> <I>Topology weight: </I>5.000000<BR /> <I>Events on validation: </I>FALSE<BR /> <I>Participates in topology rules: </I> 2203<BR /> <I>Participates in topology rules: </I> 2204<BR /> <I>Participates in topology rules: </I> 2205<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> W23324.WD_HYDRO_WATERBODY_AR_24K: G-polygon, 91963 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for W23324.WD_HYDRO_WATERBODY_AR_24K</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>91963</DIV> <DIV STYLE="margin-left:0.2in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Description <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt">Water features such as Lakes, Reservoirs, Wide Streams and Rivers, and Unspecified Open Water features.</SPAN><BR /> <BR /> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> Attributes<DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> RIVER_SYS_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>RIVER_SYS_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">River System Name. Name of the river system based on USGS Geographic Names Information System (GNIS). Except for incoming tributaries, any linear water feature holding the same name as the main river to which it is attached is considered part of that river system. Examples: centerlines through reservoirs/flowages, flow potentials through backwaters and secondary flow features (braided streams).</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)"> 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>10<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)"> RIVER_SYS_WBIC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>RIVER_SYS_WBIC<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">River System Water Body Identification Code. Water Body Identification Code (WBIC) of the river system. DNR's Register of Waterbodies (ROW) database is the source of WBICs. Except for incoming tributaries, any linear water feature holding the same WBIC as the main river to which it is attached is considered part of that river system. Examples: centerlines through reservoir/flowages, flow potentials through backwaters and secondary flow features (braided streams).</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)"> RIVER_ROW_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>RIVER_ROW_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">ROW Name. WDNR's Official Name from the Register of Waterbodies</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)"> SHAID_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SHAID_NO<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Unique numerical identifier for each arc from coverage model, no longer maintained</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)"> WATERBODY_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>WATERBODY_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Name of the Water Body based on USGS Geographic Names Information System (GNIS).</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)"> WATERBODY_ROW_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>WATERBODY_ROW_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">ROW Name. WDNR's Official Name from the Register of Waterbodies.</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.area <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SHAPE.AREA<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>0<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)"> Shape.len <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SHAPE.LEN<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>0<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)"> HYDROID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HYDROID<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Maintained universal unique ID</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)"> HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HYDROCODE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Numeric code that divides features into subtype values; 6011 - Ditch/Canal Perennial ; 6021 - Stream/River, Perennial; 6103 - Cranberry Bog, Fluctuating; 7011 - Backwater, Perennial; 7012 - Backwater, Intermittent; 7021 - Fish Hatchery, Perennial; 7031 - Flooded Excavation, Perennial; 7043 - Inundated Area, Fluctuating; 7051 - Industrial Waste Pond, Perennial; 7061 - Lake/Pond, Perennial; 7062 - Lake/Pond, Intermittent</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)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ORIG_HRZ_COLL_MTHD_CODE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>6<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">- Original Horizontal Collection Method Code Character code indicating the method of data collection or conversion. (i.e. how the arc was created/derived). Values:CNV001 = Provided in digital form from known source and converted for DNR use; SCN001 = Scanning or vectorizing technique; SCR003 = Digitized on screen: feature published/visible on USGS 7.5' DRG; SCR004 = Digitized on screen: feature interpreted from USGS 7.5' DRG; SCR005 = Digitized on screen: feature published/visible on digital vector data; SCR006 = Digitized on screen: feature interpreted from digital vector data; TAB001 = Digitized on table: feature published/visible on map sheet; TAB002 = Digitized on table: feature interpreted from map sheet</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>4<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)"> ORIG_HRZ_SRC_YR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ORIG_HRZ_SRC_YR<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Original Horizontal Source Year Most recent year the data source that was utilized in our data capture; WIDNR constructed features (OH_HRZ_COLL_MTHD_CODE of TAB002, SCR004 or SCR006) carry the year date that the watershed processing was completed</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)"> ORIG_HRZ_SRC_DNOM_AMT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ORIG_HRZ_SRC_DNOM_AMT<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Original Horizontal Source Denominator Code. Denominator of map scale source</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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HYDROTYPE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">HYDROTYPE - Numeric value used as a descriptor of feature: 601 - Ditch/Canal; 602 - Stream/River; 610 - Cranberry Bog; 701 - Backwater; 702 - Fish Hatchery; 703 - Flooded Excavation; 704 - Inundation Area; 705 - Industrial Waste Pond; 706 - Lake/Pond; 707 - Reservoir Flowage; 708 - Sewage Disposal Pond; 709 - Tailings Pond; 710 - Unspecified Open Water</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)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LANDLOCK_CODE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Landlocked Code. Character code indicating if the feature is part of a landlocked hydro network. Values:1 = Feature is part of a landlocked hydro network that does not flow out of the state; 0 = Feature is part of a hydro network that flows into Lake Superior, Lake Michigan or the Mississippi River</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)"> WATERBODY_WBIC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>WATERBODY_WBIC<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Water Body Identification Code (WBIC) of the Water Body. DNR's Register of Waterbodies (ROW) database is the source of WBICs</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)"> LAST_UPDATE_DATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LAST_UPDATE_DATE<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>36<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Last Edit Date. Date indicating when the feature was added and verified by the editor</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)"> GEOM_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>GEOM_CHANGE_DATETIME<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>36<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)"> WBIC_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>WBIC_CHANGE_DATETIME<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>36<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)"> CREATE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CREATE_DATETIME<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>36<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <BR /> </DIV> </DIV> </DIV> <BR /> <DIV STYLE="margin-left:0.2in" CLASS="pn">Subtype Information</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pe2">In the following list the subtype code is followed by the subtype name.</DIV> <BR /> <DIV STYLE="margin-left:0.4in" CLASS="pn">7011: Backwater, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7012: Backwater, Intermittent</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">6103: Cranberry Bog, Fluctuating</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">6011: Ditch/Canal, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7021: Fish Hatchery, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7031: Flooded Excavation, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7043: Inundated Area, Fluctuating</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7051: Industrial Waste Pond, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7061: Lake/Pond, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7062: Lake/Pond, Intermittent</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7071: Reservoir Flowage, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">6021: Stream/River, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7081: Sewage Disposal Pond, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">7091: Tailings Pond, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">6031: Convoluted Stream, Perennial</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO WaterBody Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Types of HydroWaterBody features<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Landlock</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Feature is landlocked or not<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Details for W23324.WD_HYDRO_WATERBODY_TO_BANK</DIV> <DIV STYLE="margin-left:0.2in"><I>Type of object: </I>Relationship</DIV> <BR /> </DIV> </DIV> </BODY> </HTML>