<?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>13_EPC_LegalStatusChanged</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_LegalStatusChanged gml:id="id_0001">			<epccom:eventDate>				<!-- You have a CHOICE of the next 4 items at this level				<brocom:date>2025-10-17</brocom:date>				<brocom:yearMonth>2025-10</brocom:yearMonth>				<brocom:year>2025</brocom:year>				<brocom:voidReason>onbekend</brocom:voidReason>				-->				<brocom:date>2025-10-17</brocom:date>			</epccom:eventDate>			<epccom:legalStatus codeSpace="urn:bro:epc:LegalStatus">buitenGebruikMijnbouw</epccom:legalStatus>        </epccom:EPC_LegalStatusChanged>    </sourceDocument></registrationRequest>