<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="fgdc_classic.xsl"?>
<metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://water.usgs.gov/GIS/metadata/usgswrd/fgdc-std-001-1998.xsd">
	<idinfo>
		<citation>
			<citeinfo>
				<origin>Greene, D.C., and Wolfe, W.J.</origin>
				<pubdate>1998</pubdate>
				<title>Superfund GIS - Soil thickness, permeability, texture, and classification in Tennessee</title>
				<geoform>Series_Name  N/A
Issue_Identification  N/A
				</geoform>
				<pubinfo>
					<pubplace>Nashville, Tenn.</pubplace>
					<publish>U.S. Geological Survey</publish>
				</pubinfo>
				<onlink>http://water.usgs.gov/lookup/getspatial?statsoil</onlink>
			</citeinfo>
		</citation>
		<descript>
			<abstract>This dataset was developed for use with the Tennessee STATSGO data base as an
additional datafile.  Each record in the datafile relates to a STATSGO MUID
number which is assigned to a polygon(s) in the STATSGO geographic coverage.
Four soil attributes were derived from the COMP and LAYER datafiles of STATSGO,
all of which are represented as percentages of the particular map unit's area.
By representing these properties as percentages, a four-color (CMYK) display
can be utilized to represent the properties more effectively than a single-color
or grayscale display.
			</abstract>
			<purpose>Any application which can utilize the STATSGO data base can utilize this
dataset. The main goal was to combine different elements of the STATSGO data
base to create an easily representable version of certain soil characteristics
to aid in the interpretation of soil contaminant transport.
			</purpose>
			<supplinf>Procedures_Used:
The majority of the creation of this datafile was achieved through ESRI's
ArcView 3.0 software.  This product provided an easier alternative to
ESRI's Arc/Info for manipulating the large data tables in the STATSGO
data base.

Copies of the COMP and LAYER datafiles were made.  Fields not used in the
calculations were deleted to speed processing.  A new field named MUIDSEQ
was added to both datafiles.  This field was a concatenation of the MUID and
the SEQNUM fields.  The COMP datafile was then merged into the LAYER datafile
using MUIDSEQ as the key.  This first step enabled easier grouping and
processing of the data.

Soil thickness was calculated from the COMP datafile.  Records were selected
if ROCKDEPL was less than 60.  The COMPPCT field was summed over all records
for a given MUID.  The same procedure was repeated for ROCKDEPH.  The results
were merged into a master list of MUID records as THICK_PERCDEPL and
THICK_PERCDEPH.

Soil permeability was calculated from the merged COMP and LAYER datafiles.
For each component(SEQNUM), the minimum PERMH for all layers of that
component was found and called PERMR(restrictive permeability for that
component).  The range of PERMR was divided into four categories as follows:
0.00		unknown
0.01 - 0.06	low
0.20 - 0.60	medium
2.00 - 20.00	high
Each component was then classified into one of the four categories.  For each
map unit(MUID), the COMPPCT field was summed for each class separately and
merged into a separate datafile.  Any leftover percentage was assigned to
the UNKNOWN field; UNKNOWN = 100 - HIGH - MEDIUM - LOW.  The datafile then
contained the necessary elements to produce a shaded map of the STATSGO
polygons on the basis of either one of the classes or on all four using
the class values as percentages of a color to display.

The procedure for calculating soil texture is best defined as the following:
(1) For each layer, define 5 new fields:
layerthick = laydeph - laydepl
avsiltclay = (no200l + no200h) / 2
avsand = 100 - avsiltclay
avclay = (clayl + clayh) / 2
avsilt = avsiltclay - avclay
(2) For each component, define:
compthick = Sum(layerthick)
compsand = Sum(avsand * layerthick / compthick)
(3) For each map unit, define:
text_sand = Sum(compsand * comppct / 100)
(4) Repeat steps 2 and 3 for silt and clay.
The datafile now contains the MUID and percentages of the map unit
classified as having a sand, silt, or clay texture.

The procedure for calculating soil classification is define as the following:
(1) For each layer, define:
if aashto = A-1 or A-3 then define aashclasl = 1
if aashto = A-4 or A-5 then define aashclasl = 2
if aashto = A-6 or A-7 then define aashclasl = 3
if aashto = A-2 then define aashclasl = 4
(2) For each component, define:
sandthick = Sum(layerthick) for all layers where aashclasl = 1
siltthick = Sum(layerthick) for all layers where aashclasl = 2
claythick = Sum(layerthick) for all layers where aashclasl = 3
unsortthick = Sum(layerthick) for all layers where aashclasl = 4

