<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Alexander Mehrle (DKFZ) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://miaca.sf.net" xmlns:fuge="http://fuge.sourceforge.net/fuge/1.0" xmlns:ns1="http://fuge.sourceforge.net/fuge/1.0" targetNamespace="http://miaca.sf.net" elementFormDefault="qualified">
	<!--ROOT ELEMENT PROJECT-->
	<xs:element name="project">
		<xs:annotation>
			<xs:documentation>Conditions that have been established to measure effects which are induced in cells in response to a perturbation, together with data that have been acquired in these measurements in order to address the biological question this project was designed for.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="source" type="sourceType" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Contact details of researcher/person/laboratory/institution in charge of the project</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="projectDescription" type="prodescType">
					<xs:annotation>
						<xs:documentation>Description of biological process that is addressed and description of measured effect.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="application" type="apptype">
					<xs:annotation>
						<xs:documentation>Description of the specific application of this project within a larger context, if applicable.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="arraySupport" type="arraysupportType" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Array supports (reaction vessels where perturbations are carried out) that are used during the project</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="materialList">
					<xs:annotation>
						<xs:documentation>Description of the materials that are utilized in the project.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="cellLine" type="cellsType" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Cells used during the assay.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="reagent" type="reagentType" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Description of reagents (media, supplements, transfection reagents) used during the assay with: Name, manufacturer, order number, type (e. g. 'medium', 'antibiotic', etc.). Also perturbators, like siRNA, small chemical compound, expression construct are reagents. If they are part of a library, then this library needs to be described as well. Mapping to individual perturbators (e.g. siRNAs in a library) is done with a link to a mapping file (e.g. plate numbers and XY coordinates). The connection of an individual perturbator to a particular array position may be established in the process line.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="compositeReagent" type="compreagentType" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Media used for the cell-culture(s) during the project.</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="ID" type="xs:string" use="required"/>
					</xs:complexType>
				</xs:element>
				<xs:element name="instrument" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Description of the instruments required for the assay, e.g. data acquisition station. Detailed descriptions of such instruments and their settings could be part of spezialized documents or be given in Treatment, Post-Treatment, or Data Acquisition.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="instrumentName" type="xs:string">
								<xs:annotation>
									<xs:documentation>Instrument name</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="instrumentType" type="openCvType">
								<xs:annotation>
									<xs:documentation>Instrument type, e.g. liquid handling robot, centrifuge, FACS, Plate Reader, etc. </xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="vendor" type="vendorType">
								<xs:annotation>
									<xs:documentation>Contact details of the instrument manufacturer.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="instrumentModel" type="xs:string">
								<xs:annotation>
									<xs:documentation>Instrument Model</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="instrumentSpec" type="xs:string">
								<xs:annotation>
									<xs:documentation>e.g. objective lenses, numerical aperture, filters</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="ID" type="xs:string" use="required"/>
					</xs:complexType>
				</xs:element>
				<xs:element name="cellAssay">
					<xs:annotation>
						<xs:documentation>The actual experimental part decribing the performed steps, like  treatments, perturbation(s) and data acquisition in necessary detail.
            </xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="treatment" type="treatmentType" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Description of the conditions that are applied to CellLine during culturing of cells. ‘Treatment’ also covers the perturbation. More than one perturbator can be applied in the same ‘Treatment’.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="postTreatment" type="treatmentType" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Description of the conditions, i.e. lysis, fixation, staining, antibody incubation, etc., that may be applied after ‘Treatment’, and prior to data acquisition</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="dataAcquisition" type="daType" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Detection of the effect(s) induced by the perturbation</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="ID" type="xs:string" use="required"/>
					</xs:complexType>
				</xs:element>
				<xs:element name="dataProcessing" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Description of the processes applied to analyze the raw-data in order to generate a hit list. Data analysis is usually carried out sequentially, applying a number of algorithms and analysis tools</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="rawData" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Description of raw data.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="type" type="xs:string">
											<xs:annotation>
												<xs:documentation>number, image, movie,…</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="format" type="xs:string">
											<xs:annotation>
												<xs:documentation>ASCII, TIFF, WMA,…</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="link" type="xs:string">
											<xs:annotation>
												<xs:documentation>link to raw data</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="ID" type="xs:string" use="required"/>
								</xs:complexType>
							</xs:element>
							<xs:element name="processedData" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>The raw data can be processed either manually or through automated computational methods. Processing commonly generates numbers and/or phenotypic descriptions. </xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="processName" type="xs:string" minOccurs="0">
											<xs:annotation>
												<xs:documentation/>
											</xs:annotation>
										</xs:element>
										<xs:element name="software" type="xs:string" minOccurs="0">
											<xs:annotation>
												<xs:documentation/>
											</xs:annotation>
										</xs:element>
										<xs:element name="reference" type="xs:string" minOccurs="0">
											<xs:annotation>
												<xs:documentation>reference to a publication</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="version" type="xs:string" minOccurs="0">
											<xs:annotation>
												<xs:documentation/>
											</xs:annotation>
										</xs:element>
										<xs:element name="algorithm" type="xs:string" minOccurs="0">
											<xs:annotation>
												<xs:documentation/>
											</xs:annotation>
										</xs:element>
										<xs:element name="parameters" type="xs:string" minOccurs="0">
											<xs:annotation>
												<xs:documentation/>
											</xs:annotation>
										</xs:element>
										<xs:element name="type" type="xs:string">
											<xs:annotation>
												<xs:documentation>number, image, movie,…</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="format" type="xs:string">
											<xs:annotation>
												<xs:documentation>ASCII, TIFF, WMA,…</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="link" type="xs:string">
											<xs:annotation>
												<xs:documentation>link to raw data</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="ID" type="xs:string" use="required"/>
								</xs:complexType>
							</xs:element>
							<xs:element name="phenoDesc" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>A phenotypic description is usually obtained by manual observation of images and/or interpretation of processed data.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="processName" type="xs:string"/>
										<xs:element name="protocol" type="xs:string">
											<xs:annotation>
												<xs:documentation>for the characterization and classification of phenotypic observation</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="description" type="xs:string">
											<xs:annotation>
												<xs:documentation>description of phenotype</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="timeSpace" type="xs:string">
											<xs:annotation>
												<xs:documentation>Time and Space parameters</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="type" type="xs:string">
											<xs:annotation>
												<xs:documentation>number, image, movie,…</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="format" type="xs:string">
											<xs:annotation>
												<xs:documentation>ASCII, TIFF, WMA,…</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="link" type="xs:string">
											<xs:annotation>
												<xs:documentation>link to raw data</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="ID" type="xs:string" use="required"/>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="ID" type="xs:string" use="required"/>
					</xs:complexType>
				</xs:element>
				<xs:element name="processLine">
					<xs:annotation>
						<xs:documentation>The experiment workflow</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="process" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>a Treatment, Post-Treatment or DataAcquisition Step</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="processName" type="xs:string">
											<xs:annotation>
												<xs:documentation>e.g. cell propagation, siRNA transfection</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="currentID" type="xs:string">
											<xs:annotation>
												<xs:documentation>ID of the referenced step</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="successorID" type="xs:string" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>ID of a successor element of the process step</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="ID" type="xs:string" use="required"/>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="ID" type="xs:string" use="required"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="ID" type="xs:string" use="required"/>
		</xs:complexType>
	</xs:element>
	<!--TYPE DEFINITIONS -->
	<!--sourceType-->
	<xs:complexType name="sourceType">
		<xs:annotation>
			<xs:documentation>Used to descibe the contact details of the scientist</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="name" default="Stefanie Bechtel">
				<xs:annotation>
					<xs:documentation>name of the researcher working on the project.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="institution" default="German Cancer Research Center">
				<xs:annotation>
					<xs:documentation>name of the institution/affiliation the researcher is working at</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="department" default="Molecular Genome Analysis">
				<xs:annotation>
					<xs:documentation>department in the institution</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="address" default="Im Neuenheimer Feld 580">
				<xs:annotation>
					<xs:documentation>address of the institution</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="city" default="HeIDelberg">
				<xs:annotation>
					<xs:documentation>city the institution is placed</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="country" default="Germany" form="qualified">
				<xs:annotation>
					<xs:documentation>country the city is placed</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="email" default="s.bechtel@dkfz-heidelberg.de">
				<xs:annotation>
					<xs:documentation>email of the researcher</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--prodescType-->
	<xs:complexType name="prodescType">
		<xs:annotation>
			<xs:documentation>Description (text) of the process within a larger context</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="title" type="xs:string">
				<xs:annotation>
					<xs:documentation>Application title, e. g. as taken from a publication</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="process" default="activation or inhibition of P38 MAPK signaling by knock-down of endogenously expressed genes/proteins - whole genome">
				<xs:annotation>
					<xs:documentation>biological process that is addressed</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="effect" default="expression level of luciferase reporter gene which reflects the activation status of the P38 MAPK signaling">
				<xs:annotation>
					<xs:documentation>description of measured effect and the 'reporter' used for the measurement (e.g. antibody)</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="controls" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>controls are relevant in data analysis to determine the robustness and the dynamic range of the assay, and to produce the list of significant hits.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="xref" type="xrefType">
				<xs:annotation>
					<xs:documentation>Refers to the term of the controlled vocabulary in an external database.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--appType-->
	<xs:complexType name="apptype">
		<xs:annotation>
			<xs:documentation>controls are relevant in data analysis to determine the robustness and the dynamic range of the assay, and to produce the list of significant hits.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="abstract" type="xs:string">
				<xs:annotation>
					<xs:documentation>Application abstract, e. g. as taken from a publication</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="pubref" type="xs:string">
				<xs:annotation>
					<xs:documentation>reference to publication</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="bibref" type="openCvType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Bibliographic reference for the data generated during the project. Cross reference for the data source. Example: Entry in a database of databases.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--xrefType-->
	<xs:complexType name="xrefType">
		<xs:annotation>
			<xs:documentation>Crossreference to an external database. Crossreferences to literature databases, e.g. PubMed, should not be put into this structure, but into the bibRef element where possible.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="primaryRef" type="dbReferenceType">
				<xs:annotation>
					<xs:documentation>Primary reference to an external database.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="secondaryRef" type="dbReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Further external objects describing the object.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<!--dbreferenceType-->
	<xs:complexType name="dbReferenceType">
		<xs:annotation>
			<xs:documentation>Refers to a unique object in an external database.</xs:documentation>
		</xs:annotation>
		<xs:attribute name="db" use="required">
			<xs:annotation>
				<xs:documentation>Name of the external database. Taken from the controlled vocabulary of databases.</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="dbAc" use="optional">
			<xs:annotation>
				<xs:documentation>Accession number of the database in the database CV. This element is controlled by the PSI-MI controlled vocabulary "database citation", root term ID MI:0444.</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ID" use="required">
			<xs:annotation>
				<xs:documentation>Primary Identifier of the object in the external database, e.g. UniProt accession number.</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="secondary" use="optional">
			<xs:annotation>
				<xs:documentation>Secondary Identifier of the object in the external database, e.g. UniProt ID.</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="version" use="optional">
			<xs:annotation>
				<xs:documentation>The version number of the object in the external database.</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="refType" use="optional">
			<xs:annotation>
				<xs:documentation>Reference type, e.g. "Identity" if this reference referes to an Identical object in the external database, or "see-also" for additional information. Controlled by CV.</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="refTypeAc" use="optional">
			<xs:annotation>
				<xs:documentation>Reference type accession number from the CV of reference types. This element is controlled by the PSI-MI controlled vocabulary "xref type", root term ID MI:0353. </xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<!--arraysupportType-->
	<xs:complexType name="arraysupportType">
		<xs:annotation>
			<xs:documentation>Description of array support types (reaction vessels) that are used during the project: i.e. single eppendorf tube, 96-well plazes, or [glass] slides, with details such as manufacturer, order number; size.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="nameType">
				<xs:annotation>
					<xs:documentation>Type of vessel used,: i.e. single eppendorf tube, 96-well plate, etc.  </xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="ontologyValue" type="xs:string"/>
							<xs:attribute name="ontologySource" type="xs:string"/>
							<xs:attribute name="comment" type="xs:string"/>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="size">
				<xs:annotation>
					<xs:documentation>Size of reaction vessel, e.g. volume or surface area.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:annotation>
						<xs:documentation>details respective to size</xs:documentation>
					</xs:annotation>
					<xs:sequence>
						<xs:element name="surfaceArea" type="xs:string">
							<xs:annotation>
								<xs:documentation>surface area in mm²</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="dimension" type="xs:int" default="0">
							<xs:annotation>
								<xs:documentation>number of wells</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="vendor" type="vendorType">
				<xs:annotation>
					<xs:documentation>Contact details of the source of the reaction vessels, e.g. company</xs:documentation>
				</xs:annotation>
			</xs:element>
			<!-- 
      <xs:element name="parameter" type="fuge:FuGE.Common.Protocol.GenericParameterType">
        <xs:annotation>
          <xs:documentation>Reaction-vessel parameter, like e.g. size (volume or surface area).</xs:documentation>
        </xs:annotation>
      </xs:element>
      -->
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--cellsType-->
	<xs:complexType name="cellsType">
		<xs:annotation>
			<xs:documentation>Cell line used during the project.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="cellLineName">
				<xs:annotation>
					<xs:documentation>Description of the cell line used. (e.g. HeLa ATTC CCL2)</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="ontologyValue" type="xs:string"/>
							<xs:attribute name="ontologySource" type="xs:string"/>
							<xs:attribute name="comment" type="xs:string"/>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="cellSource">
				<xs:annotation>
					<xs:documentation>information about the cellLine if not ATCC</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:annotation>
						<xs:documentation>details of the cellLine in case no ATCC No. is rendered</xs:documentation>
					</xs:annotation>
					<xs:sequence>
						<xs:element name="provider" type="xs:string">
							<xs:annotation>
								<xs:documentation>e.g. ATCC</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="cellLineID" type="xs:string">
							<xs:annotation>
								<xs:documentation>controlled vocabulary ID</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="species">
							<xs:annotation>
								<xs:documentation>e.g. human</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:simpleContent>
									<xs:extension base="xs:string">
										<xs:attribute name="ontologyValue" type="xs:string"/>
										<xs:attribute name="ontologySource" type="xs:string"/>
										<xs:attribute name="comment" type="xs:string"/>
									</xs:extension>
								</xs:simpleContent>
							</xs:complexType>
						</xs:element>
						<xs:element name="organ">
							<xs:annotation>
								<xs:documentation>e.g. kidney</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:simpleContent>
									<xs:extension base="xs:string">
										<xs:attribute name="ontologyValue" type="xs:string"/>
										<xs:attribute name="ontologySource" type="xs:string"/>
										<xs:attribute name="comment" type="xs:string"/>
									</xs:extension>
								</xs:simpleContent>
							</xs:complexType>
						</xs:element>
						<xs:element name="cellType" type="CLontologyType">
							<xs:annotation>
								<xs:documentation>e.g. totipotent stem cell (CL:0000723)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="strain">
							<xs:annotation>
								<xs:documentation>a variant of a cellType</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:simpleContent>
									<xs:extension base="xs:string">
										<xs:attribute name="ontologyValue" type="xs:string"/>
										<xs:attribute name="ontologySource" type="xs:string"/>
										<xs:attribute name="comment" type="xs:string"/>
									</xs:extension>
								</xs:simpleContent>
							</xs:complexType>
						</xs:element>
						<xs:element name="tissue">
							<xs:annotation>
								<xs:documentation>is a collection of interconnected cells that perform a similar function within an organism</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:simpleContent>
									<xs:extension base="xs:string">
										<xs:attribute name="ontologyValue" type="xs:string"/>
										<xs:attribute name="ontologySource" type="xs:string"/>
										<xs:attribute name="comment" type="xs:string"/>
									</xs:extension>
								</xs:simpleContent>
							</xs:complexType>
						</xs:element>
						<xs:element name="reference" type="xs:string">
							<xs:annotation>
								<xs:documentation>reference to publication</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="source" type="sourceType">
							<xs:annotation>
								<xs:documentation>contact details refering to the CellLine</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="passageNo" type="xs:string">
				<xs:annotation>
					<xs:documentation>is the generationNo of a CellLine due to passaging and growing</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modifications" type="xs:string">
				<xs:annotation>
					<xs:documentation>transgene/genetic manipulations, e.g. stably transfected, induced resistance</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="validation" type="xs:string">
				<xs:annotation>
					<xs:documentation>measures undertaken to validate cell line, e.g. DNA fingerprinting, genotyping, morphology testing</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="lineQC" type="xs:string">
				<xs:annotation>
					<xs:documentation>Mycoplasma test (Y/N) and other measures for quality control, e.g. virus testing</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--CLontologyType: maybe erased and replaced by normal ontology values-->
	<xs:complexType name="CLontologyType">
		<xs:annotation>
			<xs:documentation>controlled vocabulary for celltypes </xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ontologyID" default="CL:0000019">
				<xs:annotation>
					<xs:documentation>ID of cell.obo </xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:pattern value="[C][L][:]([0-9]){7}"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="ontologyName" type="xs:string" default="sperm">
				<xs:annotation>
					<xs:documentation>name</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="is_a" type="xs:string" default="e.g. CL:0000015 ! male germ cell" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>derived from other ontologyID</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<!--openCvType: controlled vocabulary Type-->
	<xs:complexType name="openCvType">
		<xs:annotation>
			<xs:documentation>Allows to reference an external controlled vocabulary, or to directly include a value if no suitable external definition is available.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="name" type="xs:string">
				<xs:annotation>
					<xs:documentation>This contains the controlled vocabulary terms</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="xref" type="xrefType">
				<xs:annotation>
					<xs:documentation>Refers to the term of the controlled vocabulary in an external database.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<!--compreagentType-->
	<xs:complexType name="compreagentType">
		<xs:annotation>
			<xs:documentation>Composite Reagent</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="compReagentName" type="xs:string">
				<xs:annotation>
					<xs:documentation>name of cell culture medium</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="comment" type="xs:string">
				<xs:annotation>
					<xs:documentation>comment</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="reagentList" type="reagentlistType">
				<xs:annotation>
					<xs:documentation>One or more reagents in a cell culture medium</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="prodProtocol" minOccurs="0">
				<xs:annotation>
					<xs:documentation>References to the production of the composite reagent for subsequent application</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="temperature" type="xs:string">
							<xs:annotation>
								<xs:documentation>Temperature at formation</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="duration" type="xs:string">
							<xs:annotation>
								<xs:documentation>e.g. incubation of siRNA with transfection reagent prior to transfection</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="prodref" type="openCvType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>composite reagent reference to protocol</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="array" type="arrayType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>description of array type and array support type/vessel</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--reagentlistType-->
	<xs:complexType name="reagentlistType">
		<xs:annotation>
			<xs:documentation>One or more reagents in a composite reagent, e.g., a cell culture medium</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="reagentID" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Reference to ID of a reagent</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="volume" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>Volume/amount of the reagent in the composite reagent</xs:documentation>
								</xs:annotation>
							</xs:attribute>
							<xs:attribute name="volumeUnit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. mL, g</xs:documentation>
								</xs:annotation>
							</xs:attribute>
							<xs:attribute name="concentration" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>concentration of the reagent in the composite reagent</xs:documentation>
								</xs:annotation>
							</xs:attribute>
							<xs:attribute name="concentrationUnit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. mol/L</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--reagentType-->
	<xs:complexType name="reagentType">
		<xs:annotation>
			<xs:documentation>details on the reagentType</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="reagentName" type="xs:string">
				<xs:annotation>
					<xs:documentation>reagent name, e.g. name of a gene / cDNA, water, FBS </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="type" type="openCvType">
				<xs:annotation>
					<xs:documentation>reagent type, e. g. cDNA, small molecule, siRNA. If available, reference to a controlled vocabulary.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="struct" type="xs:string">
				<xs:annotation>
					<xs:documentation>e.g., sequence of siRNA; structure/ChEBI for compound</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="vendor" type="vendorType">
				<xs:annotation>
					<xs:documentation>Details to the vendor or manufacturer</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="targetSpecies" type="xs:string">
				<xs:annotation>
					<xs:documentation>Target Species e.g. if siRNA</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="targetID" type="xs:string">
				<xs:annotation>
					<xs:documentation>e.g. geneID of target gene in case of siRNA</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="stockConc">
				<xs:annotation>
					<xs:documentation>stock concentration</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="unit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. mol/L</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="solvent" type="xs:string">
				<xs:annotation>
					<xs:documentation>Solvent</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="efficiency" type="xs:string">
				<xs:annotation>
					<xs:documentation>e.g., transfection/transduction efficiency of 'cell type' (average, cv) with ‘Perturbator’ (library)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="comment" type="xs:string"/>
			<xs:element name="array" type="arrayType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>description of array type and array support type/vessel</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="libraryRef" type="libraryType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>details on the library the perturbator is part of</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="virusRef" minOccurs="0">
				<xs:annotation>
					<xs:documentation>details if perturbator is virus</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="type" type="xs:string"/>
						<xs:element name="titer" type="xs:string"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="compoundRef" minOccurs="0">
				<xs:annotation>
					<xs:documentation>details if perturbator is chem. compound</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="purity" type="xs:string">
							<xs:annotation>
								<xs:documentation>% of compounds with &gt;80% purity</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="lipinski" type="xs:string">
							<xs:annotation>
								<xs:documentation>% of compound comply with Lipinski rule-of-5</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="weight" type="xs:string">
							<xs:annotation>
								<xs:documentation>Average molecular weight</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--libraryType-->
	<xs:complexType name="libraryType">
		<xs:annotation>
			<xs:documentation>if perturbator ist part of a library</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="name" type="xs:string">
				<xs:annotation>
					<xs:documentation>name of the library</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ID" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>library ID as a reference</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="type" type="xs:string">
				<xs:annotation>
					<xs:documentation>Type of library: (gain-of-function/overexpression (cDNA, ORF, other); loss of function (siRNA, shRNA, miRNA, viral, other); compound; other reference on library (if available)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="format" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>single/pooled - e.g. shRNA pool</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="vendor" type="vendorType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Details to the vendor or manufacturer</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="preparationMeth" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Preparation methodology</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="features" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>number of unique features (e.g. genes, compounds) represented in library, reference to where a list of these features can be found</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="feature" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>PlateNumber and well position; mapping of individual perturbators in library format.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="libfeat" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation>LibraryFeatures of perturbators (length of siRNA/shRNA, type of hairpin, other).</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--treatmentType-->
	<xs:complexType name="treatmentType">
		<xs:annotation>
			<xs:documentation>Description of the conditions that are applied to CellLine during culturing of cells. ‘Treatment* also covers the perturbation. More than one perturbator can be applied in the same ‘Treatment’.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="conditionName" type="xs:string"/>
			<xs:element name="array" type="arrayType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>description of array type and vessel</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="reagentName" minOccurs="0" maxOccurs="unbounded">
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="volume" type="xs:string" use="required"/>
							<xs:attribute name="volumeUnit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. mL</xs:documentation>
								</xs:annotation>
							</xs:attribute>
							<xs:attribute name="concentration" type="xs:string" use="required"/>
							<xs:attribute name="concentrationUnit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. mol/L</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="compReagentName" minOccurs="0" maxOccurs="unbounded">
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="volume" type="xs:string" use="required"/>
							<xs:attribute name="volumeUnit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. mL</xs:documentation>
								</xs:annotation>
							</xs:attribute>
							<xs:attribute name="concentration" type="xs:string" use="required"/>
							<xs:attribute name="concentrationUnit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. mol/L</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="cellLine" type="xs:string"/>
			<xs:element name="passageNo" type="xs:string"/>
			<xs:element name="seedingDensity" type="xs:string"/>
			<xs:element name="cellDensity" type="xs:string"/>
			<xs:element name="temperature">
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="unit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. °C</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="co2Content">
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="unit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. %</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="humidity">
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="unit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. %</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="duration">
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="unit" type="xs:string" use="required">
								<xs:annotation>
									<xs:documentation>e.g. hours</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="comment" type="xs:string"/>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--daType-->
	<xs:complexType name="daType">
		<xs:annotation>
			<xs:documentation>Detection of the effect(s) induced by the perturbation</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="instrument" type="xs:string"/>
			<xs:element name="settings">
				<xs:annotation>
					<xs:documentation>Reference to the instrument-settings</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="lampEnergy" type="xs:string"/>
						<xs:element name="excitation" type="xs:string"/>
						<xs:element name="excitationFilter" type="xs:string"/>
						<xs:element name="emission" type="xs:string"/>
						<xs:element name="emissionFilter" type="xs:string"/>
						<xs:element name="plateType" type="xs:string"/>
						<xs:element name="time">
							<xs:complexType>
								<xs:simpleContent>
									<xs:extension base="xs:string">
										<xs:attribute name="unit">
											<xs:annotation>
												<xs:documentation>e.g. seconds</xs:documentation>
											</xs:annotation>
										</xs:attribute>
									</xs:extension>
								</xs:simpleContent>
							</xs:complexType>
						</xs:element>
						<xs:element name="measurement" type="xs:string"/>
						<xs:element name="operationMode" type="xs:string"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="reference" type="xs:string">
				<xs:annotation>
					<xs:documentation>reference to a protocol/publication</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--arrayType-->
	<xs:complexType name="arrayType">
		<xs:annotation>
			<xs:documentation>description of array type and vessel</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="arraySupportType" type="xs:string">
				<xs:annotation>
					<xs:documentation>reference to a vesseltype</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="xdim" type="xs:int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>column</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ydim" type="xs:int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>row</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="number" type="xs:int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>number of feature/well if explicit</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="array" type="arrayType" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute name="ID" type="xs:string" use="required"/>
	</xs:complexType>
	<!--vendorType-->
	<xs:complexType name="vendorType">
		<xs:annotation>
			<xs:documentation>Details to the vendor or manufacturer</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="name" type="xs:string">
				<xs:annotation>
					<xs:documentation>name of the company</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="orderNo" type="xs:string">
				<xs:annotation>
					<xs:documentation>OrderNr</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="serialNo" type="xs:string">
				<xs:annotation>
					<xs:documentation>SerialNr</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="lotNo" type="xs:string">
				<xs:annotation>
					<xs:documentation>LotNr</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
