ÿþ<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_FLOWLINE_LN_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">Linear features representing streams and artificial flow through water that constitute the transport network.</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">HydroFlowLine is the framework of the data set and consists of all arcs in Version 6 release coverage HYDNW924 that transport water. HydroFlowLine was created with M (measures) and Z (elevation) values to accommodate placement of user data through a linear referencing system located on the measure system of transport arcs. Features represent blue lines on 1:24,000 scale USGS Topography Quadrangle maps and artificial flow through WaterArea and WaterBody features and across land. HydroFlowLine serves as the input to the Geometric Network.</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_FLOWLINE_LN_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 14450700 <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.020811</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -84.473770</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 47.795736</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 42.378413</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>293610.390900</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>934853.851000</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>813597.531500</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>224104.043400</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\ZMArc<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 11513100<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. FeatureclassToCoverage_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090102 at time 093135<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureclassToCoverage<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">FeatureclassToCoverage "C:\Geo\HYDRO\GDBDesign\GreatLakesBK_Merge_Merge.shp ARC" C:\Geo\HYDRO\GDBDesign\ArcsFinal # DOUBLE</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">2. FeatureClassToFeatureClass_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090102 at time 125524<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 C:\Geo\HYDRO\GDBDesign\arcsfinal\arc C:\Geo\HYDRO\GDBDesign ZMArcsFinal222.shp # "FNODE_ FNODE_ false false true 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,FNODE#,-1,-1;TNODE_ TNODE_ false false true 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,TNODE#,-1,-1;LPOLY_ LPOLY_ false false true 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LPOLY#,-1,-1;RPOLY_ RPOLY_ false false true 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,RPOLY#,-1,-1;LENGTH LENGTH false false true 8 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LENGTH,-1,-1;FNODE1 FNODE1 true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,FNODE_,-1,-1;TNODE1 TNODE1 true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,TNODE_,-1,-1;LPOLY1 LPOLY1 true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LPOLY_,-1,-1;RPOLY1 RPOLY1 true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,RPOLY_,-1,-1;HYDNW924_ HYDNW924_ true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,HYDNW924_,-1,-1;HYDNW924_I HYDNW924_I true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,HYDNW924_I,-1,-1;SW_NO SW_NO true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,SW_NO,-1,-1;RIVSYSNAME RIVSYSNAME true false false 50 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,RIVSYSNAME,-1,-1;ROW_NAME ROW_NAME true false false 50 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,ROW_NAME,-1,-1;RIVSYSWBIC RIVSYSWBIC true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,RIVSYSWBIC,-1,-1;WBIC_TYPE WBIC_TYPE true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_TYPE,-1,-1;CARTO CARTO true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,CARTO,-1,-1;LINEAR_TYP LINEAR_TYP true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LINEAR_TYP,-1,-1;QUADLINE QUADLINE true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,QUADLINE,-1,-1;DURATION DURATION true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,DURATION,-1,-1;LANDLOCKED LANDLOCKED true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LANDLOCKED,-1,-1;FLOW FLOW true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,FLOW,-1,-1;STREAM_ORD STREAM_ORD true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,STREAM_ORD,-1,-1;LR_BANK LR_BANK true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LR_BANK,-1,-1;AR_BND_TYP AR_BND_TYP true false false 4 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,AR_BND_TYP,-1,-1;OH_SRC_YR OH_SRC_YR true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,OH_SRC_YR,-1,-1;OH_COL_MTH OH_COL_MTH true false false 6 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,OH_COL_MTH,-1,-1;OH_SRC_DNM OH_SRC_DNM true false false 8 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,OH_SRC_DNM,-1,-1;BUILD_DATE BUILD_DATE true true false 8 Date 0 8 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,BUILD_DATE,-1,-1;HYD_VER HYD_VER true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,HYD_VER,-1,-1;WGS_ID WGS_ID true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WGS_ID,-1,-1;WBIC_ADDED WBIC_ADDED true true false 8 Date 0 8 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_ADDED,-1,-1;WBIC_DATE WBIC_DATE true true false 8 Date 0 8 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_DATE,-1,-1;WBIC_VER WBIC_VER true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_VER,-1,-1;GEOM_CHFLG GEOM_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,GEOM_CHFLG,-1,-1;NAT_CHFLG NAT_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,NAT_CHFLG,-1,-1;GNIS_CHFLG GNIS_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,GNIS_CHFLG,-1,-1;WBIC_CHFLG WBIC_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_CHFLG,-1,-1;REF_CHFLG REF_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,REF_CHFLG,-1,-1;FLIP_CHFLG FLIP_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,FLIP_CHFLG,-1,-1;NEW NEW true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,NEW,-1,-1" # C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">3. Merge_2 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090105 at time 094123<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 C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp;C:\Geo\HYDRO\GDBDesign\ZMline.shp C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222_Merge.shp "FNODE_ FNODE_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,FNODE_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,FNODE_,-1,-1;TNODE_ TNODE_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,TNODE_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,TNODE_,-1,-1;LPOLY_ LPOLY_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LPOLY_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LPOLY_,-1,-1;RPOLY_ RPOLY_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,RPOLY_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,RPOLY_,-1,-1;LENGTH LENGTH true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LENGTH,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LENGTH,-1,-1;FNODE1 FNODE1 true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,FNODE1,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,FNODE1,-1,-1;TNODE1 TNODE1 true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,TNODE1,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,TNODE1,-1,-1;LPOLY1 LPOLY1 true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LPOLY1,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LPOLY1,-1,-1;RPOLY1 RPOLY1 true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,RPOLY1,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,RPOLY1,-1,-1;HYDNW924_ HYDNW924_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,HYDNW924_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,HYDNW924_,-1,-1;HYDNW924_I HYDNW924_I true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,HYDNW924_I,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,HYDNW924_I,-1,-1;SW_NO SW_NO true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,SW_NO,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,SW_NO,-1,-1;RIVSYSNAME RIVSYSNAME true false false 50 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,RIVSYSNAME,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,RIVSYSNAME,-1,-1;ROW_NAME ROW_NAME true false false 50 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,ROW_NAME,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,ROW_NAME,-1,-1;RIVSYSWBIC RIVSYSWBIC true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,RIVSYSWBIC,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,RIVSYSWBIC,-1,-1;WBIC_TYPE WBIC_TYPE true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_TYPE,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_TYPE,-1,-1;CARTO CARTO true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,CARTO,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,CARTO,-1,-1;LINEAR_TYP LINEAR_TYP true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LINEAR_TYP,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LINEAR_TYP,-1,-1;QUADLINE QUADLINE true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,QUADLINE,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,QUADLINE,-1,-1;DURATION DURATION true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,DURATION,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,DURATION,-1,-1;LANDLOCKED LANDLOCKED true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LANDLOCKED,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LANDLOCKED,-1,-1;FLOW FLOW true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,FLOW,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,FLOW,-1,-1;STREAM_ORD STREAM_ORD true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,STREAM_ORD,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,STREAM_ORD,-1,-1;LR_BANK LR_BANK true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LR_BANK,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LR_BANK,-1,-1;AR_BND_TYP AR_BND_TYP true false false 4 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,AR_BND_TYP,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,AR_BND_TYP,-1,-1;OH_SRC_YR OH_SRC_YR true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,OH_SRC_YR,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,OH_SRC_YR,-1,-1;OH_COL_MTH OH_COL_MTH true false false 6 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,OH_COL_MTH,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,OH_COL_MTH,-1,-1;OH_SRC_DNM OH_SRC_DNM true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,OH_SRC_DNM,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,OH_SRC_DNM,-1,-1;BUILD_DATE BUILD_DATE true true false 8 Date 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,BUILD_DATE,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,BUILD_DATE,-1,-1;HYD_VER HYD_VER true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,HYD_VER,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,HYD_VER,-1,-1;WGS_ID WGS_ID true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WGS_ID,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WGS_ID,-1,-1;WBIC_ADDED WBIC_ADDED true true false 8 Date 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_ADDED,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_ADDED,-1,-1;WBIC_DATE WBIC_DATE true true false 8 Date 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_DATE,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_DATE,-1,-1;WBIC_VER WBIC_VER true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_VER,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_VER,-1,-1;GEOM_CHFLG GEOM_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,GEOM_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,GEOM_CHFLG,-1,-1;NAT_CHFLG NAT_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,NAT_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,NAT_CHFLG,-1,-1;GNIS_CHFLG GNIS_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,GNIS_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,GNIS_CHFLG,-1,-1;WBIC_CHFLG WBIC_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_CHFLG,-1,-1;REF_CHFLG REF_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,REF_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,REF_CHFLG,-1,-1;FLIP_CHFLG FLIP_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,FLIP_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,FLIP_CHFLG,-1,-1;NEW NEW true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,NEW,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,NEW,-1,-1;SHAPE_Leng SHAPE_Leng true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMline.shp,SHAPE_Leng,-1,-1"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">4. Add Attribute Index <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 112217<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 Z:\projects\hydro\data\shapefiles\ZMarc.shp LPOLY_;RPOLY_;LINEAR_TYP;DURATION;FLOW;AR_BND_TYP # NON_UNIQUE NON_ASCENDING Z:\projects\hydro\data\shapefiles\ZMarc.shp</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">5. Feature Class to Feature Class (4) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 114404<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\ZMarc.shp "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography" HydroFlowLine ""FLOW" = 'P' OR "FLOW" = 'S'" "FNODE_ FNODE_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,FNODE_,-1,-1;TNODE_ TNODE_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,TNODE_,-1,-1;LPOLY_ LPOLY_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LPOLY_,-1,-1;RPOLY_ RPOLY_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,RPOLY_,-1,-1;LENGTH LENGTH true false false 19 Double 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LENGTH,-1,-1;HYDNW924_ HYDNW924_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,HYDNW924_,-1,-1;HYDNW924_I HYDNW924_I true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,HYDNW924_I,-1,-1;SW_NO SW_NO true false false 8 Long 0 8 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,SW_NO,-1,-1;RIVER_SYS_NAME RIVER_SYS_NAME true false false 50 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,RIVSYSNAME,-1,-1;ROW_NAME ROW_NAME true false false 50 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,ROW_NAME,-1,-1;RIVER_SYS_WBIC RIVER_SYS_WBIC true false false 7 Long 0 7 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,RIVSYSWBIC,-1,-1;WBIC_TYPE WBIC_TYPE true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_TYPE,-1,-1;CARTO_USE_FLAG_TEXT CARTO_USE_FLAG true false false 3 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,CARTO,-1,-1;LINEAR_TYP LINEAR_TYP true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LINEAR_TYP,-1,-1;QUAD_LINE_FLAG_TEXT QUAD_LINE_FLAG true false false 3 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,QUADLINE,-1,-1;DURATION DURATION true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,DURATION,-1,-1;LANDLOCK_CODE_TEXT LANDLOCK_CODE true false false 3 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LANDLOCKED,-1,-1;FLOW FLOW true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,FLOW,-1,-1;STREAM_ORDER STREAM_ORDER true false false 2 Short 0 2 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,STREAM_ORD,-1,-1;LR_BANK LR_BANK true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LR_BANK,-1,-1;AR_BND_TYP AR_BND_TYP true false false 4 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,AR_BND_TYP,-1,-1;ORIG_HRZ_SRC_YR ORIG_HRZ_SRC_YR true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,OH_SRC_YR,-1,-1;ORIG_HRZ_COLL_MTHD_CODE ORIG_HRZ_COLL_MTHD_CODE true false false 6 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,OH_COL_MTH,-1,-1;ORIG_HRZ_SRC_DNOM_AMT ORIG_HRZ_SRC_DNOM_AMT true false false 10 Long 0 10 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,OH_SRC_DNM,-1,-1;LAST_UPDATE_DATE LAST_UPDATE_DATE true true false 8 Date 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,BUILD_DATE,-1,-1;HYD_VER HYD_VER true false false 3 Short 0 3 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,HYD_VER,-1,-1;WGS_ID WGS_ID true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WGS_ID,-1,-1;WBIC_ADDED WBIC_ADDED true true false 8 Date 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_ADDED,-1,-1;WBIC_DATE WBIC_DATE true true false 8 Date 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_DATE,-1,-1;WBIC_VER WBIC_VER true false false 3 Short 0 3 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_VER,-1,-1;GEOM_CHANGE_FLAG GEOM_CHANGE_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,GEOM_CHFLG,-1,-1;NAT_CHFLG NAT_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,NAT_CHFLG,-1,-1;GNIS_CHFLG GNIS_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,GNIS_CHFLG,-1,-1;WBIC_CHANGE_FLAG WBIC_CHANGE_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_CHFLG,-1,-1;REF_CHFLG REF_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,REF_CHFLG,-1,-1;FLIP_CHANGE_FLAG FLIP_CHANGE_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,FLIP_CHFLG,-1,-1;NEW_FEAT_FLAG NEW_FEAT_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,NEW,-1,-1" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">6. Add Field (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 125207<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.HydroFlowLine" HYDROID LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">7. Add Attribute Index on HydroID (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 171309<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.HydroFlowLine" HydroID IDX_HydroFlowLine_HydroID NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">8. Add Field HYDROCODE (4) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091824<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.HydroFlowLine" HYDROCODE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">9. Add Field WATERBODY_HYDROID (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091825<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.HydroFlowLine" WATERBODY_HYDROID LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">10. Add Field TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091826<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.HydroFlowLine" TRACE_USE_FLAG SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">11. Add Field HYDROTYPE (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091826<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.HydroFlowLine" HYDROTYPE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">12. Add Field CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091827<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.HydroFlowLine" CARTO_USE_FLAG SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">13. Add Field LANDLOCK_CODE (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091828<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.HydroFlowLine" LANDLOCK_CODE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">14. Add Field QUAD_LINE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091829<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.HydroFlowLine" QUAD_LINE_FLAG SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">15. Add Field SHAID_ID (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091829<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.HydroFlowLine" SHAID_ID LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">16. Add Attribute Index on LINEAR_TYP <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091933<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.HydroFlowLine" LINEAR_TYP IDX_HydroFlowLine_LinearType NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">17. Add Attribute Index on DURATION <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091935<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.HydroFlowLine" DURATION IDX_HydroFlowLine_Duration NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">18. Add Attribute Index on FLOW <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091937<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.HydroFlowLine" FLOW Idx_HydroFlowLine_Flow NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">19. Add Attribute Index on AR_BND_TYP <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091939<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.HydroFlowLine" AR_BND_TYP IDX_HydroFlowLine_Ar_Bnd_Typ NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">20. Add Attribute Index on SW_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091941<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.HydroFlowLine" SW_NO IDX_HydroFlowLine_SW_NO NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">21. Add Attribute Index on LPOLY_ <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 092002<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.HydroFlowLine" LPOLY_ Idx_HydroFlowLine_LPOLY NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">22. Add Attribute Index on RPOLY_ <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 092004<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.HydroFlowLine" RPOLY_ Idx_HydroFlowLine_RPOLY NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">23. Add Attribute Index on HYDNW924 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 092006<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.HydroFlowLine" HYDNW924_ IDX_HydroFlowLine_Hydnw924 NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">24. Add Attribute Index on CARTO_USE_FLAG_TEXT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 092008<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.HydroFlowLine" CARTO_USE_FLAG_TEXT IDX_HydroFlowLine_CartoUseFlagText NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">25. Add Attribute Index on QUAD_LINE_FLAG_TEXT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 092010<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.HydroFlowLine" QUAD_LINE_FLAG_TEXT IDX_HydroFlowLine_QuadLineFlagText NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">26. Add Attribute Index on LANDLOCK_CODE_TEXT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 092012<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.HydroFlowLine" LANDLOCK_CODE_TEXT IDX_HydroFlowLine_LandlockCodeText NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">27. Add Attribute Index <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 145821<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.HydroFlowLine" SHAID_ID IDX_HydroFlowLine_ShaidId NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">28. Set Subtype Field (1) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115153<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.HydroFlowLine" HydroCode "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">29. Add Subtype 101 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115155<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.HydroFlowLine" 101 SecondaryFlowOverLandPerrenial "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">30. Add Subtype 111 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115156<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.HydroFlowLine" 111 SecondaryFlowOverLandIntermittent "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">31. Add Subtype 121 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115156<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.HydroFlowLine" 121 SecondaryFlowOverLandFluctuating "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">32. Add Subtype 201 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115157<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.HydroFlowLine" 201 SecondaryFlowInWaterPerrenial "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">33. Add Subtype 211 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115158<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.HydroFlowLine" 211 SecondaryFlowInWaterIntermittent "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">34. Add Subtype 221 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115158<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.HydroFlowLine" 221 SecondayFlowInWaterFluctuating "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">35. Add Subtype 100 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115159<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.HydroFlowLine" 100 PrimaryFlowOverLandPerennial "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">36. Add Subtype 110 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115200<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.HydroFlowLine" 110 PrimaryFlowOverLandIntermittent "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">37. Add Subtype 120 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115201<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.HydroFlowLine" 120 PrimaryFlowOverLandFluctuating "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">38. Add Subtype 200 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115201<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.HydroFlowLine" 200 PrimaryFlowInWaterPerennial "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">39. Add Subtype 210 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115202<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.HydroFlowLine" 210 PrimaryFlowInWaterIntermittent "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">40. Add Subtype 220 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115203<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.HydroFlowLine" 220 PrimaryFlowInWaterFluctuating "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">41. Set Default Subtype 100 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115203<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.HydroFlowLine" 100 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">42. Assign Domain To Carto <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115308<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.HydroFlowLine" CARTO_USE_FLAG "WD_HYDRO Carto" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">43. Assign Default To CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122937<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.HydroFlowLine" CARTO_USE_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">44. Assign Default To ORIG_HRZ_SRC_DNOM_AMT (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122937<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.HydroFlowLine" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">45. Assign Default To ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122938<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.HydroFlowLine" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">46. Assign Default To LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122938<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.HydroFlowLine" LANDLOCK_CODE 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">47. Assign Default To GEOM_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122939<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.HydroFlowLine" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">48. Assign Default To WBIC_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122939<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.HydroFlowLine" WBIC_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">49. Assign Default To FLIP_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122940<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.HydroFlowLine" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">50. Assign Default To NEW_FEAT_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122940<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.HydroFlowLine" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">51. Assign Default To TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122941<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.HydroFlowLine" TRACE_USE_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">52. Assign Default To HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122941<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.HydroFlowLine" HYDROTYPE 509 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">53. Assign Default To CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123050<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.HydroFlowLine" CARTO_USE_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">54. Assign Default To ORIG_HRZ_SRC_DNOM_AMT (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123051<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.HydroFlowLine" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">55. Assign Default To ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123051<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.HydroFlowLine" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">56. Assign Default To LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123052<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.HydroFlowLine" LANDLOCK_CODE 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">57. Assign Default To GEOM_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123052<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.HydroFlowLine" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">58. Assign Default To WBIC_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123053<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.HydroFlowLine" WBIC_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">59. Assign Default To FLIP_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123053<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.HydroFlowLine" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">60. Assign Default To NEW_FEAT_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123054<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.HydroFlowLine" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">61. Assign Default To TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123054<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.HydroFlowLine" TRACE_USE_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">62. Assign Default To HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123055<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.HydroFlowLine" HYDROTYPE 509 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">63. Assign Default To CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123819<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.HydroFlowLine" CARTO_USE_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">64. Assign Default To ORIG_HRZ_SRC_DNOM_AMT (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123820<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.HydroFlowLine" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">65. Assign Default To ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123820<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.HydroFlowLine" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">66. Assign Default To LANDLOCK_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123821<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.HydroFlowLine" LANDLOCK_CODE 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">67. Assign Default To GEOM_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123822<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.HydroFlowLine" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">68. Assign Default To WBIC_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123822<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.HydroFlowLine" WBIC_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">69. Assign Default To FLIP_CHANGE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123823<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.HydroFlowLine" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">70. Assign Default To NEW_FEAT_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123823<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.HydroFlowLine" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">71. Assign Default To TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123824<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.HydroFlowLine" TRACE_USE_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">72. Assign Default To HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123824<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.HydroFlowLine" HYDROTYPE 509 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">73. Delete Fields <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 124048<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.HydroFlowLine" LINEAR_TYP;QUAD_LINE_FLAG_TEXT;DURATION;LANDLOCK_CODE_TEXT;FLOW;LR_BANK;AR_BND_TYP;HYD_VER;WGS_ID;WBIC_ADDED;WBIC_DATE;WBIC_VER;NAT_CHFLG;GNIS_CHFLG;REF_CHFLG;SHAID_ID;FNODE_;TNODE_;LPOLY_;RPOLY_;LENGTH;HYDNW924_;HYDNW924_I;WBIC_TYPE;CARTO_USE_FLAG_TEXT "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">74. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 133410<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.HydroFlowLine" ORIG_HRZ_COLL_MTHD_CODE "WD_HYDRO Collection Method" '101: SecondaryFlowOverLandPerrenial';'111: SecondaryFlowOverLandIntermittent';'121: SecondaryFlowOverLandFluctuating';'201: SecondaryFlowInWaterPerrenial';'211: SecondaryFlowInWaterIntermittent';'221: SecondayFlowInWaterFluctuating';'100: PrimaryFlowOverLandPerennial';'110: PrimaryFlowOverLandIntermittent';'120: PrimaryFlowOverLandFluctuating';'200: PrimaryFlowInWaterPerennial';'210: PrimaryFlowInWaterIntermittent';'220: PrimaryFlowInWaterFluctuating' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">75. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 133642<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.HydroFlowLine" GEOM_CHANGE_FLAG "WD_HYDRO Geometric Change" '101: SecondaryFlowOverLandPerrenial';'111: SecondaryFlowOverLandIntermittent';'121: SecondaryFlowOverLandFluctuating';'201: SecondaryFlowInWaterPerrenial';'211: SecondaryFlowInWaterIntermittent';'221: SecondayFlowInWaterFluctuating';'100: PrimaryFlowOverLandPerennial';'110: PrimaryFlowOverLandIntermittent';'120: PrimaryFlowOverLandFluctuating';'200: PrimaryFlowInWaterPerennial';'210: PrimaryFlowInWaterIntermittent';'220: PrimaryFlowInWaterFluctuating' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">76. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 133755<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.HydroFlowLine" WBIC_CHANGE_FLAG "WD_HYDRO WBIC Change" '101: SecondaryFlowOverLandPerrenial';'111: SecondaryFlowOverLandIntermittent';'121: SecondaryFlowOverLandFluctuating';'201: SecondaryFlowInWaterPerrenial';'211: SecondaryFlowInWaterIntermittent';'221: SecondayFlowInWaterFluctuating';'100: PrimaryFlowOverLandPerennial';'110: PrimaryFlowOverLandIntermittent';'120: PrimaryFlowOverLandFluctuating';'200: PrimaryFlowInWaterPerennial';'210: PrimaryFlowInWaterIntermittent';'220: PrimaryFlowInWaterFluctuating' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">77. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 133852<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.HydroFlowLine" FLIP_CHANGE_FLAG "WD_HYDRO Flip Change" '101: SecondaryFlowOverLandPerrenial';'111: SecondaryFlowOverLandIntermittent';'121: SecondaryFlowOverLandFluctuating';'201: SecondaryFlowInWaterPerrenial';'211: SecondaryFlowInWaterIntermittent';'221: SecondayFlowInWaterFluctuating';'100: PrimaryFlowOverLandPerennial';'110: PrimaryFlowOverLandIntermittent';'120: PrimaryFlowOverLandFluctuating';'200: PrimaryFlowInWaterPerennial';'210: PrimaryFlowInWaterIntermittent';'220: PrimaryFlowInWaterFluctuating' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">78. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 134004<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.HydroFlowLine" NEW_FEAT_FLAG "WD_HYDRO New" '101: SecondaryFlowOverLandPerrenial';'111: SecondaryFlowOverLandIntermittent';'121: SecondaryFlowOverLandFluctuating';'201: SecondaryFlowInWaterPerrenial';'211: SecondaryFlowInWaterIntermittent';'221: SecondayFlowInWaterFluctuating';'100: PrimaryFlowOverLandPerennial';'110: PrimaryFlowOverLandIntermittent';'120: PrimaryFlowOverLandFluctuating';'200: PrimaryFlowInWaterPerennial';'210: PrimaryFlowInWaterIntermittent';'220: PrimaryFlowInWaterFluctuating' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">79. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 134456<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.HydroFlowLine" TRACE_USE_FLAG "WD_HYDRO Trace" '101: SecondaryFlowOverLandPerrenial';'111: SecondaryFlowOverLandIntermittent';'121: SecondaryFlowOverLandFluctuating';'201: SecondaryFlowInWaterPerrenial';'211: SecondaryFlowInWaterIntermittent';'221: SecondayFlowInWaterFluctuating';'100: PrimaryFlowOverLandPerennial';'110: PrimaryFlowOverLandIntermittent';'120: PrimaryFlowOverLandFluctuating';'200: PrimaryFlowInWaterPerennial';'210: PrimaryFlowInWaterIntermittent';'220: PrimaryFlowInWaterFluctuating' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">80. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 134542<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.HydroFlowLine" HYDROTYPE "WD_HYDRO FlowLine Type" '101: SecondaryFlowOverLandPerrenial';'111: SecondaryFlowOverLandIntermittent';'121: SecondaryFlowOverLandFluctuating';'201: SecondaryFlowInWaterPerrenial';'211: SecondaryFlowInWaterIntermittent';'221: SecondayFlowInWaterFluctuating';'100: PrimaryFlowOverLandPerennial';'110: PrimaryFlowOverLandIntermittent';'120: PrimaryFlowOverLandFluctuating';'200: PrimaryFlowInWaterPerennial';'210: PrimaryFlowInWaterIntermittent';'220: PrimaryFlowInWaterFluctuating' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">81. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 134646<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.HydroFlowLine" CARTO_USE_FLAG "WD_HYDRO Carto" '101: SecondaryFlowOverLandPerrenial';'111: SecondaryFlowOverLandIntermittent';'121: SecondaryFlowOverLandFluctuating';'201: SecondaryFlowInWaterPerrenial';'211: SecondaryFlowInWaterIntermittent';'221: SecondayFlowInWaterFluctuating';'100: PrimaryFlowOverLandPerennial';'110: PrimaryFlowOverLandIntermittent';'120: PrimaryFlowOverLandFluctuating';'200: PrimaryFlowInWaterPerennial';'210: PrimaryFlowInWaterIntermittent';'220: PrimaryFlowInWaterFluctuating' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroFlowLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">82. Add Field GEOM_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140846<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_FLOWLINE_LN_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_FLOWLINE_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">83. Add Field FLIP_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140847<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_FLOWLINE_LN_24K" FLIP_CHANGE_DATETIME DATE # # # # NULLABLE NON_REQUIRED # "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_FLOWLINE_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">84. Add Field WBIC_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140849<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_FLOWLINE_LN_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_FLOWLINE_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">85. Add Field CREATE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140851<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_FLOWLINE_LN_24K" CREATE_DATETIME DATE # # # # NULLABLE NON_REQUIRED # "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_FLOWLINE_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">86. Calculate Field GEOM Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142440<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)">87. Calculate Field FLIP Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142441<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 FLIP Change View" FLIP_CHANGE_DATETIME "Now ( )" VB # "banks FLIP Change View"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">88. Calculate Field NEW <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142442<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)">89. Calculate Field WBIC Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142449<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)">90. Delete Old Change Flag Fields <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 145647<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_FLOWLINE_LN_24K" GEOM_CHANGE_FLAG;WBIC_CHANGE_FLAG;FLIP_CHANGE_FLAG;NEW_FEAT_FLAG "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_FLOWLINE_LN_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_FLOWLINE_LN_24K <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple Edge<BR /> <I>Geometry type: </I>Polyline<BR /> <I>Topology: </I>TRUE<BR /> <I>Feature count: </I>208368<BR /> <I>Spatial Index: </I>TRUE<BR /> <I>Linear referencing: </I>TRUE<BR /> <I>Network role: </I>None<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_FLOWLINE_LN_24K: String, 208368 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for W23324.WD_HYDRO_FLOWLINE_LN_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>208368</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">Linear features representing streams and artificial flow through water that constitute the transport network.</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)"> 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)"> ROW_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>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)"> 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_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)"> 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)"> SW_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SW_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">Surface Water Number 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)"> STREAM_ORDER <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STREAM_ORDER<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">Value based on Strahler Stream Order methodology, lower values indicate smaller headwater type 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)"> 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_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)"> 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">iginal 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)"> 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)"> 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; 100 - Primary Flow Over Land Perennial; 101 - Secondary Flow Over Land Perennial; 110 - Primary Flow Over Land Intermittent; 111 - Secondary Flow Over Land Intermittent; 120 - Primary Flow Over Land Fluctuating; 121 - Secondary Flow Over Land Fluctuating; 200 - Primary Flow In Water Perennial; 201 - Secondary Flow In Water Perennial; 210 - Primary Flow In Water Intermittent; 211 - Secondary Flow In Water Intermittent; 220 - Primary Flow In Water Fluctuating; 221 - Secondary Flow In Water Fluctuating</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_HYDROID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>WATERBODY_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">HydroID of HydroWaterBody feature that HydroFlowline flows through, when applicable</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TRACE_USE_FLAG<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">Integer value that indicates main channel to be used in Trace functionality; 1 = main trace path; 0 = not main trace path</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">Numeric value used as a descriptor of feature; 502 - Cranberry Bog; 503 - Stream/River Centerline; 504 - Wetland Gap Connector; 505 - Ditch/Canal; 506 - Stream Extension; 507 - Flow Potential; 508 - Stream/River, single-line</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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CARTO_USE_FLAG<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">Cartography Use Flag. Character code indicating if the feature allows for easy cartographic representation. Applies to ALL arcs. Values: 1 = feature allows for easy cartographic representation. Includes the following LINE_TYPE_CODE values: CB, DC, ST, UN, and ZZ.; 0 = feature does not allow for easy cartographic representation. Includes the following LINE_TYPE_CODE values: CL, EX, FP, OC, WG, and XX.</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. Applies ONLY to arcs that carry flow; 0 = Feature is part of a hydro network that flows into Lake Superior, Lake Michigan or the Mississippi River. Applies ONLY to arcs that carry flow</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)"> QUAD_LINE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>QUAD_LINE_FLAG<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">Quadrangle Line Flag. Character code indicating if the arc closes off a water polygon at a quadrangle boundary when the water polygon does not match between adjacent quads. Applies to ALL arcs. Values: 1 = arc closes off a water polygon; 0 = arc does not close off a water polygon</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)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Enabled<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<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)"> 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)"> FLIP_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FLIP_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">101: SecondaryFlowOverLandPerrenial</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">111: SecondaryFlowOverLandIntermittent</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">121: SecondaryFlowOverLandFluctuating</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">201: SecondaryFlowInWaterPerrenial</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">211: SecondaryFlowInWaterIntermittent</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">221: SecondayFlowInWaterFluctuating</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">100: PrimaryFlowOverLandPerennial</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">110: PrimaryFlowOverLandIntermittent</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">120: PrimaryFlowOverLandFluctuating</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">200: PrimaryFlowInWaterPerennial</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">210: PrimaryFlowInWaterIntermittent</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">220: PrimaryFlowInWaterFluctuating</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)"> TRACE_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Trace</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if feature participates in network traces<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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO FlowLine Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroFlowLine HYDROTYPE<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)"> CARTO_USE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Carto</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Describes if feature should participate in Cartography<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> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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> <BR /> </DIV> </DIV> </BODY> </HTML>