if sandthick &gt; MAX(siltthick, claythick, unsortthick) then
define domaashclasc = 1
if siltthick &gt; MAX(sandthick, claythick, unsortthick) then
define domaashclasc = 2
if claythick &gt; MAX(siltthick, sandthick, unsortthick) then
define domaashclasc = 3
if unsortthick &gt; MAX(siltthick, claythick, sandthick) then
define domaashclasc = 4
(3) For each map unit, define:
class_sand = Sum(comppct) for components where domaashclasc = 1
class_silt = Sum(comppct) for components where domaashclasc = 2
class_clay = Sum(comppct) for components where domaashclasc = 3
class_unsort = Sum(comppct) for components where domaashclasc = 4
The datafile now contains the MUID and percentages of the map unit
classified as being sand, silt, clay, or unsorted.

Revisions:
V1.0 8/28/97 - Arc/Info datafile created from ArcView tables and added to
the STATSGO database.

Reviews_Applied_to_Data:
8/14/97 - Verified random records for correct property assignments.

Related_Spatial_and_Tabular_Data_Sets:
The MUID item in this data file can be related to the MUID item in any of
the data files for the STATSGO data base.  To be fully effective, relation
to the STATSGO polygon attribute table (PAT) is recommended.

Other_References_Cited:
U.S. Department of Agriculture, Natural Resources Conservation Service,
1994, State Soil Geographic (STATSGO) data base for Tennessee: Fort Worth,
Texas, U.S. Department of Agriculture and Natural Resources Conservation
Service.

Notes:
None
			</supplinf>
		</descript>
		<timeperd>
			<timeinfo>
				<sngdate>
					<caldate>1994</caldate>
				</sngdate>
			</timeinfo>
			<current>This data file contains information deemed current as of 1994, the time
period of the STATSGO data base for Tennessee.
			</current>
		</timeperd>
		<status>
			<progress>Complete</progress>
			<update>None planned
			</update>
		</status>
		<spdom>
			<bounding>
				<westbc>-92.00015291</westbc>
				<eastbc>-79.9997575</eastbc>
				<northbc>37.00013903</northbc>
				<southbc>34.00009759</southbc>
			</bounding>
		</spdom>
		<keywords>
			<theme>
				<themekt>None</themekt>
				<themekey>soil, thickness, permeability, texture, classification, STATSGO</themekey>
				<themekey>inlandWaters</themekey>
			</theme>
			<place>
				<placekt>None</placekt>
				<placekey>State of Tennessee</placekey>
			</place>
			<stratum>
				<stratkt>None</stratkt>
				<stratkey>None</stratkey>
			</stratum>
			<temporal>
				<tempkt>None</tempkt>
				<tempkey>None</tempkey>
			</temporal>
		</keywords>
		<accconst>N/A
		</accconst>
		<useconst>This dataset can only be used with the STATSGO database. The data set is
dependent upon the polygons represented by the STATSGO database which was
created at a scale of 1:250,000 and should be used in applications
appropriate for that scale.
		</useconst>
		<ptcontac>
			<cntinfo>
				<cntperp>
					<cntper>William J. Wolfe</cntper>
					<cntorg>U.S. Geological Survey</cntorg>
				</cntperp>
				<cntaddr>
					<addrtype>Mailing and physical address</addrtype>
					<address>640 Grassmere Park Drive, Suite 100</address>
					<city>Nashville</city>
					<state>Tenn.</state>
					<postal>37211</postal>
					<country>USA</country>
				</cntaddr>
				<cntvoice>1-888-275-8747</cntvoice>
				<cntfax>(615) 837-4799</cntfax>
				<cntemail>wjwolfe@usgs.gov</cntemail>
				<hours>8:00am-4:30pm CST</hours>
				<cntinst>Please contact by email</cntinst>
			</cntinfo>
		</ptcontac>
		<datacred>None
		</datacred>
		<secinfo>
			<secsys>None</secsys>
			<secclass>Unclassified</secclass>
			<sechandl>None</sechandl>
		</secinfo>
		<native>Windows_NT, 5.0, Intel NT, ARC/INFO version 8.0.2</native>
		<crossref>
			<citeinfo>
				<origin>U.S. Department of Agriculture, Natural Resources Conservation Service</origin>
				<pubdate>1994</pubdate>
				<title>State Soil Geographic (STATSGO) Database for Tennessee</title>
				<geoform>Map</geoform>
				<serinfo>
					<sername>N/A</sername>
					<issue>N/A</issue>
				</serinfo>
				<pubinfo>
					<pubplace>Fort Worth, Texas</pubplace>
					<publish>U.S. Department of Agriculture, Natural Resources Conservation Service</publish>
				</pubinfo>
			</citeinfo>
		</crossref>
	</idinfo>
	<dataqual>
		<attracc>
			<attraccr>See Entity_Attribute_Information</attraccr>
			<qattracc>
				<attraccv>See Explanation</attraccv>
				<attracce>Attribute accuracy is described, where present, with each
