<?xml version="1.0" encoding="UTF-8"?><registrationRequest        xmlns="http://www.broservices.nl/xsd/isgpd/1.0"        xmlns:gpdcom="http://www.broservices.nl/xsd/gpdcommon/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/isgpd/1.0 ../../XSD/isgpd-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/isgpd/1.0 https://schema.broservices.nl/xsd/isgpd/1.0/isgpd-messages.xsd">    -->    <brocom:requestReference>GPD_06_AddReport-202010</brocom:requestReference>    <!-- Optional: -->    <brocom:deliveryAccountableParty>27376655</brocom:deliveryAccountableParty>    <!-- Optional: not allowed in combination with sourceDocument GPD_StartRegistration in a registrationRequest. -->    <brocom:broId>GPD123456789012</brocom:broId>    <brocom:qualityRegime>IMBRO</brocom:qualityRegime>    <sourceDocument>        <GPD_AddReport gml:id="id_0001">			<reportId>R2021-10-01</reportId>			<method codeSpace="urn:bro:gpd:Method">watermeter</method>			<!-- 1 or more repetitions: -->			<volumeSeries>				<gpdcom:period>					<brocom:beginDate>2021-10-01</brocom:beginDate>					<brocom:endDate>2021-10-31</brocom:endDate>				</gpdcom:period>				<gpdcom:waterInOut codeSpace="urn:bro:gpd:WaterInOut">onttrokken</gpdcom:waterInOut>				<gpdcom:volume uom="m3">910000</gpdcom:volume>				<!-- Optional: mandatory if RealisedInstallation.installationFunction = openBodemenergiesysteem and waterInOut = ingebracht; not allowed in all other cases.				<gpdcom:temperatureIn codeSpace="">?</gpdcom:temperatureIn>				-->			</volumeSeries>			<installationOrFacility>				<gpdcom:InstallationOrFacility>					<!-- You have a CHOICE of the next 2 items at this level:					<gpdcom:relatedGroundwaterUsageFacility>...</gpdcom:relatedGroundwaterUsageFacility>					<gpdcom:relatedRealisedInstallation>...</gpdcom:relatedRealisedInstallation>					-->					<gpdcom:relatedRealisedInstallation>						<gpdcom:RealisedInstallation gml:id="id_0002">							<gpdcom:broId>GUF123456789012</gpdcom:broId>							<gpdcom:realisedInstallationId>401</gpdcom:realisedInstallationId>						</gpdcom:RealisedInstallation>					</gpdcom:relatedRealisedInstallation>				</gpdcom:InstallationOrFacility>			</installationOrFacility>        </GPD_AddReport>    </sourceDocument></registrationRequest>