<?xml version="1.0" encoding="UTF-8"?><registrationRequest        xmlns="http://www.broservices.nl/xsd/isepc/1.0"        xmlns:epccom="http://www.broservices.nl/xsd/epccommon/1.0"        xmlns:brocom="http://www.broservices.nl/xsd/brocommon/3.0"        xmlns:gml="http://www.opengis.net/gml/3.2"        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"        xsi:schemaLocation="http://www.broservices.nl/xsd/isepc/1.0 ../../XSD/isepc-messages.xsd">    <!--Disclaimer: dit voorbeeldbericht valideert tegen de XSD van de innameservice.        Het is niet gevalideert door de innameservice en is vaktechnisch/inhoudelijk niet voorbeeldig.        xsi:schemaLocation="http://www.broservices.nl/xsd/isepc/1.0 https://schema.broservices.nl/xsd/isepc/1.0/isepc-messages.xsd">    -->    <brocom:requestReference>11_EPC_AddBoreholeSegment</brocom:requestReference>    <!-- Optional: -->    <brocom:deliveryAccountableParty>27376655</brocom:deliveryAccountableParty>    <!-- Optional: not allowed in combination with sourceDocument EPC_StartRegistrationXxx in a registrationRequest.-->    <brocom:broId>EPC123456789012</brocom:broId>    <brocom:qualityRegime>IMBRO</brocom:qualityRegime>    <sourceDocument>        <epccom:EPC_AddBoreholeSegment gml:id="id_0001">			<!-- Optional: -->			<epccom:existingBoreholeSegment>				<epccom:boreholeSegmentCode>12345</epccom:boreholeSegmentCode>				<epccom:geometry>					<!-- geometrie uitgedrukt in RD New + NAP -->					<!-- aangepast geometrie van primair boorgat, met aftakpunt 193051 320702 -183.46 voor de zijtak. -->					<gml:LineString gml:id="id_0002" srsDimension="3" srsName="urn:ogc:def:crs:EPSG::7415">						<gml:posList>							193050 320700 86.55							193050 320700 -14.73							193051 320702 -183.46							193052 320705 -264.18							193049 320702 -516.51						</gml:posList>					</gml:LineString>				</epccom:geometry>			</epccom:existingBoreholeSegment>			<epccom:newBoreholeSegment>				<epccom:BoreholeSegment gml:id="id_0003">					<epccom:boreholeSegmentCode>2</epccom:boreholeSegmentCode>					<epccom:boreholeSegmentName>Kunrade proefboring zijtak</epccom:boreholeSegmentName>					<epccom:boreholeSegmentCategory codeSpace="urn:bro:epc:BoreholeSegmentCategory">zijtak</epccom:boreholeSegmentCategory>					<epccom:purpose codeSpace="urn:bro:epc:MiningActivity">onderzoekMijnbouw</epccom:purpose>					<epccom:drillingStartDate>2022-01-05</epccom:drillingStartDate>					<!-- Optional: -->					<epccom:drillingEndDate>2022-01-28</epccom:drillingEndDate>					<!-- Optional: -->					<epccom:dateOfDisclosure>2026-12-23</epccom:dateOfDisclosure>					<!-- Optional: -->					<epccom:boreholeSegmentLocation>						<epccom:trueVerticalDepth uom="m">1058.55</epccom:trueVerticalDepth>						<epccom:totalLength uom="m">1072</epccom:totalLength>						<epccom:geometry>							<!-- You have a CHOICE of the next 2 items at this level							<gml:LineString>..</gml:LineString>							<gml:Curve>?</gml:Curve>							-->							<gml:Curve gml:id="id_0004" srsDimension="3" srsName="urn:ogc:def:crs:EPSG::7415">								<gml:segments>									<!-- 1 or more repetitions of either gml:LineStringSegment or gml:ArcString -->									<gml:LineStringSegment interpolation="linear">										<gml:posList>											193051 320702 -183.46											193049 320702 -461.15										</gml:posList>									</gml:LineStringSegment>									<gml:ArcString interpolation="circularArc3Points" numArc="1">										<gml:posList>											193049 320702 -461.15											193051 320703 -674 											193048 320701 -972										</gml:posList>									</gml:ArcString>								</gml:segments>							</gml:Curve>						</epccom:geometry>					</epccom:boreholeSegmentLocation>				</epccom:BoreholeSegment>			</epccom:newBoreholeSegment>        </epccom:EPC_AddBoreholeSegment>    </sourceDocument></registrationRequest>