attribute defined in the Entity and Attribute Section.
				</attracce>
			</qattracc>
		</attracc>
		<logic>Point features present.</logic>
		<complete>None
		</complete>
		<posacc>
			<horizpa>
				<horizpar>See Metadata for the STATSGO coverage of Tennessee.
				</horizpar>
				<qhorizpa>
					<horizpav>65 meters</horizpav>
					<horizpae>Resolution as reported</horizpae>
				</qhorizpa>
			</horizpa>
			<vertacc>
				<vertaccr>N/A
				</vertaccr>
			</vertacc>
		</posacc>
		<lineage>
			<srcinfo>
				<srccite>
					<citeinfo>
						<origin>U.S. Department of Agriculture, Natural Resources Conservation Service</origin>
						<pubdate>1994</pubdate>
						<title>State Soil Geographic (STATSGO) Database for Tennessee</title>
					</citeinfo>
				</srccite>
				<srcscale>250000</srcscale>
				<typesrc>Digital</typesrc>
				<srctime>
					<timeinfo>
						<sngdate>
							<caldate>Unknown</caldate>
						</sngdate>
					</timeinfo>
					<srccurr>None</srccurr>
				</srctime>
				<srccitea>USDA, NRCS</srccitea>
				<srccontr>U.S. Department of Agriculture, Natural Resouces Conservation Service</srccontr>
			</srcinfo>
			<procstep>
				<procdesc>The STATSGO coverage for Tennessee was acquired. Copies of the COMP and LAYER
data files were made.  Fields not used in the calculations were deleted to speed
processing.  A new field named MUIDSEQ was added to both data files.  This field
was a concatenation of the MUID and the SEQNUM fields.  The COMP data file was
then merged into the LAYER data file using MUIDSEQ as the key.
				</procdesc>
				<srcused>None</srcused>
				<procdate>1997</procdate>
				<srcprod>None</srcprod>
			</procstep>
			<procstep>
				<procdesc>Soil thickness was calculated from the COMP datafile.  Records were selected
if ROCKDEPL was less than 60.  The COMPPCT field was summed over all records
for a given MUID.  The same procedure was repeated for ROCKDEPH.  The results
were merged into a master list of MUID records as THICK_PERCDEPL and
THICK_PERCDEPH.
				</procdesc>
				<srcused>None</srcused>
				<procdate>1997</procdate>
				<srcprod>None</srcprod>
			</procstep>
			<procstep>
				<procdesc>Soil permeability was calculated from the merged COMP and LAYER datafiles.
For each component(SEQNUM), the minimum PERMH for all layers of that
component was found and called PERMR(restrictive permeability for that
component).  The range of PERMR was divided into four categories as follows:
0.00            unknown
0.01 - 0.06     low
0.20 - 0.60     medium
2.00 - 20.00    high
Each component was then classified into one of the four categories.  For each
map unit(MUID), the COMPPCT field was summed for each class separately and
merged into a separate data file.  Any leftover percentage was assigned to
the UNKNOWN field; UNKNOWN = 100 - HIGH - MEDIUM - LOW.  The data file then
contained the necessary elements to produce a shaded map of the STATSGO
polygons based on either one of the classes or all four using the class values
as percentages of a color to display.
				</procdesc>
				<srcused>None</srcused>
				<procdate>1997</procdate>
				<srcprod>None</srcprod>
			</procstep>
			<procstep>
				<procdesc>The procedure for calculating soil texture is best defined as the following:
