<?xml version="1.0" encoding="UTF-8"?>
<GeotechnicalProject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xmlns="http://www.dur.ac.uk/s.j.marjoribanks"
		xsi:schemaLocation="practice.xsd">
    <projectDetails>
        <title>Practice XML file</title>
        <date>2005-11-09</date>
        <author>Stephen Marjoribanks</author>
        <revision />
        <notes>Sample borehole data taken from RF Craig Soil Mechanics 6th Edition, Table 10.1 pg419</notes>
    </projectDetails>
    <project>
        <SiteInvestigation>
            <holes>
                <Borehole>
                    <holeDetails>
                        <Location>Barnhill</Location>
                        <Method>Shell	&amp;	Auger	to 14.4m,	Rotary core	drilling to	17.8m</Method>
                        <Diameter>150</Diameter>
                    </holeDetails>
                    <groundProfile>
                        <layer>
                            <Top>0.00</Top>
                            <Bottom>0.70</Bottom>
                            <Name>Topsoil</Name>
                            <Description>Topsoil</Description>
                        </layer>
                        <layer>
                            <Top>0.70</Top>
                            <Bottom>2.60</Bottom>
                            <Name>Sand</Name>
                            <Description>Loose,	lightly	brown	SAND</Description>
                            <Constituent>
                                <description>Sand</description>
                                <type>Soil</type>
                                <consistency>Loose</consistency>
                                <mainColour>Light	brown</mainColour>
                                <amount>Main</amount>
                            </Constituent>
                        </layer>
                        <layer>
                            <Top>2.60</Top>
                            <Bottom>4.40</Bottom>
                            <Name>Gravelly Sand</Name>
                            <Description>Medium	dense, brown gravelly	SAND</Description>
                            <Constituent>
                                <description>Sand</description>
                                <type>Soil</type>
                                <consistency>Medium	dense</consistency>
                                <mainColour>Brown</mainColour>
                                <amount>Main</amount>
                            </Constituent>
                        </layer>
                        <layer>
                            <Top>4.40</Top>
                            <Bottom>12.20</Bottom>
                            <Name>Clay</Name>
                            <Description>Firm	to stiff,	yellowish	brown, closely fissured	CLAY of	high plasticity</Description>
                            <Constituent>
                                <description>Clay</description>
                                <type>Soil</type>
                                <consistency>Firm	to Stiff</consistency>
                                <plasticity>High</plasticity>
                                <mainColour>Brown</mainColour>
                                <secondaryColour>Yellow</secondaryColour>
                                <amount>Main</amount>
                                <notes>Closely fissured</notes>
                            </Constituent>
                        </layer>
                        <layer>
                            <Top>12.20</Top>
                            <Bottom>14.40</Bottom>
                            <Name>Sand</Name>
                            <Description>Very	dense, red,	silty	SAND with	decomposed SANDSTONE</Description>
                            <Constituent>
                                <description>Sand</description>
                                <type>Soil</type>
                                <consistency>Very	dense</consistency>
                                <mainColour>Red</mainColour>
                                <amount>Main</amount>
                                <notes>Silty</notes>
                            </Constituent>
                            <Constituent>
                                <description>Sandstone</description>
                                <type>Rock</type>
                                <consistency>Decomposed</consistency>
                                <mainColour />
                                <amount>Secondary</amount>
                            </Constituent>
                        </layer>
                        <layer>
                            <Top>14.40</Top>
                            <Bottom>17.80</Bottom>
                            <Name>Sandstone</Name>
                            <Description>Red,	medium-grained,	granular,	fresh	SANDSTONE, moderately	weak,	thickly	bedded</Description>
                            <Constituent>
                                <description>Sandstone</description>
                                <type>Rock</type>
                                <consistency>Granular</consistency>
                                <mainColour>Red</mainColour>
                                <grainSize>Medium</grainSize>
                                <strength>Moderately weak</strength>
                                <bedding>Thickly bedded</bedding>
                                <notes>Fresh</notes>
                            </Constituent>
                        </layer>
                    </groundProfile>
                </Borehole>
            </holes>
        </SiteInvestigation>
    </project>
</GeotechnicalProject>