<?xml version="1.0" encoding="UTF-8"?>
<!-- BoreholeML version 3.2.0 - date: 2025-09-09 - XML schema document created manually by AK BoreholeML4 -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0" xmlns:bml="https://schemas.bgr.de/boreholeml/3.2" targetNamespace="https://schemas.bgr.de/boreholeml/3.2" elementFormDefault="qualified" version="BoreholeML 3.2.0 - date: 2025-09-09 - XML schema document created manually by AK BoreholeML4">
	<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>
	<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
	<import namespace="urn:x-inspire:specification:gmlas:GeographicalNames:3.0" schemaLocation="https://inspire.ec.europa.eu/schemas/gn/3.0/GeographicalNames.xsd"/>
	<element name="Borehole" type="bml:BoreholeType" substitutionGroup="gml:AbstractFeature">
		<annotation>
			<documentation>[de] Enthält die Daten der Bohrung. Das XML-Attribut gml:id des Borehole-Elements selbst dient hier als eindeutiger technischer Identifikator im Gesamtdatensatz. Am Anfang von gml:id darf keine Ziffer, kein Bindestrich und kein Punkt stehen. gml:id kann aus anderen Elementen zusammengesetzt werden, beispielsweise in der Form: databaseSource_id. [en] Contains the borehole data. The XML attribute gml:id of the borehole elment itself is used here as a unique technical identifier in the overall data set. The gml:id must not begin with a number, a hyphen or a period. gml:id can be composed of other elements, for example in the form: databaseSource_id.</documentation>
		</annotation>
	</element>
	<complexType name="BoreholeType">
		<complexContent>
			<extension base="gml:AbstractFeatureType">
				<sequence>
					<element name="location" type="gml:PointPropertyType">
						<annotation>
							<documentation>[de] GML-Geometrie der Position des Bohrloch-Ansatzpunktes. Enthält ein Koordinaten-Tripel, bezogen auf das definierte Koordinaten- und Höhensystem. Das XML-Attribut gml:id des location-Elements dient hier als eindeutiger technischer Identifikator im Gesamtdatensatz. Am Anfang von gml:id darf keine Ziffer, kein Bindestrich und kein Punkt stehen. gml:id kann aus anderen Elementen sowie konstanten Suffixes zusammengesetzt werden, beispielsweise in der Form: databaseSource_id_BML_LOCATION. [en] GML-geometry of the location of the borehole starting point. Contains a coordinate triple related to the given coordinate- and elevation reference system. The XML attribute gml:id of the location element is used here as a unique technical identifier in the overall data set. gml:id must not begin with a number, a hyphen or a period. gml:id can be composed of other elements and constant suffixes, for example in the form: databaseSource_id_BML_LOCATION.</documentation>
						</annotation>
					</element>
					<element name="boreholePath" type="gml:CurvePropertyType">
						<annotation>
							<documentation>[de] GML-Geometrie des Bohrlochverlaufs (Bohrpfad) in Koordinatentripeln bezogen auf das definierte Koordinaten- und Höhensystem. Das XML-Attribut gml:id des boreholePath-Elements dient hier als eindeutiger technischer Identifikator im Gesamtdatensatz. Am Anfang von gml:id darf keine Ziffer, kein Bindestrich und kein Punkt stehen. gml:id kann aus anderen Elementen sowie konstanten Suffixes zusammengesetzt werden, beispielsweise in der Form: databaseSource_id_BML_BOREHOLEPATH. [en] GML-geometry of the borehole path in coordinate triples related to the given coordinate- and elevation reference system. The XML attribute gml:id of the boreholePath element is used here as a unique technical identifier in the overall data set. gml:id must not begin with a number, a hyphen or a period. gml:id can be composed of other elements and constant suffixes, for example in the form: databaseSource_id_BML_BOREHOLEPATH.</documentation>
						</annotation>
					</element>
					<element name="id" type="string">
						<annotation>
							<documentation>[de] Eindeutiger fachlicher Identifikator (ID) der Bohrung entsprechend der Datenquelle. [en] Unique identifier (ID) of the borehole according to the data source.</documentation>
						</annotation>
					</element>
					<element name="shortName" type="gmd:LocalisedCharacterString_PropertyType" minOccurs="0">
						<annotation>
							<documentation>[de] Kurzname der Bohrung. [en] Short name of the borehole.</documentation>
						</annotation>
					</element>
					<element name="fullName" type="gmd:LocalisedCharacterString_PropertyType">
						<annotation>
							<documentation>[de] Vollständiger Name der Bohrung. [en] Full name of the borehole.</documentation>
						</annotation>
					</element>
					<element name="boreholeStatus" type="gml:CodeType">
						<annotation>
							<documentation>[de] Aktueller Status der Bohrung. [en] Current status of the borehole.</documentation>
						</annotation>
					</element>
					<element name="totalLength" type="gml:LengthType">
						<annotation>
							<documentation>[de] Die Aufschlusslänge der Bohrung in Meter. Abstand des Endpunktes der Bohrung vom Ansatzpunkt, entlang des Bohrpfades gemessen. [en] Length along the borehole path in meter measured from the drilling start point to the end point.</documentation>
						</annotation>
					</element>
					<element name="boreholeSegment" type="bml:BoreholeSegmentPropertyType" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Der geometrische Verlauf der Bohrung (Bohrpfad) in einzelnen diskreten Abschnitten (Segmenten), lückenlos und relativ zum Bohransatzpunkt. Bei einer Bohrung ohne detaillierte Angaben zur Bohrlochgeometrie in der Datenquelle wird genau ein Segment angegeben, mit Unterkante gleich dem Wert in totalLength. [en] The geometric path of the borehole in single discrete segments, without gaps and relative to the drilling start point. A borehole without specific geometric information in the data source is represented by exactly one segment with bottom edge equal to the value in totalLength.</documentation>
						</annotation>
					</element>
					<element name="databaseSource" type="gml:CodeType">
						<annotation>
							<documentation>[de] Kurzbezeichnung der Quelldatenbank. [en] Short name of the source database.</documentation>
						</annotation>
					</element>
					<element name="exportDate" type="date">
						<annotation>
							<documentation>[de] Datum des Auszuges aus der Datenquelle. [en] Date of the export from the data source.</documentation>
						</annotation>
					</element>
					<element name="language" type="gmd:LanguageCode_PropertyType">
						<annotation>
							<documentation>[de] Sprachcode nach ISO 639-3 oder ISO 639-5. [en] Language code according to ISO 639-3 or ISO 639-5.</documentation>
						</annotation>
					</element>
					<element name="codingStandard" type="gml:CodeType">
						<annotation>
							<documentation>[de] Standard, nach dem die Schichtdaten in der Datenquelle kodiert sind. [en] Standard used for coding the borehole strata data in the data source.</documentation>
						</annotation>
					</element>
					<element name="organisation" type="bml:BoreholeProviderPropertyType">
						<annotation>
							<documentation>[de] Daten abgebende Organisation. Erster Ansprechpartner für weitere Informationen. [en] Data providing organisation. First point of contact for further information.</documentation>
						</annotation>
					</element>
					<element name="administration" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Im Rahmen des Geologiedatengesetzes relevante Veröffentlichungsfristen und Beteiligte.  [en] Relevant publication timeframes and involved parties under the Geological Data Act.</documentation>
						</annotation>
						<complexType>
							<complexContent>
								<extension base="bml:AdministrationPropertyType"/>
							</complexContent>
						</complexType>
					</element>
					<element name="boreholeWebLink" type="anyURI" minOccurs="0">
						<annotation>
							<documentation>[de] URL einer Webseite mit den Daten der Bohrung. [en] URL of a website with the borehole data.</documentation>
						</annotation>
					</element>
					<element name="project" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Name des Projektes, in welchem die Bohrung abgeteuft worden ist. [en] Name of the project the borehole was drilled for.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="string">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="owner" nillable="true">
						<annotation>
							<documentation>[de] Eigentümer der Bohrung. [en] Owner of the borehole.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="string">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="locationName" nillable="true">
						<annotation>
							<documentation>[de] Bezeichnung des Standorts der Bohrung, z.B. Ortschaft oder Gemarkung. [en] Name of the borehole location, e.g. quarter or district.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="gn:GeographicalName"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="origin" nillable="true">
						<annotation>
							<documentation>[de] Originale Koordinaten und Daten zur Lage des Bohransatzpunktes entsprechend den Quelldaten. [en] Original coordinates and location data of the borehole according to the source data.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:Origin"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="boreholeDescription" type="gmd:LocalisedCharacterString_PropertyType" minOccurs="0">
						<annotation>
							<documentation>[de] Allgemeine oder weitere Angaben zur Bohrung. [en] General or further information about the borehole.</documentation>
						</annotation>
					</element>
					<element name="drillingStartDate" type="gml:CalDate" minOccurs="0">
						<annotation>
							<documentation>[de] Datum des Beginns der Bohrungsarbeiten (tages-, monats- oder jahresgenau). [en] Date of drilling start (accuracy by day, month or year).</documentation>
						</annotation>
					</element>
					<element name="drillingEndDate" type="gml:CalDate" minOccurs="0">
						<annotation>
							<documentation>[de] Datum des Endes der Bohrungsarbeiten (tages-, monats- oder jahresgenau). [en] Date of drilling end (accuracy by day, month or year).</documentation>
						</annotation>
					</element>
					<element name="drillingDate" nillable="true">
						<annotation>
							<documentation>[de] Datum der Bohrung (tages-, monats- oder jahresgenau), falls keine genaueren Angaben zum Beginn oder Ende der Bohrungsarbeiten gemacht werden können. [en] Date of drilling (accuracy by day, month or year), in case no more precise information can be provided on the start or end of the drilling work.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CalDate">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="drillingMethod" nillable="true">
						<annotation>
							<documentation>[de] Während der Bohrung verwendetes Bohrverfahren. Bei mehreren Bohrverfahren in einer Bohrung wird ein entsprechendes Kombibohrverfahren aus der Begriffsliste verwendet. [en] Drilling method used during drilling. If several drilling methods are applied in one borehole, a corresponding combined drilling method from the codelist is used.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="drillingPurpose" nillable="true">
						<annotation>
							<documentation>[de] Zweck bzw. Fachgebiet, für welches die Bohrung abgeteuft worden ist. [en] Purpose for sinking the borehole.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="groundwaterEncountered" nillable="true">
						<annotation>
							<documentation>[de] Information, ob Grundwasser angetroffen wurde oder nicht. [en] Information whether groundwater was encountered or not.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="boolean">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="lastHorizon" type="gmd:LocalisedCharacterString_PropertyType" nillable="true">
						<annotation>
							<documentation>[de] Lithostratigraphische Einstufung der letzten bei der Bohrung erschlossenen Schicht, wie in der Klasse Stratigraphy angegeben. [en] Lithostratigraphic classification of the last layer encountered in the borehole, as given in the class Stratigraphy.</documentation>
						</annotation>
					</element>
					<element name="drillingProcess" nillable="true" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Daten des technischen Bohrprozesses, mit Teufenbezug. [en] Data of the technical drilling process, with reference to depth.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:DrillingProcess"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="groundwater" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Zusammenfassende Grundwasserbeobachtungen während der Bohrarbeiten, beginnend beim ersten Antreffen des Grundwassers im Bohrloch, bis zur Beendigung der Bohrkampagne. [en] Summarized groundwater observations during the drilling process, starting with the first encounter of the groundwater in the borehole, until the completion of the drilling campaign.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:Groundwater"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="intervalSeries" nillable="true" minOccurs="0" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Schichtenverzeichnis der Bohrung. Das Schichtenverzeichnis besteht aus der Abfolge einzeln abgrenzbarer Schichten und verfügt über mindestens eine Schicht. Es können mehrere Schichtenverzeichnisse pro Bohrung vorhanden sein. [en] Stratigraphic log of the borehole. It consists of a sequence of single layers with specific intervals and must have at least one layer. There can be more than one stratigraphic logs per borehole.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:IntervalSeries"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="installationDetail" nillable="true">
						<annotation>
							<documentation>[de] Aktueller Ausbau der Bohrung. [en] Most recent installation in the borehole.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:InstallationDetails"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="sampling" nillable="true" minOccurs="0" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Beprobungsintervalle im Bohrloch oder im Bohrgut, mit Teufenbezug. [en] Sampling intervals in the borehole or drilled material, with reference to depth.</documentation>
						</annotation>
						<complexType>
							<complexContent>
								<extension base="bml:SamplingPropertyType">
									<sequence>
										<element ref="bml:Sampling"/>
									</sequence>
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</complexContent>
						</complexType>
					</element>
					<element name="investigation" nillable="true" minOccurs="0" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Untersuchungen im Bohrloch (Logging-Verfahren), optional mit Teufenbezug. [en] Investigations in the borehole (logging methods), optionally with reference to depth.</documentation>
						</annotation>
						<complexType>
							<complexContent>
								<extension base="bml:InvestigationPropertyType">
									<sequence>
										<element ref="bml:Investigation"/>
									</sequence>
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</complexContent>
						</complexType>
					</element>
					<element name="groundwaterObservation" nillable="true" minOccurs="0" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Grundwasserbeobachtungen nach Abschluss der Bohrkampagne. Dient der ausführlichen Dokumentation von Messreihen zur Grundwasserbeobachtung. [en] Groundwater observations after completion of the drilling campaign. Serves as detailed documentation of groundwater monitoring.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:GroundwaterObservation"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="boreholeFilling" nillable="true" minOccurs="0" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Verfüllung des Bohrlochs, mit Teufenbezug. [en] Borehole filling, with reference to depth.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:BoreholeFilling"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="layerDataLegalAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Rechtliche Verfügbarkeit von digitalen Schichtdaten. [en] Legal availability of digital strata data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="layerDataTechAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Technische Verfügbarkeit von digitalen Schichtdaten. [en] Technical availability of digital strata data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="installationLegalAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Rechtliche Verfügbarkeit von digitalen Ausbaudaten. [en] Legal availability of digital borehole installation data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="installationTechAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Technische Verfügbarkeit von digitalen Ausbaudaten. [en] Technical availability of digital borehole installation data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="groundwaterLevelDataLegalAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Rechtliche Verfügbarkeit von digitalen Grundwasserstandsdaten. [en] Legal availability of digital groundwater level data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="groundwaterLevelDataTechAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Technische Verfügbarkeit von digitalen Grundwasserstandsdaten. [en] Technical availability of digital groundwater level data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="boreholeMeasurementLegalAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Rechtliche Verfügbarkeit von digitalen Bohrungsmessdaten (Logs). [en] Legal availability of digital borehole measurements data (logging data).</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="boreholeMeasurementTechAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Technische Verfügbarkeit von digitalen Bohrungsmessdaten (Logs). [en] Technical availability of digital borehole measurement data (logging data).</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="archiveDataLegalAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Rechtliche Verfügbarkeit von analogen Archivdokumenten. [en] Legal availability of analog archived documents.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="archiveDataTechAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Technische Verfügbarkeit von analogen Archivdokumenten. [en] Technical availability of analog archived documents.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="scansLegalAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Rechtliche Verfügbarkeit von gescannten Dokumenten oder Bildern. [en] Legal availability of scanned documents or images.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="scansTechAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Technische Verfügbarkeit von gescannten Dokumenten oder Bildern. [en] Technical availability of scanned documents or images.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="samplesLegalAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Rechtliche Verfügbarkeit von Probendaten. [en] Legal availability of sample data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="samplesTechAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Technische Verfügbarkeit von Probendaten. [en] Technical availability of sample data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="labDataLegalAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Rechtliche Verfügbarkeit von Laboruntersuchungsdaten. [en] Legal availability of laboratory data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="labDataTechAvail" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Technische Verfügbarkeit von Laboruntersuchungsdaten. [en] Technical availability of laboratory data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="linkedData" type="bml:LinkedDataPropertyType" minOccurs="0" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Informationen zu Webseiten, die mit der Bohrung in Zusammenhang stehende Daten enthalten. [en] Information about websites that contain data associated with the borehole.</documentation>
						</annotation>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="BoreholePropertyType">
		<sequence minOccurs="0">
			<element ref="bml:Borehole"/>
		</sequence>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
		<attributeGroup ref="gml:OwnershipAttributeGroup"/>
	</complexType>
	<element name="DepthInterval" type="bml:DepthIntervalType" abstract="true" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Intervall relativ zum Bohransatzpunkt. Intervalle werden entlang des Bohrungspfades gemessen. [en] Interval relative to the drilling start point. Intervals are measured along the borehole path.</documentation>
		</annotation>
	</element>
	<complexType name="DepthIntervalType" abstract="true">
		<sequence>
			<element name="from" type="gml:LengthType">
				<annotation>
					<documentation>[de] Oberkante des Intervalls, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Upper edge of the interval, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
			</element>
			<element name="to" type="gml:LengthType">
				<annotation>
					<documentation>[de] Unterkante des Intervalls, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Bottom edge of the interval, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="DepthIntervalPropertyType">
		<sequence>
			<element ref="bml:DepthInterval"/>
		</sequence>
	</complexType>
	<element name="BoreholeSegment" type="bml:BoreholeSegmentType" substitutionGroup="bml:DepthInterval">
		<annotation>
			<documentation>[de] Der geometrische Verlauf der Bohrung (Bohrpfad) in einzelnen diskreten Abschnitten (Segmenten), lückenlos und relativ zum Bohransatzpunkt. Bei einer Bohrung ohne detaillierte Angaben zur Bohrlochgeometrie in der Datenquelle wird genau ein Segment angegeben, mit Unterkante gleich dem Wert in totalLength. [en] The geometric path of the borehole in single discrete segments, without gaps and relative to the drilling start point. A borehole without specific geometric information in the data source is represented by exactly one segment with bottom edge equal to the value in totalLength.</documentation>
		</annotation>
	</element>
	<complexType name="BoreholeSegmentType">
		<complexContent>
			<extension base="bml:DepthIntervalType">
				<sequence>
					<element name="azimuth" nillable="true">
						<annotation>
							<documentation>[de] Azimut des Bohrlochsegmentes in Grad bezogen auf geographisch Nord (= 0°). [en] True north-based (= 0°) azimuth of the borehole segment in degrees.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:AngleType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="inclination" type="gml:AngleType">
						<annotation>
							<documentation>[de] Inklination des Bohrlochsegmentes in Grad, d.h. Abweichung von der Lotrechten (= 0°). [en] Inclination of the borehole segment in degrees, i.e. deviation from the vertical (= 0°).</documentation>
						</annotation>
					</element>
					<element name="segmentDataQuality" type="gml:CodeType">
						<annotation>
							<documentation>[de] Qualitative Einstufung der Angaben zu Azimut und Inklination des Bohrlochsegments. [en] Qualitative classification of the information on azimuth and inclination of the borehole segment.</documentation>
						</annotation>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="BoreholeSegmentPropertyType">
		<sequence>
			<element ref="bml:BoreholeSegment"/>
		</sequence>
	</complexType>
	<element name="Measurement" type="bml:MeasurementType">
		<annotation>
			<documentation>[de] Detailinformationen zur im Bohrloch oder Labor durchgeführten Untersuchung. Die Tiefenangabe entspricht oder ist ein Teilabschnitt von dem in Sampling oder Investigation angegebenen Tiefenintervalls um z.B. Untersuchungen an einer bestimmten Stelle eines Bohrkerns abzubilden. [en] Detailed information on the investigation carried out in the borehole or laboratory. The depth specification corresponds to or is a subsection of the depth interval specified in Sampling or Investigation in order to represent, for example, examinations at a specific location of a drill core.</documentation>
		</annotation>
	</element>
	<complexType name="MeasurementType">
			<complexContent>
			<extension base="bml:DepthIntervalType">
		<sequence>
			<element name="measurementID" type="string" nillable="true">
				<annotation>
					<documentation>[de] Fachlicher Identifikator (ID) der Messung, wie in der Quelldatenbank angegeben. [en] Identifier (ID) of the measurement, code is taken from the source database.</documentation>
				</annotation>
			</element>
			<element name="measurementMethod" type="gmd:LocalisedCharacterString_PropertyType">
				<annotation>
					<documentation>[de] Bei der Untersuchung verwendetes Messverfahren. [en] Investigative measurement method used.</documentation>
				</annotation>
			</element>
			<element name="measurementStartDate" type="gml:CalDate" minOccurs="0">
				<annotation>
					<documentation>[de] Zeitpunkt des Untersuchungsbeginns. [en] Start time of measurement.</documentation>
				</annotation>
			</element>
			<element name="measurementEndDate" type="gml:CalDate" minOccurs="0">
				<annotation>
					<documentation>[de] Zeitpunkt des Untersuchungsendes. [en] End time of measurement.</documentation>
				</annotation>
			</element>
			<element name="measurementAnnotation" type="gmd:LocalisedCharacterString_PropertyType" minOccurs="0">
				<annotation>
					<documentation>[de] Angabe von Kommentaren oder Bemerkungen zur Untersuchung. [en] Comments or remarks regarding the measurement.</documentation>
				</annotation>
			</element>
			<element name="measurementResult" type="bml:ParameterValuesPropertyType" nillable="true" minOccurs="0" maxOccurs="unbounded">
				<annotation>
					<documentation>[de] Das Ergebnis der durchgeführten Untersuchung. [en] Result of the measurement.</documentation>
				</annotation>
			</element>
		</sequence>
		</extension>
		</complexContent>
	</complexType>
	<complexType name="MeasurementPropertyType">
		<sequence>
			<element ref="bml:Measurement"/>
		</sequence>
	</complexType>
	<element name="Administration" type="bml:AdministrationType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Im Rahmen des Geologiedatengesetzes relevante Veröffentlichungsfristen und Beteiligte.  [en] Relevant publication timeframes and involved parties under the Geological Data Act.</documentation>
		</annotation>
	</element>
	<complexType name="AdministrationType">
		<sequence>
			<element name="dateOfPublicationApproval" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Stimmt eine zur Lieferung von geologischen Daten verplichtete Person einer vorzeitigen Veröffentlichung zu,