(1) For each layer, define 5 new fields:
layerthick = laydeph - laydepl
avsiltclay = (no200l + no200h) / 2
avsand = 100 - avsiltclay
avclay = (clayl + clayh) / 2
avsilt = avsiltclay - avclay
(2) For each component, define:
compthick = Sum(layerthick)
compsand = Sum(avsand * layerthick / compthick)
(3) For each map unit, define:
text_sand = Sum(compsand * comppct / 100)
(4) Repeat steps 2 and 3 for silt and clay.
The data file now contains the MUID and percentages of the map unit
classified as having a sand, silt, or clay texture.
				</procdesc>
				<srcused>None</srcused>
				<procdate>1998</procdate>
				<srcprod>None</srcprod>
			</procstep>
			<procstep>
				<procdesc>The procedure for calculating soil classification is described as the following:
(1) For each layer, define:
if aashto = A-1 or A-3 then define aashclasl = 1
if aashto = A-4 or A-5 then define aashclasl = 2
if aashto = A-6 or A-7 then define aashclasl = 3
if aashto = A-2 then define aashclasl = 4
(2) For each component, define:
sandthick = Sum(layerthick) for all layers where aashclasl = 1
siltthick = Sum(layerthick) for all layers where aashclasl = 2
claythick = Sum(layerthick) for all layers where aashclasl = 3
unsortthick = Sum(layerthick) for all layers where aashclasl = 4

