<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.pgrforum.org/CWR" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cwr="http://www.pgrforum.org/CWR">
	<annotation>
		<documentation>
			International Crop Wild Relative information schema
			Copyright 2005 University of Birmingham. All rights reserved.
			Authors: Jay Moore, with credit to all contributing PGR Forum participants
		</documentation>
	</annotation>
	<element name="CWRInfo" type="cwr:CWRInfoType"/>
	<element name="comment" type="string"/>
	<complexType name="CWRInfoType">
		<sequence>
			<element name="Nomenclature" type="cwr:Nomenclature"/>
			<element name="Biological" type="cwr:Biological" minOccurs="0" maxOccurs="1"/>
			<element name="Ecogeographic" type="cwr:Ecogeographic" minOccurs="0" maxOccurs="1"/>
			<element name="PopulationSummary" type="cwr:PopulationSummary" minOccurs="0" maxOccurs="1"/>
			<element name="Utilisation" type="cwr:Utilisation" minOccurs="0" maxOccurs="1"/>
			<element name="Threats" type="cwr:Threats" minOccurs="0" maxOccurs="1"/>
			<element name="Conservation" type="cwr:Conservation" minOccurs="0" maxOccurs="1"/>
			<element name="Documentation" type="cwr:Documentation" minOccurs="0" maxOccurs="1"/>
			<element name="Site" type="cwr:Sites" minOccurs="0" maxOccurs="1"/>
			<element name="Population" type="cwr:Populations" minOccurs="0" maxOccurs="1"/>
			<element ref="cwr:comment" minOccurs="0"/>
		</sequence>
	</complexType>
	<complexType name="Nomenclature">
		<sequence>
			<element name="ScientificName" type="string"/>
			<element name="Genus" type="string"/>
			<element name="FirstEpithet" type="string"/>
			<element name="SecondEpithet" type="string"/>
			<element name="Rank" type="string"/>
			<element name="HybridFlag" type="string"/>
			<element name="AuthorTeamParenthesis" type="string"/>
			<element name="AuthorTeam" type="string"/>
			<element name="CultivatedPlantNameElements" type="string"/>
			<element name="PrincipalSynonyms" type="string"/>
			<element name="BotanicalType" type="string"/>
			<element name="Vernacularname" type="string"/>
		</sequence>
	</complexType>
	<complexType name="Biological">
		<sequence>
			<element name="Reproductivesystem" type="string"/>
			<element name="Breedingsystem" type="string"/>
			<element name="Flowerplantsexstructure" type="string"/>
			<element name="Pollination" type="string"/>
			<element name="Lifeform" type="string"/>
			<element name="Lifespan" type="string"/>
			<element name="Habit" type="string"/>
		</sequence>
	</complexType>
	<complexType name="Ecogeographic">
		<sequence>
			<element name="Geographicaldistribution" type="string"/>
			<element name="Approximateextentofoccurrence" type="string"/>
			<element name="Areaofoccupancy" type="string"/>
			<element name="Altitudinalzone" type="string"/>
			<element name="Altitudinalrange" type="string"/>
			<element name="Soildescription" type="string"/>
			<element name="Soiltype" type="string"/>
			<element name="Soiltexture" type="string"/>
			<element name="pH" type="string"/>
			<element name="Climaticpreference" type="string"/>
			<element name="HabitatEUNIS" type="string"/>
			<element name="HabitatIUCN" type="string"/>
			<element name="Habitatstatus" type="string"/>
			<element name="Vegetation" type="string"/>
			<element name="Phenology" type="string"/>
			<element name="Status" type="string"/>
		</sequence>
	</complexType>
	<complexType name="PopulationSummary">
		<sequence>
			<element name="Nolocations" type="string"/>
			<element name="Overallpopulationnumber" type="string"/>
			<element name="Populationtrends" type="string"/>
			<element name="Bioticinteractions" type="string"/>
		</sequence>
	</complexType>
	<complexType name="Utilisation">
		<sequence>
			<element name="UsesEthnobotany" type="string"/>
			<element name="Targetcrop" type="string"/>
			<element name="Inbreedingprogrammes" type="string"/>
			<element name="Degreeofrelationshiptocrop" type="string"/>
		</sequence>
	</complexType>
	<complexType name="Threats">
		<sequence>
			<element name="threat" minOccurs="0" maxOccurs="unbounded">
				<complexType>
					<sequence>
						<element name="threatcode" type="string"/>
						<element name="Redlistassessment" type="string" minOccurs="0"/>
					</sequence>
				</complexType>
			</element>
		</sequence>
	</complexType>
	<complexType name="Conservation">
		<sequence>
			<element name="Legislation" minOccurs="0" maxOccurs="unbounded" type="string"/>
			<element name="Insitu" minOccurs="0" maxOccurs="unbounded">
				<complexType>
					<sequence>
						<element name="Protectedarea" type="string"/>
						<element name="Managementplan" minOccurs="0" maxOccurs="unbounded" type="string"/>
						<element name="Reintroduction" minOccurs="0" maxOccurs="unbounded" type="string"/>
						<element name="Translocation" minOccurs="0" maxOccurs="unbounded" type="string"/>
					</sequence>
				</complexType>
			</element>
			<element name="Exsitu" minOccurs="0" maxOccurs="unbounded">
				<complexType>
					<sequence>
						<element name="Accession" minOccurs="0" maxOccurs="unbounded"/>
					</sequence>
				</complexType>
			</element>
			<element name="Recoveryplans" type="string" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="Documentation">
		<sequence>
			<element name="Herbarium" minOccurs="0" maxOccurs="unbounded" type="string"/>
			<element name="Photo" minOccurs="0" maxOccurs="unbounded" type="string"/>
			<element name="Illustration" minOccurs="0" maxOccurs="unbounded" type="string"/>
		</sequence>
	</complexType>
	<complexType name="Site">
		<sequence>
			<element name="site" minOccurs="1" maxOccurs="1">
				<complexType>
					<sequence>
						<element name="Location" type="cwr:Location" minOccurs="1" maxOccurs="1"/>
						<element name="PositioninReliefGeomorphology" minOccurs="0" maxOccurs="1"/>
						<element name="Aspect" minOccurs="0" maxOccurs="1"/>
						<element name="AspectText" minOccurs="0" maxOccurs="1"/>
						<element name="Slope" minOccurs="0" maxOccurs="1"/>
						<element name="Microclimate" minOccurs="0" maxOccurs="1"/>
						<element name="Geologysoil" minOccurs="0" maxOccurs="1"/>
						<element name="GeologyStatigraphy" minOccurs="0" maxOccurs="1"/>
						<element name="Soiltype" minoccurs="0" maxOccurs="1"/>
						<element name="Soiltexture" minOccurs="0" maxOccurs="1"/>
						<element name="Soilmoistureregime" minOccurs="0" maxOccurs="1"/>
						<element name="Soildepth" minOccurs="0" maxOccurs="1"/>
						<element name="pH" minOccurs="0" maxOccurs="1"/>
						<element name="Percentorganicmatter" minOccurs="0" maxOccurs="1"/>
						<element name="Salinity" minOccurs="0" maxOccurs="1"/>
						<element name="Derivedsoilevaluation" minOccurs="0" maxOccurs="1"/>
						<element name="HabitattypeIUCN" minOccurs="0" maxOccurs="1"/>
						<element name="HabitattypeEUNIS" minOccurs="0" maxOccurs="1"/>
						<element name="Vegetation" minOccurs="0" maxOccurs="1"/>
						<element name="Vegetationstratification" minOccurs="0" maxOccurs="1"/>
						<element name="Accompanyingplantspecies" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Landusetypes" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Landuseintensity" minOccurs="0" maxOccurs="1"/>
						<element name="Anthropogeniceffects" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Owner" minOccurs="0" maxOccurs="1"/>
						<element name="Sitedetail" minOccurs="0" maxOccurs="1"/>
						<element name="Locationofpopulationwithregardtospeciesdistribution" minOccurs="0" maxOccurs="1"/>
					</sequence>
				</complexType>
			</element>
		</sequence>
	</complexType>
	<complexType name="Population">
		<sequence>
			<element name="Location" type="cwr:Location" minOccurs="1" maxOccurs="1"/>
			<element name="Size">
				<complexType>
					<sequence>
						<element name="Boundaries" minOccurs="0" maxOccurs="1"/>
						<element name="Diameter" minOccurs="0" maxOccurs="1"/>
						<element name="Approximateareaofoccupancy" minOccurs="0" maxOccurs="1"/>
						<element name="Percentageofoccurrences" minOccurs="0" maxOccurs="1"/>
						<element name="Populationsize" minOccurs="0" maxOccurs="1"/> 										<element name="Nomatureindividuals" minOccurs="0" maxOccurs="1"/>
					</sequence>
				</complexType>
			</element>
			<element name="Structure">
				<complexType>
					<sequence>
						<element name="Nosubpopulationsormicrohabitats" minOccurs="0" maxOccurs="1"/>
						<element name="Spatialpatternofindividuals" minOccurs="0" maxOccurs="1"/>
						<element name="Populationdensity" minOccurs="0" maxOccurs="1"/>
						<element name="IsolationFragmentation" minOccurs="0" maxOccurs="1"/>
						<element name="Locationofindividualsandmapping" minOccurs="0" maxOccurs="1"/>
						<element name="Reproductivevegetativeratio" minOccurs="0" maxOccurs="1"/>
						<element name="Sexratiofordioeciousspecies" minOccurs="0" maxOccurs="1"/>
					</sequence>
				</complexType>
			</element>
			<element name="Dynamics">
				<complexType>
					<sequence>
						<element name="Trend" minOccurs="0" maxOccurs="1"/>
						<element name="Surveyfirstorsequencedate" minOccurs="0" maxOccurs="1" type="date"/>
					</sequence>
				</complexType>
			</element>
			<element name="Management">
				<complexType>
					<sequence>
						<element name="Sitemanagementplan" minOccurs="0" maxOccurs="1"/>
						<element name="Managementintervention" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Monitoringdetail" minOccurs="0" maxOccurs="unbounded"/>
					</sequence>
				</complexType>
			</element>
			<element name="Bioticinteractions">
				<complexType>
					<sequence>
						<element name="Dominantvegetation" minOccurs="0" maxOccurs="1"/>
						<element name="Associatiedvegetation" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Keystonespecies" minOccurs="0" maxOccurs="1"/>
						<element name="Dominantherbivores" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Asscoiatedherbivore" minOccurs="0" maxOccurs="1"/>
						<element name="Grazingpressure" minOccurs="0" maxOccurs="1"/>
						<element name="Pollinator" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Seeddisperser" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Percentagetreecover" minOccurs="0" maxOccurs="1"/>
						<element name="Typeoftreecover" minOccurs="0" maxOccurs="1"/>
					</sequence>
				</complexType>
			</element>
			<element name="Ethnography">
				<complexType>
					<sequence>
						<element name="Localethnicgroup" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Language" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Traditionaluseofsite" minOccurs="0" maxOccurs="unbounded"/>
					</sequence>
				</complexType>
			</element>
			<element name="Characterisationevaluation">
				<complexType>
					<sequence>
						<element name="Preliminarycharacterisation" minOccurs="0" maxOccurs="1"/>
					</sequence>
				</complexType>
			</element>
			<element name="Localthreats">
				<complexType>
					<sequence>
						<element name="Threatcategory" minOccurs="0" maxOccurs="1"/>
						<element name="Threatreason" minOccurs="0" maxOccurs="1"/>
					</sequence>
				</complexType>
			</element>
			<element name="Conservationmeasures">
				<complexType>
					<sequence>
						<element name="Legislation" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Insitu" minOccurs="0" maxOccurs="unbounded"/>
						<element name="Exsitu" minOccurs="0" maxOccurs="unbounded"/>
						<element name="PublicationDate" minOccurs="0" maxOccurs="unbounded"/>
					</sequence>
				</complexType>
			</element>
		</sequence>
	</complexType>
	<complexType name="Location">
		<sequence>
			<element name="Country" minOccurs="0" maxOccurs="1"/>
			<element name="AdministrativeUnit" minOccurs="0" maxOccurs="1"/>
			<element name="NamedArea" minOccurs="0" maxOccurs="1"/>
			<element name="NearestNamedPlace" minOccurs="0" maxOccurs="1"/>
			<element name="CoordinatesLongLatDecimal" minOccurs="0" maxOccurs="1"/>
			<element name="CoordinatesLongLatDMS" minOccurs="0" maxOccurs="1"/>
			<element name="CoordinatesUTM" minOccurs="0" maxOccurs="1"/>
			<element name="CoordinatesGRID" minOccurs="0" maxOccurs="1"/>
			<element name="WFS" minOccurs="0" maxOccurs="1"/>
			<element name="WMS" minOccurs="0" maxOccurs="1"/>
			<element name="Altitude" minOccurs="0" maxOccurs="1"/>
		</sequence>
	</complexType>
</schema>
