<?xml version="1.0" encoding="UTF-8"?>
<registrationRequest
        xmlns="http://www.broservices.nl/xsd/isepl/1.0"
        xmlns:eplcom="http://www.broservices.nl/xsd/eplcommon/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/isepl/1.0 ../../XSD/isepl-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/isepl/1.0 https://schema.broservices.nl/xsd/isepl/1.0/isepl-messages.xsd">
    -->
    <brocom:requestReference>07_EPL_PublicationTermination</brocom:requestReference>
    <!-- Optional: -->
    <brocom:deliveryAccountableParty>27376655</brocom:deliveryAccountableParty>
    <!-- Optional: not allowed in combination with sourceDocument 01_EPL_PublicationLicence in a registrationRequest. Required otherwise.-->
    <brocom:broId>EPL_1234567890001</brocom:broId>
    <brocom:qualityRegime>IMBRO</brocom:qualityRegime>
    <sourceDocument>
		<eplcom:EPL_ClosureTermination gml:id="id_0001">
			<eplcom:eventDate>2022-10-01</eplcom:eventDate>
            <!--Gebeurtenissen: opvolgingAfgebroken, intrekkingAfgebroken-->
			<eplcom:eventName codeSpace="urn:bro:epl:EventName">opvolgingAfgebroken</eplcom:eventName>
			<eplcom:decreeNumber>60</eplcom:decreeNumber>
		</eplcom:EPL_ClosureTermination>
    </sourceDocument>
</registrationRequest>