if sandthick &gt; MAX(siltthick, claythick, unsortthick) then
define domaashclasc = 1
if siltthick &gt; MAX(sandthick, claythick, unsortthick) then
define domaashclasc = 2
if claythick &gt; MAX(siltthick, sandthick, unsortthick) then
define domaashclasc = 3
if unsortthick &gt; MAX(siltthick, claythick, sandthick) then
define domaashclasc = 4
(3) For each map unit, define:
class_sand = Sum(comppct) for components where domaashclasc = 1
class_silt = Sum(comppct) for components where domaashclasc = 2
class_clay = Sum(comppct) for components where domaashclasc = 3
class_unsort = Sum(comppct) for components where domaashclasc = 4
The data file now contains the MUID and percentages of the map unit
classified as being sand, silt, clay, or unsorted.
				</procdesc>
				<srcused>None</srcused>
				<procdate>1998</procdate>
				<srcprod>None</srcprod>
			</procstep>
		</lineage>
	</dataqual>
	<spdoinfo>
		<direct>Point</direct>
		<ptvctinf>
			<sdtsterm>
				<sdtstype>Point</sdtstype>
				<ptvctcnt>1484</ptvctcnt>
			</sdtsterm>
			<sdtsterm>
				<sdtstype>String</sdtstype>
				<ptvctcnt>4456</ptvctcnt>
			</sdtsterm>
			<sdtsterm>
				<sdtstype>GT-polygon composed of chains</sdtstype>
				<ptvctcnt>1485</ptvctcnt>
			</sdtsterm>
		</ptvctinf>
	</spdoinfo>
	<spref>
		<horizsys>
			<geograph>
				<latres>.002</latres>
				<longres>.002</longres>
				<geogunit>Decimal Degrees</geogunit>
			</geograph>
			<geodetic>
				<horizdn>North American Datum of 1983</horizdn>
				<ellips>GRS1980</ellips>
				<semiaxis>6378206.4</semiaxis>
				<denflat>294.98</denflat>
			</geodetic>
		</horizsys>
	</spref>
	<eainfo>
		<detailed>
			<enttyp>
				<enttypl>STATSGO_SOIL.PAT</enttypl>
				<enttypd>Polygon attribute table</enttypd>
				<enttypds>STATSGO database for Tenn.</enttypds>
			</enttyp>
			<attr>
				<attrlabl>Shape</attrlabl>
				<attrdef>Polygon attribute table</attrdef>
				<attrdefs>STATSGO database for Tenn.</attrdefs>
				<attrdomv>
					<edom>
						<edomv>Positive real numbers</edomv>
						<edomvd>2-dimensional element</edomvd>
						<edomvds>GIS software</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>AREA</attrlabl>
				<attrdef>Area of poly/region in square coverage units</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>Positive real numbers</edomv>
						<edomvd>Area of region in square coverage units</edomvd>
						<edomvds>GIS software</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>PERIMETER</attrlabl>
				<attrdef>Perimeter of poly/region in coverage units</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>Positive real numbers</edomv>
						<edomvd>Perimeter of region in coverage units</edomvd>
						<edomvds>GIS software</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>STATSGO_SOIL#</attrlabl>
				<attrdef>Internal feature number</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>Sequential unique positive integer</edomv>
						<edomvd>Internal feature number</edomvd>
						<edomvds>GIS software</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>STATSGO_SOIL-ID</attrlabl>
				<attrdef>User-assigned feature number</attrdef>
				<attrdefs>User-defined</attrdefs>
				<attrdomv>
					<edom>
						<edomv>Integer</edomv>
						<edomvd>User-assigned feature number</edomvd>
						<edomvds>GIS software</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>MUID</attrlabl>
				<attrdef>Map unit identification symbol</attrdef>
				<attrdefs>STATSGO database for Tenn.</attrdefs>
				<attrdomv>
					<edom>
						<edomv>AANNN - where AA is state abbreviation and NNN is a 3-digit number</edomv>
						<edomvd>Map unit identification symbol</edomvd>
						<edomvds>STATSGO database for Tenn.</edomvds>
					</edom>
				</attrdomv>
			</attr>
		</detailed>
		<detailed>
			<enttyp>
				<enttypl>STATSGO_SOIL.DERIVED</enttypl>
				<enttypd>Soil texture, classification, permeability, and thickness</enttypd>
				<enttypds>Computed/derived from STATSGO database for Tenn.</enttypds>
			</enttyp>
			<attr>
				<attrlabl>Relateable datafile</attrlabl>
				<attrdef>Soil texture, classification, permeability, and thickness</attrdef>
				<attrdefs>Computed/derived from STATSGO database for Tenn.</attrdefs>
				<attrdomv>
					<edom>
						<edomv>-</edomv>
						<edomvd>Soil texture, classification, permeability, and thickness</edomvd>
						<edomvds>Computed/derived from STATSGO database for Tenn.</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>MUID</attrlabl>
				<attrdef>Map unit identification symbol</attrdef>
				<attrdefs>STATSGO database for Tenn.</attrdefs>
				<attrdomv>
					<edom>
						<edomv>AANNN - where AA is state abbreviation and NNN is a 3-digit number</edomv>
						<edomvd>Map unit identification symbol</edomvd>
						<edomvds>STATSGO database for Tenn.</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>THICK_PERCDEPL</attrlabl>
				<attrdef>Percent of MUID with ROCKDEPL less than 60</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with ROCKDEPL less than 60</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>THICK_PERCDEPH</attrlabl>
				<attrdef>Percent of MUID with ROCKDEPH less than 60</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with ROCKDEPH less than 60</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>PERM_HIGH</attrlabl>
				<attrdef>Percent of MUID with a high restrictive permeability</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with a high restrictive permeability</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>PERM_MEDIUM</attrlabl>
				<attrdef>Percent of MUID with a medium restrictive permeability</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with a medium restrictive permeability</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>PERM_LOW</attrlabl>
				<attrdef>Percent of MUID with a low restrictive permeability</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with a low restrictive permeability</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>PERM_UNKNOWN</attrlabl>
				<attrdef>Percent of MUID with an unknown restrictive permability</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with an unknown restrictive permability</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>TEXT_SAND</attrlabl>
				<attrdef>Percent of MUID with a sandy texture</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with a sandy texture</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>TEXT_SILT</attrlabl>
				<attrdef>Percent of MUID with a silty texture</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with a silty texture</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>TEXT_CLAY</attrlabl>
				<attrdef>Percent of MUID with a clayey texture</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID with a clayey texture</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>CLASS_SAND</attrlabl>
				<attrdef>Percent of MUID classified as sand</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID classified as sand</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>CLASS_SILT</attrlabl>
				<attrdef>Percent of MUID classified as silt</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID classified as silt</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>CLASS_CLAY</attrlabl>
				<attrdef>Percent of MUID classified as clay</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID classified as clay</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
			<attr>
				<attrlabl>CLASS_UNSORT</attrlabl>
				<attrdef>Percent of MUID as unclassified</attrdef>
				<attrdefs>Computed</attrdefs>
				<attrdomv>
					<edom>
						<edomv>0-100</edomv>
						<edomvd>Percent of MUID as unclassified</edomvd>
						<edomvds>Computed</edomvds>
					</edom>
				</attrdomv>
			</attr>
		</detailed>
		<overview>
			<eaover>The DERIVED data file contains an MUID field for linking with the STATSGO