so enthält dieses Feld das Datum der vorzeitigen Veröffentlichung. (§30 GeolDG) [en] If a person obliged to provide geological data agrees to early publication, this field shall contain the date of early publication. (§30 GeolDG)
</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CalDate">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="publicationdateOfData" nillable="true">
				<annotation>
					<documentation>[de] Datum, ab dem die geologischen Fachdaten öffentlich bereitgestellt werden müssen. (§27 GeolDG) [en] Date from which the geological data must be made publicly available. (§27 GeolDG)   

</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CalDate">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="notifier" type="gmd:LocalisedCharacterString_PropertyType">
				<annotation>
					<documentation>[de] Enthält die Angaben über die nach dem Gesetz zur Anzeige verpflichtete Person. ( §14 GeolDG) [en] Contains the details of the person obliged to notify according to the law. ( §14 GeolDG)
</documentation>
				</annotation>
			</element>
			<element name="client" type="gmd:LocalisedCharacterString_PropertyType">
				<annotation>
					<documentation>[de] Enthält Angaben über den Auftraggeber der Bohrung bzw. der geologischen Untersuchung. (§3 GeolDG) [en] Contains details about the contracting authority of the borehole or geological survey. (§3 GeolDG)
</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="AdministrationPropertyType">
		<sequence>
			<element ref="bml:Administration"/>
		</sequence>
	</complexType>
	<element name="ParameterValues" type="bml:ParameterValuesType">
		<annotation>
			<documentation>[de] Die Messergebnisse der durchgeführten Untersuchung, einschließlich des bestimmten Parameters. [en] Results of the measurement, including the determined parameter.</documentation>
		</annotation>
	</element>
	<complexType name="ParameterValuesType">
		<sequence>
			<element name="parameterCommon" type="gml:CodeType">
				<annotation>
					<documentation>[de] Wahl des bestimmten Parameters aus Begriffsliste der häufig verwendeten Parameter. Ist der abzubildene Parameter nicht enthalten, ist "Sonstiges" einzutragen und der Parameter im Freitextfeld parameterText anzugeben. [en] Selection of a specific parameter from the codelist of commonly used parameters. If the parameter is not included, "Other" should be entered, and the parameter should be specified in the free text field parameterText.</documentation>
				</annotation>
			</element>
			<element name="parameterText" type="gmd:LocalisedCharacterString_PropertyType" minOccurs="0">
				<annotation>
					<documentation>[de] Freitexteingabe des bestimmen Parameters, sofern nicht von der Begriffsliste der häufig verwendeten Parameter (parameterCommon) abgedeckt. [en] Free text input of the determined parameter, if not covered by the codelist of commonly used parameters (parameterCommon).</documentation>
				</annotation>
			</element>
			<choice minOccurs="0">
				<element name="valueNumeric" type="gml:MeasureType" nillable="true">
					<annotation>
						<documentation>[de] Bestimmter Messwert des angegebenen Parameters als einzelner Zahlenwert. [en] Determined measurement result of the given parameter as a single numerical value.</documentation>
					</annotation>
				</element>
				<element name="valueText" type="gmd:LocalisedCharacterString_PropertyType" nillable="true">
					<annotation>
						<documentation>[de] Bestimmtes Messergebnis des angegebenen Parameters als Text. [en] Determined measurement result of the given parameter as text.</documentation>
					</annotation>
				</element>
				<element name="valueMatrix" type="gmd:LocalisedCharacterString_PropertyType" nillable="true">
					<annotation>
						<documentation>[de] Bestimmte Messwerte zum angegebenen Parameter als csv-formatierte Tabelle bzw. Matrix. [en] Determined measurement results of the given parameter as a table/matrix.</documentation>
					</annotation>
				</element>
			</choice>
		</sequence>
	</complexType>
	<complexType name="ParameterValuesPropertyType">
		<sequence>
			<element ref="bml:ParameterValues"/>
		</sequence>
	</complexType>
	<element name="BoreholeProvider" type="bml:BoreholeProviderType" substitutionGroup="gmd:CI_ResponsibleParty">
		<annotation>
			<documentation>[de] Daten abgebende Organisation. Erster Ansprechpartner für weitere Informationen. [en] Data providing organisation. First point of contact for further information.</documentation>
		</annotation>
	</element>
	<complexType name="BoreholeProviderType">
		<complexContent>
			<extension base="gmd:CI_ResponsibleParty_Type"/>
		</complexContent>
	</complexType>
	<complexType name="BoreholeProviderPropertyType">
		<sequence>
			<element ref="bml:BoreholeProvider"/>
		</sequence>
	</complexType>
	<element name="Origin" type="bml:OriginType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Originale Koordinaten und Daten zur Lage des Bohransatzpunktes entsprechend den Quelldaten. [en] Original coordinates and location data of the borehole according to the source data.</documentation>
		</annotation>
	</element>
	<complexType name="OriginType">
		<sequence>
			<element name="originalLocation" type="gml:DirectPositionType">
				<annotation>
					<documentation>[de] Originale Koordinaten des Bohransatzpunktes (2D-Koordinaten mit Angabe des Referenzsystems). [en] Original coordinates of the borehole location (2D-coordinates with reference system).</documentation>
				</annotation>
			</element>
			<element name="elevation" type="gml:DirectPositionType">
				<annotation>
					<documentation>[de] Höhe des Bohransatzpunktes (mit Angabe des Referenzsystems). [en] Altitude of the borehole location according to the data source (with reference system).</documentation>
				</annotation>
			</element>
			<element name="locationMethod" nillable="true">
				<annotation>
					<documentation>[de] Art der Koordinatenermittlung. [en] Determination method of location.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="levelMethod" nillable="true">
				<annotation>
					<documentation>[de] Art der Höhenermittlung. [en] Determination method of altitude.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
		</sequence>
	</complexType>
	<complexType name="OriginPropertyType">
		<sequence>
			<element ref="bml:Origin"/>
		</sequence>
	</complexType>
	<element name="DrillingProcess" type="bml:DrillingProcessType" substitutionGroup="bml:DepthInterval">
		<annotation>
			<documentation>[de] Daten des technischen Bohrprozesses, mit Teufenbezug. [en] Data of the technical drilling process, with reference to depth.</documentation>
		</annotation>
	</element>
	<complexType name="DrillingProcessType">
		<complexContent>
			<extension base="bml:DepthIntervalType">
				<sequence>
					<element name="drillingMethod" nillable="true">
						<annotation>
							<documentation>[de] Spezifisches Bohrverfahren. [en] Specific method of drilling.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="drillingTool" nillable="true">
						<annotation>
							<documentation>[de] Verwendetes Bohrwerkzeug. [en] Drilling tool used.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="drillholeDiameter" nillable="true">
						<annotation>
							<documentation>[de] Bohrlochdurchmesser in Millimeter. [en] Diameter of the drillhole in millimeter.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:LengthType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="flushingType" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Art der Spülung. [en] Type of flushing medium.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="DrillingProcessPropertyType">
		<sequence>
			<element ref="bml:DrillingProcess"/>
		</sequence>
	</complexType>
	<element name="Groundwater" type="bml:GroundwaterType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Zusammenfassende Grundwasserbeobachtungen während der Bohrarbeiten, beginnend beim ersten Antreffen des Grundwassers im Bohrloch, bis zur Beendigung der Bohrkampagne. [en] Summarized groundwater observations during the drilling process, starting with the first encounter of the groundwater in the borehole, until the completion of the drilling campaign.</documentation>
		</annotation>
	</element>
	<complexType name="GroundwaterType">
		<sequence>
			<element name="entryDepth" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Tiefe, in der erstmals Grundwasser im Bohrloch angetroffen wurde, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Depth at which groundwater was first encountered in the borehole, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:LengthType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="entryDateTime" type="gml:TimePositionType" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Datum und Uhrzeit des ersten Antreffens des Grundwassers. [en] Date and time when groundwater was first encountered.</documentation>
				</annotation>
			</element>
			<element name="balancedLevel" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Eingestellter Grundwasserstand im Bohrloch nach dem ersten Antreffen von Grundwasser, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen, nach einer Pause. [en] Balanced groundwater level in the borehole after the first occurrence of groundwater, measured relative to the drilling start point along the borehole path after a rest period.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:LengthType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="balancedDateTime" type="gml:TimePositionType" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Datum und Uhrzeit der Messung des eingestellten Grundwasserstandes im Bohrloch, gemessen nach einer Pause. [en] Date and Time of measurement of the balanced groundwater level in the borehole, measured after a rest period.</documentation>
				</annotation>
			</element>
			<element name="endLevel" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Ruhewasserstand im Bohrloch nach Beendigung der Bohrarbeiten bzw. des Ausbaus, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Groundwater level in the borehole directly after completion of drilling work, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:LengthType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="endDateTime" type="gml:TimePositionType" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Datum und Uhrzeit der Messung des Ruhewasserstandes im Bohrloch nach Beendigung der Bohrarbeiten bzw. des Ausbaus. [en] Date and time of measurement of the groundwater level in the borehole after completion of drilling work.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="GroundwaterPropertyType">
		<sequence>
			<element ref="bml:Groundwater"/>
		</sequence>
	</complexType>
	<element name="IntervalSeries" type="bml:IntervalSeriesType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Schichtenverzeichnis der Bohrung. Das Schichtenverzeichnis besteht aus der Abfolge einzeln abgrenzbarer Schichten und verfügt über mindestens eine Schicht. Es können mehrere Schichtenverzeichnisse pro Bohrung vorhanden sein. [en] Stratigraphic log of the borehole. It consists of a sequence of single layers with specific intervals and must have at least one layer. There can be more than one stratigraphic logs per borehole.</documentation>
		</annotation>
	</element>
	<complexType name="IntervalSeriesType">
		<sequence>
			<element name="version" type="string" minOccurs="0">
				<annotation>
					<documentation>[de] Versionsnummer oder Versionsname des Schichtenverzeichnisses. [en] Version number or version name of the interval series.</documentation>
				</annotation>
			</element>
			<element name="description" type="gmd:LocalisedCharacterString_PropertyType">
				<annotation>
					<documentation>[de] Art des Schichtenverzeichnisses (Standardwert: Master-Schichtenverzeichnis). [en] Type of interval series (default value: master interval series).</documentation>
				</annotation>
			</element>
			<element name="stratlogDescription" type="gmd:LocalisedCharacterString_PropertyType" minOccurs="0">
				<annotation>
					<documentation>[de] Allgemeine oder weitere beschreibende Angaben zum Schichtenverzeichnis. [en] General or further descriptive information about the borehole log.</documentation>
				</annotation>
			</element>
			<element name="layer" type="bml:IntervalPropertyType" maxOccurs="unbounded">
				<annotation>
					<documentation>[de] Abgrenzbare Schichten des Schichtenverzeichnisses. Es muss mindestens eine Schicht im Schichtenverzeichnis vorhanden sein. [en] Layers with strata data of the interval series. There must be at least one layer contained in the interval series.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="IntervalSeriesPropertyType">
		<sequence>
			<element ref="bml:IntervalSeries"/>
		</sequence>
	</complexType>
	<complexType name="LayerPropertyType">
		<choice minOccurs="0">
			<element ref="bml:Component"/>
			<element ref="bml:Interval"/>
		</choice>
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
		<attributeGroup ref="gml:OwnershipAttributeGroup"/>
	</complexType>
	<element name="Interval" type="bml:IntervalType" substitutionGroup="bml:DepthInterval">
		<annotation>
			<documentation>[de] Die Daten der abgrenzbaren Schicht (Hauptschicht). Diese besteht aus bis zu neun verschiedenen Gesteinstypen, deren Merkmale in der Klasse Lithology beschrieben werden. [en] The strata data of the layer (main layer). It consists of up to nine rock types, whose attributes are described in the class Lithology.</documentation>
		</annotation>
	</element>
	<complexType name="IntervalType">
		<complexContent>
			<extension base="bml:DepthIntervalType">
				<sequence>
					<element name="rockCode" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Originale Lithologiekodierung aus den Quelldaten. [en] Original rock code, directly taken from the source data.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="string">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="rockNameText" type="gmd:LocalisedCharacterString_PropertyType" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Prägnante, klartextliche Gesteinsbezeichnung entsprechend der Information aus den Quelldaten. [en] Plaintext description of the rock types according to the information from the source data.</documentation>
						</annotation>
					</element>
					<element name="intervalType" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Art der Hauptschicht. [en] Type of the main layer.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="genesis" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Genese. [en] Genesis.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="geoGenesis" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Petrogenetische Bezeichnung. [en] Petrogenesis.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="carbonateContent" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Stärke und Art des Karbonatgehalts. [en] Amount and type of carbonate content.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="waterContent" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Feuchtezustand. [en] Water content.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="consistency" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Zustandsform bindiger Lockergesteine. [en] Consistency of incohesive unconsolidated sediments.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="compactness" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Lagerungsdichte rolliger Lockergesteine. [en] Bulk density of incohesive unconsolidated sediments.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="descriptiveText" type="gmd:LocalisedCharacterString_PropertyType" nillable="true" minOccurs="0">
						<annotation>
							<documentation>[de] Ergänzender beschreibender Freitext. [en] Supplemental descriptive text.</documentation>
						</annotation>
					</element>
					<element name="lithology" nillable="true" maxOccurs="9">
						<annotation>
							<documentation>[de] Die Merkmale von bis zu neun verschiedenen Gesteinstypen, aus denen die Hauptschicht besteht. Bei Lockergesteinen werden die Haupt- und Nebenbestandteile beschrieben. [en] The characteristics of up to nine different rock types the interval consists of. In case of loose rock major and minor components are described.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:Lithology"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="stratigraphy" nillable="true">
						<annotation>
							<documentation>[de] Stratigraphische Einstufung. [en] Stratigraphic classification.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:Stratigraphy"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
					<element name="sublayer" nillable="true" minOccurs="0" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Teilschichten oder Komponenten der Hauptschicht. [en] Sublayers or components of the main layer.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="bml:Component"/>
							</sequence>
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</complexType>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="IntervalPropertyType">
		<sequence>
			<element ref="bml:Interval"/>
		</sequence>
	</complexType>
	<element name="Component" type="bml:ComponentType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Die Daten der Teilschicht oder Komponente, die Teil der Hauptschicht ist. Diese besteht aus bis zu neun verschiedenen Gesteinstypen, deren Merkmale in der Klasse Lithology beschrieben werden. [en] The strata data of the sublayer or component that is part of the main layer. It consists of up to nine rock types, whose attributes are described in the class Lithology.</documentation>
		</annotation>
	</element>
	<complexType name="ComponentType">
		<sequence>
			<element name="from" nillable="true">
				<annotation>
					<documentation>[de] Oberkante der Teilschicht oder Komponente, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Upper edge of the sublayer or component, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:LengthType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="to" nillable="true">
				<annotation>
					<documentation>[de] Unterkante der Teilschicht oder Komponente, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Bottom edge of the sublayer or component, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:LengthType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="rockCode" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Originale Lithologiekodierung aus den Quelldaten. [en] Original rock code, directly taken from the source data.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="string">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="rockNameText" type="gmd:LocalisedCharacterString_PropertyType" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Prägnante, klartextliche Gesteinsbezeichnung entsprechend der Information aus den Quelldaten. [en] Plaintext description of the rock types according to the information from the source data.</documentation>
				</annotation>
			</element>
			<element name="intervalType" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Art der Teilschicht oder Komponente. [en] Type of sublayer or component.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="genesis" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Genese. [en] Genesis.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="geoGenesis" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Petrogenetische Bezeichnung. [en] Petrogenesis.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="carbonateContent" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Stärke und Art des Karbonatgehalts. [en] Amount and type of carbonate content.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="waterContent" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Feuchtezustand. [en] Water content.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="consistency" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Zustandsform bindiger Lockergesteine. [en] Consistency of incohesive unconsolidated sediments.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="compactness" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Lagerungsdichte rolliger Lockergesteine. [en] Bulk density of incohesive unconsolidated sediments.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="descriptiveText" type="gmd:LocalisedCharacterString_PropertyType" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Ergänzender beschreibender Freitext. [en] Supplemental descriptive text.</documentation>
				</annotation>
			</element>
			<element name="lithology" nillable="true" maxOccurs="9">
				<annotation>
					<documentation>[de] Die Merkmale von bis zu neun verschiedenen Gesteinstypen, aus denen die Teilschicht oder Komponente besteht. Bei Lockergesteinen werden die Haupt- und Nebenbestandteile beschrieben. [en] The characteristics of up to nine different rock types the interval consists of. In case of loose rock major and minor components are described.</documentation>
				</annotation>
				<complexType>
					<sequence>
						<element ref="bml:Lithology"/>
					</sequence>
					<attribute name="nilReason" type="gml:NilReasonType"/>
				</complexType>
			</element>
			<element name="stratigraphy" nillable="true">
				<annotation>
					<documentation>[de] Stratigraphische Einstufung. [en] Stratigraphic classification.</documentation>
				</annotation>
				<complexType>
					<sequence>
						<element ref="bml:Stratigraphy"/>
					</sequence>
					<attribute name="nilReason" type="gml:NilReasonType"/>
				</complexType>
			</element>
		</sequence>
	</complexType>
	<complexType name="ComponentPropertyType">
		<sequence>
			<element ref="bml:Component"/>
		</sequence>
	</complexType>
	<element name="Lithology" type="bml:LithologyType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Die Merkmale von bis zu neun verschiedenen Gesteinstypen aus denen die Hauptschicht bzw. die Teilschicht oder Komponente besteht. Bei Lockergesteinen werden die Haupt- und Nebenbestandteile beschrieben. [en] The characteristics of up to nine different rock types the interval consists of. In case of loose rock major and minor components are described.</documentation>
		</annotation>
	</element>
	<complexType name="LithologyType">
		<sequence>
			<element name="rockName" type="gml:CodeType">
				<annotation>
					<documentation>[de] Name des Gesteinstyps oder des Gesteinsbestandteils. [en] Name of the rock type or the rock component.</documentation>
				</annotation>
			</element>
			<element name="percentage" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Prozentualer Anteil. [en] Percentage.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="double">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="percentageFrom" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Untergrenze des prozentualen Anteils. [en] Lower limit of the percentage.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="double">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="percentageTo" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Obergrenze des prozentualen Anteils. [en] Upper limit of the percentage.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="double">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="rockColor" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Farbton und Helligkeit. [en] Color and brightness.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="rockColorMixture" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Verteilung der Farbe. [en] Type of color distribution.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="rockColorText" type="gmd:LocalisedCharacterString_PropertyType" minOccurs="0" maxOccurs="1">
				<annotation>
					<documentation>[de] Freitextliche Beschreibung der Farbe. [en] Free text description of the color.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="LithologyPropertyType">
		<sequence>
			<element ref="bml:Lithology"/>
		</sequence>
	</complexType>
	<element name="Stratigraphy" type="bml:StratigraphyType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Stratigraphische Einstufung. [en] Stratigraphic classification.</documentation>
		</annotation>
	</element>
	<complexType name="StratigraphyType">
		<sequence>
			<element name="chronoStratigraphy" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Chronostratigraphische Einstufung. [en] Chronostratigraphic classification.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:CodeType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="lithoStratigraphy" type="gmd:LocalisedCharacterString_PropertyType" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Lithostratigraphische Einstufung nach länderspezifischen Begriffen, als Klartext. Kann auch zwei Begriffe enthalten, die mit "und", "oder" bzw. "bis" verbunden sind. [en] Lithostratigraphic classification in plain text, with regional terms applicable. May contain two terms combined by "and", "or" or "transition to".</documentation>
				</annotation>
			</element>
			<element name="lithostratigraphicUnit" type="gmd:LocalisedCharacterString_PropertyType" nillable="true" minOccurs="0">
				<annotation>
					<documentation>[de] Lithostratigraphische Einstufung nach der „Übergeordneten Generallegende Geologie“ (ÜGL) der Staatlichen Geologischen Dienste Deutschlands. Enthält den Namen der Einheit und zusätzlich einen XLink mit der URI des entsprechenden ÜGL-Begriffs. [en] Lithostratigraphic classification according to the overarching geological legend of the State Geological Surveys of Germany ("Übergeordnete Generallegende Geologie", ÜGL). Comprises the name of the unit and additionally an XLink with the URI of the corresponding ÜGL term.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="StratigraphyPropertyType">
		<sequence>
			<element ref="bml:Stratigraphy"/>
		</sequence>
	</complexType>
	<element name="InstallationDetails" type="bml:InstallationDetailsType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Aktueller Ausbau der Bohrung. [en] Most recent installation in the borehole.</documentation>
		</annotation>
	</element>
	<complexType name="InstallationDetailsType">
		<sequence>
			<element name="installationDate" type="gml:CalDate" minOccurs="0">
				<annotation>
					<documentation>[de] Datum der Fertigstellung des Ausbaus. [en] Date of completion of the installation.</documentation>
				</annotation>
			</element>
			<element name="description" type="gmd:LocalisedCharacterString_PropertyType" minOccurs="0">
				<annotation>
					<documentation>[de] Textliche Beschreibung des Ausbaus und seiner Besonderheiten. [en] Plain text description of the installation and its specific features.</documentation>
				</annotation>
			</element>
			<element name="casingString" type="bml:CasingStringPropertyType" maxOccurs="unbounded">
				<annotation>
					<documentation>[de] Verrohrung (Rohrtour) als Teil des Gesamtausbaus des Bohrlochs. [en] Casing string as a part of the installation in the borehole.</documentation>
				</annotation>
			</element>
			<element name="spaceFilling" minOccurs="0" maxOccurs="unbounded">
				<annotation>
					<documentation>[de] Verfüllung des Ringraumes zwischen der Außenseite des Ausbaus und der Bohrlochwand, mit Teufenbezug. [en] Filling of the annular space between the outside of the installation and the borehole wall, with reference to depth.</documentation>
				</annotation>
				<complexType>
					<sequence>
						<element ref="bml:SpaceFilling"/>
					</sequence>
				</complexType>
			</element>
		</sequence>
	</complexType>
	<complexType name="InstallationDetailsPropertyType">
		<sequence>
			<element ref="bml:InstallationDetails"/>
		</sequence>
	</complexType>
	<element name="CasingString" type="bml:CasingStringType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Verrohrung (Rohrtour) als Teil des Gesamtausbaus des Bohrlochs. [en] Casing string as a part of the installation in the borehole.</documentation>
		</annotation>
	</element>
	<complexType name="CasingStringType">
		<sequence>
			<element name="casingStringNumber" type="integer">
				<annotation>
					<documentation>[de] Nummer oder Index der Rohrtour. [en] Number or index of the casing string.</documentation>
				</annotation>
			</element>
			<element name="casingStringType" type="gml:CodeType">
				<annotation>
					<documentation>[de] Art der Rohrtour. [en] Type of casing string.</documentation>
				</annotation>
			</element>
			<element name="casingStringSegment" type="bml:CasingStringSegmentPropertyType" maxOccurs="unbounded">
				<annotation>
					<documentation>[de] Rohrtourabschnitte, mit Teufenbezug. [en] Casing string segments, with reference to depth.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="CasingStringPropertyType">
		<sequence>
			<element ref="bml:CasingString"/>
		</sequence>
	</complexType>
	<element name="CasingStringSegment" type="bml:CasingStringSegmentType" substitutionGroup="bml:DepthInterval">
		<annotation>
			<documentation>[de] Rohrtourabschnitt, mit Teufenbezug. [en] Casing string segment, with reference to depth.</documentation>
		</annotation>
	</element>
	<complexType name="CasingStringSegmentType">
		<complexContent>
			<extension base="bml:DepthIntervalType">
				<sequence>
					<element name="installationElement" type="gml:CodeType">
						<annotation>
							<documentation>[de] Art des Rohres bzw. des Ausbauelements. [en] Type of the casing tube or the installation element.</documentation>
						</annotation>
					</element>
					<element name="diameter" nillable="true">
						<annotation>
							<documentation>[de] Außendurchmesser der Verrohrung oder des Ausbauelements in Millimeter. [en] Outer diameter of the casing tube or the installation element in millimeter.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:LengthType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="casingMaterial" nillable="true">
						<annotation>
							<documentation>[de] Material der Verrohrung oder des Ausbauelements. [en] Material of the casing tube or the installation element.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="wallThickness" nillable="true">
						<annotation>
							<documentation>[de] Wandstärke der Verrohrung oder des Ausbauelements in Millimeter. [en] Wall thickness of the casing tube or the installation element in millimeter.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:LengthType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="CasingStringSegmentPropertyType">
		<sequence>
			<element ref="bml:CasingStringSegment"/>
		</sequence>
	</complexType>
	<element name="SpaceFilling" type="bml:SpaceFillingType" substitutionGroup="bml:DepthInterval">
		<annotation>
			<documentation>[de] Verfüllung des Ringraumes zwischen der Außenseite des Ausbaus und der Bohrlochwand, mit Teufenbezug. [en] Filling of the annular space between the outside of the installation and the borehole wall, with reference to depth.</documentation>
		</annotation>
	</element>
	<complexType name="SpaceFillingType">
		<complexContent>
			<extension base="bml:DepthIntervalType">
				<sequence>
					<element name="spaceFillingMaterial" type="gml:CodeType">
						<annotation>
							<documentation>[de] Material der Verfüllung des Ringraumes. [en] Material of the filling of the annular space.</documentation>
						</annotation>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="SpaceFillingPropertyType">
		<sequence>
			<element ref="bml:SpaceFilling"/>
		</sequence>
	</complexType>
	<element name="Sampling" type="bml:SamplingType" substitutionGroup="bml:DepthInterval">
		<annotation>
			<documentation>[de] Beprobungsintervall im Bohrloch oder im Bohrgut, mit Teufenbezug. [en] Sampling interval in the borehole or drilled material, with reference to depth.</documentation>
		</annotation>
	</element>
	<complexType name="SamplingType">
		<complexContent>
			<extension base="bml:DepthIntervalType">
				<sequence>
					<element name="sampleType" type="gml:CodeType">
						<annotation>
							<documentation>[de] Art der Probe. [en] Type of sample.</documentation>
						</annotation>
					</element>
					<element name="samplingPurpose" nillable="true">
						<annotation>
							<documentation>[de] Beprobungszweck bzw. Art der vorgesehenen Untersuchung. [en] Purpose of sampling.</documentation>
						</annotation>
						<complexType>
							<simpleContent>
								<extension base="gml:CodeType">
									<attribute name="nilReason" type="gml:NilReasonType"/>
								</extension>
							</simpleContent>
						</complexType>
					</element>
					<element name="sampleID" type="string" minOccurs="0">
						<annotation>
							<documentation>[de] Fachlicher Identifikator (ID) der Probe, wie in der Quelldatenbank angegeben. [en] Identifier (ID) of the sample, code is taken from the source database.</documentation>
						</annotation>
					</element>
					<element name="samplingDate" type="gml:CalDate" minOccurs="0">
						<annotation>
							<documentation>[de] Zeitpunkt des Abschlusses der Probenahme.  [en] Time of sampling completion.</documentation>
						</annotation>
					</element>
					<element name="analysis" type="bml:MeasurementPropertyType" nillable="true" minOccurs="0" maxOccurs="unbounded">
						<annotation>
							<documentation>[de] Detailinformationen zur an der Probe durchgeführten Analytik/Untersuchung. [en] Detailed information on the analysis/measurement carried out on the sample.</documentation>
						</annotation>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="SamplingPropertyType"/>
	<element name="Investigation" type="bml:InvestigationType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Untersuchung im Bohrloch (Logging-Verfahren), optional mit Teufenbezug. [en] Investigation in the borehole (logging methods), optionally with reference to depth.</documentation>
		</annotation>
	</element>
	<complexType name="InvestigationType">
		<sequence>
			<element name="from" type="gml:LengthType" minOccurs="0">
				<annotation>
					<documentation>[de] Oberkante des Intervalls der Untersuchung, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Upper edge of the investigation interval, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
			</element>
			<element name="to" type="gml:LengthType" minOccurs="0">
				<annotation>
					<documentation>[de] Unterkante des Intervalls der Untersuchung, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Bottom edge of the investigation interval, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
			</element>
			<element name="investigationType" type="gml:CodeType">
				<annotation>
					<documentation>[de] Art oder Methode der Untersuchung. [en] Type or method of the investigation.</documentation>
				</annotation>
			</element>
			<element name="investigationDetail" type="bml:MeasurementPropertyType" nillable="true" minOccurs="0" maxOccurs="unbounded">
				<annotation>
					<documentation>[de] Detailinformationen zur im Bohrloch durchgeführten Untersuchung.
