<?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>12_EPC_OwnerChanged</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_OwnerChanged gml:id="id_0001">			<epccom:eventDate>				<!-- You have a CHOICE of the next 4 items at this level				<brocom:date>2022-06-01</brocom:date>				<brocom:yearMonth>2022-06</brocom:yearMonth>				<brocom:year>2022</brocom:year>				<brocom:voidReason>onbekend</brocom:voidReason>				-->				<brocom:date>2022-06-01</brocom:date>			</epccom:eventDate>			<epccom:owner>				<!-- You have a CHOICE of the next 2 items at this level				<brocom:chamberOfCommerceNumber>?</brocom:chamberOfCommerceNumber>				<brocom:europeanCompanyRegistrationNumber>?</brocom:europeanCompanyRegistrationNumber>				-->				<brocom:chamberOfCommerceNumber>55667372</brocom:chamberOfCommerceNumber>			</epccom:owner>        </epccom:EPC_OwnerChanged>    </sourceDocument></registrationRequest>