database files and polygons.  The data file also contains four soil properties
broken into multiple classification fields.  Each field value represents
the percent-area of the corresponding MUID's polygon that the property applies
to.  Soil thickness is defined if the rock depth is less than 60 inches. Soil
permeability is defined in four classes; high, medium, low, and unknown. Soil
texture is divided into three classes; sand, silt, and clay. Soil
classification is divided into four classes; sand, silt, clay, and unsorted.
Valid values for each property field range from 0 to 100.
			</eaover>
			<eadetcit>Not available</eadetcit>
		</overview>
	</eainfo>
	<distinfo>
		<distrib>
			<cntinfo>
				<cntorgp>
					<cntorg>U.S. Geological Survey</cntorg>
				</cntorgp>
				<cntpos>Ask USGS - Water Webserver Team</cntpos>
				<cntaddr>
					<addrtype>mailing</addrtype>
					<address>445 National Center</address>
					<city>Reston</city>
					<state>VA</state>
					<postal>20192</postal>
				</cntaddr>
				<cntvoice>1-888-275-8747 (1-888-ASK-USGS)</cntvoice>
				<cntemail>http://answers.usgs.gov/cgi-bin/gsanswers?pemail=h2oteam&amp;subject=GIS+Dataset+statsoil</cntemail>
			</cntinfo>
		</distrib>
		<distliab>Although this data set has been used by the U.S. Geological
Survey, U.S. Department of the Interior, no warranty expressed or
implied is made by the U.S. Geological Survey as to the accuracy
of the data and related materials. The act of distribution shall not 
constitute any such warranty, and no responsibility is assumed by 
the U.S. Geological Survey in the use of this data, software, or 
related materials.

Any use of trade, product, or firm names is for descriptive
purposes only and does not imply endorsement by the U.S.
Government.</distliab>
		<stdorder>
			<digform>
				<digtinfo>
					<formname>Export</formname>
					<formcont>Full coverage</formcont>
					<filedec>zipped</filedec>
					<transize>1</transize>
				</digtinfo>
				<digtopt>
					<onlinopt>
						<computer>
							<networka>
								<networkr>http://water.usgs.gov/GIS/dsdl/statsoil.e00.gz</networkr>
							</networka>
						</computer>
					</onlinopt>
				</digtopt>
			</digform>
			<digform>
				<digtinfo>
					<formname>Other</formname>
					<formcont>Full coverage</formcont>
					<filedec>zipped</filedec>
					<transize>1</transize>
				</digtinfo>
				<digtopt>
					<onlinopt>
						<computer>
							<networka>
								<networkr>http://water.usgs.gov/GIS/dsdl/statsoil.sdts.tgz</networkr>
							</networka>
						</computer>
					</onlinopt>
				</digtopt>
			</digform>
			<fees>None. This dataset is provided by USGS as a public service.</fees>
		</stdorder>
	</distinfo>
	<metainfo>
		<metd>20041108</metd>
		<metc>
			<cntinfo>
				<cntorgp>
					<cntorg>U.S. Geological Survey</cntorg>
				</cntorgp>
				<cntpos>Ask USGS -- Water Webserver Team</cntpos>
				<cntaddr>
					<addrtype>mailing</addrtype>
					<address>445 National Center</address>
					<city>Reston</city>
					<state>VA</state>
					<postal>20192</postal>
				</cntaddr>
				<cntvoice>1-888-275-8747 (1-888-ASK-USGS)</cntvoice>
				<cntemail>http://answers.usgs.gov/cgi-bin/gsanswers?pemail=h2oteam&amp;subject=GIS+Dataset+statsoil</cntemail>
			</cntinfo>
		</metc>
		<metstdn>FGDC Content Standards for Digital Geospatial Metadata</metstdn>
		<metstdv>FGDC-STD-001-1998</metstdv>
	</metainfo>
</metadata>