Erläuterung [en] Detailed information on the measurement carried out in the borehole.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="InvestigationPropertyType"/>
	<element name="GroundwaterObservation" type="bml:GroundwaterObservationType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Grundwasserbeobachtungen nach Abschluss der Bohrkampagne. Dient der ausführlichen Dokumentation von Messreihen zur Grundwasserbeobachtung. [en] Groundwater observations after completion of the drilling campaign. Serves as detailed documentation of groundwater monitoring.</documentation>
		</annotation>
	</element>
	<complexType name="GroundwaterObservationType">
		<sequence>
			<element name="drillingDepth" type="gml:LengthType">
				<annotation>
					<documentation>[de] Tiefe des Bohrlochs während der Grundwasserbeobachtung, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Depth of the borehole during the groundwater observation, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
			</element>
			<element name="groundwaterObservationType" type="gml:CodeType">
				<annotation>
					<documentation>[de] Art der Grundwasserbeobachtung. [en] Type of groundwater observation.</documentation>
				</annotation>
			</element>
			<element name="dateTime" type="gml:TimePositionType" nillable="true">
				<annotation>
					<documentation>[de] Datum und Uhrzeit der Grundwasserbeobachtung. [en] Date and time of groundwater observation.</documentation>
				</annotation>
			</element>
			<element name="groundwaterLevel" nillable="true">
				<annotation>
					<documentation>[de] Grundwasserstand im Bohrloch, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen. [en] Groundwater level in the borehole, measured relative to the drilling start point along the borehole path.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="gml:LengthType">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
			<element name="overflow" nillable="true">
				<annotation>
					<documentation>[de] Information, ob artesische Verhältnisse vorliegen oder nicht. [en] Information whether artesian conditions are given or not.</documentation>
				</annotation>
				<complexType>
					<simpleContent>
						<extension base="boolean">
							<attribute name="nilReason" type="gml:NilReasonType"/>
						</extension>
					</simpleContent>
				</complexType>
			</element>
		</sequence>
	</complexType>
	<complexType name="GroundwaterObservationPropertyType">
		<sequence>
			<element ref="bml:GroundwaterObservation"/>
		</sequence>
	</complexType>
	<element name="BoreholeFilling" type="bml:BoreholeFillingType" substitutionGroup="bml:DepthInterval">
		<annotation>
			<documentation>[de] Verfüllung des Bohrlochs, mit Teufenbezug. [en] Borehole filling, with reference to depth.</documentation>
		</annotation>
	</element>
	<complexType name="BoreholeFillingType">
		<complexContent>
			<extension base="bml:DepthIntervalType">
				<sequence>
					<element name="boreholeFillingMaterial" type="gml:CodeType">
						<annotation>
							<documentation>[de] Material der Verfüllung des Bohrlochs. [en] Material of the borehole filling.</documentation>
						</annotation>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<complexType name="BoreholeFillingPropertyType">
		<sequence>
			<element ref="bml:BoreholeFilling"/>
		</sequence>
	</complexType>
	<element name="LinkedData" type="bml:LinkedDataType" substitutionGroup="gml:AbstractObject">
		<annotation>
			<documentation>[de] Informationen zu Webseiten, die mit der Bohrung in Zusammenhang stehende Daten enthalten. [en] Information about websites that contain data associated with the borehole.</documentation>
		</annotation>
	</element>
	<complexType name="LinkedDataType">
		<sequence>
			<element name="url" type="anyURI">
				<annotation>
					<documentation>[de] URL einer mit der Bohrung in Zusammenhang stehenden Webseite (z.B. mit Labordaten oder Gutachten). [en] URL of a website associated with the borehole (e.g. with lab data or reports).</documentation>
				</annotation>
			</element>
			<element name="description" type="gmd:LocalisedCharacterString_PropertyType" minOccurs="0">
				<annotation>
					<documentation>[de] Klartextliche Beschreibung der Webseite bzw. ihres Inhalts. [en] Plain text description of the website and/or its content.</documentation>
				</annotation>
			</element>
			<element name="restrictedAccess" type="boolean" minOccurs="0">
				<annotation>
					<documentation>[de] Information, ob die Webseite zugriffsgeschützt ist oder nicht. [en] Information on whether the website is access-protected or not.</documentation>
				</annotation>
			</element>
			<element name="linkedDataType" type="gml:CodeType" minOccurs="0">
				<annotation>
					<documentation>[de] Art der Ressource. [en] Type of resource.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<complexType name="LinkedDataPropertyType">
		<sequence>
			<element ref="bml:LinkedData"/>
		</sequence>
	</complexType>
</schema>