<?xml version="1.0" encoding="UTF-8"?>
<!--
	Copyright © 2007 Kuratorium für Technik und Bauwesen in der Landwirtschaft e.V. (KTBL). All Rights Reserved. http://www.agroxml.de/Legal/
	
	This KTBL work (including software, documents, or other related items) is being provided by the copyright holders under the following license.
	By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions: Permission to use, copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make:
	
	1.	The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
	2.	Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist,
	a short notice of the following form (hypertext is preferred, text is permitted) should be used within
	the body of any redistributed or derivative code:
	"Copyright © [$date-of-software] Kuratorium für Technik und Bauwesen in der Landwirtschaft e.V. (KTBL).
	All Rights Reserved. http://www.agroxml.de/Legal/"
	3.	Notice of any changes or modifications to the KTBL files, including the date changes were made.
	(We recommend you provide URIs to the location from which the code is derived.)
	
	THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
	COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
	
	The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders.
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.agroxml.de/schema/agroxml1.3" xmlns:xlink="http://www.w3.org/1999/xlink" targetNamespace="http://www.agroxml.de/schema/agroxml1.3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.3">
	<!-- ==================== import =================== -->
	<xsd:include schemaLocation="./Adress.xsd"/>
	<xsd:include schemaLocation="./CommonBasicComponents.xsd"/>
	<xsd:include schemaLocation="./Harvest.xsd"/>
	<xsd:include schemaLocation="./Seed.xsd"/>
	<xsd:include schemaLocation="./WeatherStation.xsd"/>
	<!-- =============================================== -->
	<xsd:complexType name="CleaningType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: ReinigungType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="CleaningAgent" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="Ort" type="NameAndAddressType" minOccurs="0"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Cleaning" type="CleaningType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Reinigung.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="FertilizationType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: DuengungType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ExternalID" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Fertilizer" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="FormOfFertilizer" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Fertilization" type="FertilizationType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Duengung.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="HarvestType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: ErnteType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ExternalID" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="HarvestedArea" minOccurs="0"/>
			<xsd:element ref="PrimaryProduct" minOccurs="0"/>
			<xsd:element ref="SecondaryProduct" minOccurs="0"/>
			<xsd:element ref="Schnitt" minOccurs="0"/>
			<xsd:element ref="HarvestResidues" minOccurs="0"/>
			<xsd:element ref="Comment" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
			<xsd:element ref="ThousandSeedWeight" minOccurs="0"/>
			<xsd:element ref="NumberOfGrainsPerEar" minOccurs="0"/>
			<xsd:element ref="WeightOfAHectoliter" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Harvest" type="HarvestType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Ernte. Eine Ernte unterhalb
				des Elementes Arbeitsgang kann nur ein Hauptprodukt und
				ein Nebenprodukt beinhalten. Wenn mehrere Hauptprodukte
				oder Nebenprodukte geerntet werden, so sind getrennte
				Ernten anzugeben.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Ernte
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="IrrigationType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: BewaesserungType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="WaterQuantity" minOccurs="0"/>
			<xsd:element ref="OriginOfWater" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Irrigation" type="IrrigationType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Bewaesserung.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="MachineWorkType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: MaschineArbeitType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="Machine" minOccurs="0"/>
			<xsd:element ref="StartDateTime" minOccurs="0"/>
			<xsd:element ref="Duration" minOccurs="0"/>
			<xsd:element ref="Downtime" minOccurs="0"/>
			<xsd:element ref="TilledArea" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="MachineWork" type="MachineWorkType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Maschine Arbeit.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="PersonWorkType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: PersonArbeitType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="Person" minOccurs="0"/>
			<xsd:element ref="StartDateTime" minOccurs="0"/>
			<xsd:element ref="Duration" minOccurs="0"/>
			<xsd:element ref="Downtime" minOccurs="0"/>
			<xsd:element ref="TilledArea" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="PersonWork" type="PersonWorkType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: PersonArbeit.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="PestControlType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: PflanzenschutzType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ExternalID" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Pesticide" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Justification" minOccurs="0"/>
			<xsd:element ref="WaterQuantity" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
			<xsd:element ref="BekaempfungsrichtwertUeberschritten" minOccurs="0"/>
			<xsd:element ref="TreatmentSuccess" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="PestControl" type="PestControlType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: PestControl.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="OtherWorkType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: SonstigeArbeitenType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ExternalID" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="Ort" type="NameAndAddressType" minOccurs="0"/>
			<xsd:element ref="Description" minOccurs="0"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="OtherWork" type="OtherWorkType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: SonstigeArbeiten.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="RatingType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: BoniturType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ExternalID" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:choice>
				<xsd:element ref="Attribute" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="RatingSchema" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:choice>
			<xsd:element ref="CropDevelopment" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Rating" type="RatingType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Bonitur.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="SoilInvestigationType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: BodenuntersuchungType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ExternalID" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Result" minOccurs="0"/>
			<xsd:element ref="SoilAnalysis" minOccurs="0"/>
			<xsd:element ref="SampleInformation" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="SoilInvestigation" type="SoilInvestigationType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Bodenuntersuchung.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="SeedingType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: SaatType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ExternalID" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="SeededArea" minOccurs="0"/>
			<xsd:element ref="Seed" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="SeedingMethod" minOccurs="0"/>
			<xsd:element ref="Depth" minOccurs="0"/>
			<xsd:element ref="SeedQuantity" minOccurs="0"/>
			<xsd:element ref="SeedingDensity" minOccurs="0"/>
			<xsd:element ref="RowSpacing" minOccurs="0"/>
			<xsd:element ref="PlantSpacing" minOccurs="0"/>
			<xsd:element ref="FoilFleece" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
			<xsd:element ref="WeightOfAHectoliter" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Seeding" type="SeedingType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Saat.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="TillageType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: BodenbearbeitungType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Justification" minOccurs="0"/>
			<xsd:element ref="Depth" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Tillage" type="TillageType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Bodenbearbeitung.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="TransportType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: TransportType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferencePartOfField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="ReferenceField" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PrimaryProduct" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="SecondaryProduct" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="TransportQuantity" minOccurs="0"/>
			<xsd:element name="Destination" type="NameAndAddressType" minOccurs="0"/>
			<xsd:element ref="Distance" minOccurs="0"/>
			<xsd:element ref="Procedure" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Transport" type="TransportType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Transport.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:complexType name="WorkProcessType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: ArbeitsgangType.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="ID" minOccurs="0"/>
			<xsd:element ref="ExternalID" minOccurs="0"/>
			<xsd:element ref="StartDateTime" minOccurs="0"/>
			<xsd:element ref="EndDateTime" minOccurs="0"/>
			<xsd:element ref="ProcessDuration" minOccurs="0"/>
			<xsd:element ref="Downtime" minOccurs="0"/>
			<xsd:element ref="Climate" minOccurs="0"/>
			<xsd:element ref="SoilState" minOccurs="0"/>
			<xsd:element ref="SpatialData" minOccurs="0"/>
			<xsd:element ref="TilledArea" minOccurs="0"/>
			<xsd:element ref="MachineWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PersonWork" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Comment" minOccurs="0"/>
			<xsd:element ref="BBCHScale" minOccurs="0"/>
			<xsd:element ref="Seeding" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Fertilization" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="PestControl" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Rating" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Harvest" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Irrigation" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Transport" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Tillage" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="Cleaning" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="SoilInvestigation" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="OtherWork" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="WorkProcess" type="WorkProcessType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Arbeitsgang. Ein Arbeitsgang
				ist eine in sich zeitlich und gegebenenfalls auch
				räumlich abgeschlossene, auf einer oder mehreren Flächen
				oder auf dem Betrieb (Hoffläche, Gebäude) durchgeführte
				Maßnahme mit dem Zweck, die landwirtschaftliche
				Produktion zu unterstützen. Innerhalb eines
				Arbeitsganges können mehrere Applikationen gleichzeitig
				erfolgen. Das heisst, wenn z. B. Duengung und Saat - wie
				im Maisanbau mit Unterfußdüngung üblich - in einer
				Überfahrt erledigt werden, so ist dies '''ein'''
				Arbeitsgang. Erfolgen die Maßnahmen hintereinander, so
				handelt es sich um getrennte Arbeitsgänge. Deshalb
				kommen die Elemente StartDateTime und EndDateTime
				jeweils nur einmal auf Ebene des Arbeitsganges vor.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Arbeitsgang
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!--     ===  candidates for basic types  ===     -->
	<xsd:element name="BekaempfungsrichtwertUeberschritten" type="xsd:boolean">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name:
				BekaempfungsrichtwertUeberschritten. Wird im
				Zusammenhang mit Ausbringung von Pflanzenschutzmittel
				(also im Arbeitsgang Pflanzenschutz) benötigt. Ist der
				Bekämpfungsrichtwert unterhalb, so richten die
				Schaderreger wenig schaden an, oder nutzen sogar, so
				dass eine Behandlung mit PFM nicht notwendig ist. Ist
				der Bekämpfungsrichtwert erreicht, so sollte PFM
				ausgebracht werden.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name:
				BekaempfungsrichtwertUeberschritten
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="CleaningAgent" type="TextType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Reinigungsmittel. Das Mittel
				das zur Reinigung verwendet wird.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Reinigungsmittel
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="CropDevelopment" type="TextType"/>
	<!-- =============================================== -->
	<xsd:element name="Downtime" type="xsd:duration">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Ausfallzeit. Die Zeit in der
				eine Maschine oder ein Arbeiter nicht in der Lage ist zu
				arbeiten.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Ausfallzeit
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="EndDateTime" type="DateTimeUnionType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Beschreibt das Ende eines Arbeitsganges.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: EndDateTime
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="FoilFleece" type="xsd:boolean">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Folie_vlies. Boolescher Wert,
				der angibt ob beim Anbau der Kultur eine Folie oder ein
				Vließ zur Bodenabdeckung verwendet wurde (Beispiel
				Spargelanbau, Rebschule).
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="HarvestedArea" type="AreaType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Ernteflaeche.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="NumberOfGrainsPerEar" type="xsd:integer">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: AnzahlKoernerProAehre
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="OriginOfWater" type="CodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Wasserherkunft. Gibt an, wo
				das Wasser für eine Bewässerung herkommt.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Wasserherkunft
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="PlantSpacing" type="LengthType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Pflanzabstand Abstand der
				Pflanzen innerhalb einer Pflanzreihe (also in
				Fahrtrichtung bei der Aussaat). Ein Längenmaß.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Pflanzabstand
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="Procedure" type="CodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Verfahren.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="ProcessDuration" type="xsd:duration">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Arbeitsgangdauer. Die Zeit
				die der Arbeitsgang benötigt.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Arbeitsgangdauer
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="RowSpacing" type="LengthType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Reihenabstand Abstand
				zwischen den Pflanzreihen, also Abstand der Säschare
				(quer zur Fahrtrichtung) bei der Aussaat. Bei Getreide
				ca. 10-12 cm, bei Rüben ca. 40 cm und bei Mais ca. 60
				cm.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Reihenabstand
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="SeededArea" type="AreaType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Saatflaeche.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="SeedingDensity" type="MeasureType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Saatdichte. Gibt an wie dicht
				das Saatgut gesäht wird.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Saatdichte
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="SeedingMethod" type="CodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Saetechnik. Gibt die Technik
				an mit der gesät wird.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Saetechnik
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="SeedQuantity" type="MassType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Saatmenge. Die Menge an Saat
				die für ein Hektar benötigt wird.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Saatmenge
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="SoilState" type="TextType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Bodenzustand Beschreibt den
				Zustand des Bodens im Hinblick auf eine erfolgende
				Maßnahme. Wichtig ist in diesem Zusammenhang die
				Bodenfeuchte. Bei nassem Boden herrschen beispielsweise
				ungünstige Verhältnisse für die Bearbeitung mit schweren
				Maschinen. Kann aber auch Informationen über die
				Krümelstruktur enthalten. Gute Krümelung ist z. B. für
				die Saat wichtig. Es kann Freitext eingetragen werden,
				da eine maschinelle Auswertung dieser nicht objektiv und
				quantitativ gefassten Beschreibungen sowieso nicht
				möglich ist.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Bodenzustand
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="StartDateTime" type="DateTimeUnionType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: StartDateTime. Beschreibt den
				Startzeitpunkt z. B. eines Arbeitsganges.
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: StartDateTime
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="TilledArea" type="AreaType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Bearbeitungsflaeche Die
				Fläsche, die mit einer Maschine, bearbeitet wi
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Bearbeitungsflaeche
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="TransportQuantity" type="MassType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Abfuhrmenge.
				Beispiel-Element:
				<TransportQuantity uom="kg">5400</TransportQuantity>
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Abfuhrmenge
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="TreatmentSuccess" type="CodeType">
		<xsd:annotation>
			<xsd:documentation xml:lang="de">
				Vorheriger deutscher Name: Behandlungserfolg. Wird im
				Zusammenhang mit Pflanzenschutz erforderlich u zu
				dokumentieren, ob die Behandlung mit einem bestimmten
				PFM erfolgreich war
			</xsd:documentation>
			<xsd:documentation xml:lang="en">
				Previous german name: Behandlungserfolg
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="WaterQuantity" type="VolumeType">
		<xsd:annotation>
			<xsd:documentation>
				Vorheriger deutscher Name: Wassermenge. Die Wassermenge,
				die im Rahmen einer Bewässerung auf dem Schlag
				ausgebracht wurde, d. h. nicht auf Fläche bezogen
				sondern absolut.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<!-- =============================================== -->
	<xsd:element name="WeightOfAHectoliter" type="MassType">
		<xsd:annotation>
			<xsd:documentation>
				Vorheriger deutscher Name: Hektolitergewicht.
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
