<?xml version="1.0" encoding="UTF-8"?><registrationRequest        xmlns="http://www.broservices.nl/xsd/isfrd/1.0"        xmlns:frdcom="http://www.broservices.nl/xsd/frdcommon/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/isfrd/1.0 ../../XSD/isfrd-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/isfrd/1.0 https://schema.broservices.nl/xsd/isfrd/1.0/isfrd-messages.xsd">    -->    <brocom:requestReference>10_FRD_StartRegistration</brocom:requestReference>    <!-- Optional: -->    <brocom:deliveryAccountableParty>27376655</brocom:deliveryAccountableParty>    <!-- Optional: not allowed in combination with sourceDocument FRD_StartRegistration in a registrationRequest.    <brocom:broId>?</brocom:broId>    -->    <brocom:qualityRegime>IMBRO</brocom:qualityRegime>    <sourceDocument>        <FRD_StartRegistration gml:id="id_0001">            <objectIdAccountableParty>frd_</objectIdAccountableParty>			<!-- 0 or more repetitions: -->			<groundwaterMonitoringNet>				<frdcom:GroundwaterMonitoringNet gml:id="id_0002">					<frdcom:broId>GMN123456789012</frdcom:broId>				</frdcom:GroundwaterMonitoringNet>			</groundwaterMonitoringNet>			<groundwaterMonitoringNet>				<frdcom:GroundwaterMonitoringNet gml:id="id_0003">					<frdcom:broId>GMN210987654321</frdcom:broId>				</frdcom:GroundwaterMonitoringNet>			</groundwaterMonitoringNet>			<groundwaterMonitoringTube>				<frdcom:MonitoringTube gml:id="id_0004">					<frdcom:broId>GMW123456789012</frdcom:broId>					<frdcom:tubeNumber>1</frdcom:tubeNumber>				</frdcom:MonitoringTube>			</groundwaterMonitoringTube>        </FRD_StartRegistration>    </sourceDocument></registrationRequest>