<?xml version="1.0" encoding="UTF-8"?>
<dispatchDataResponse
		xmlns="http://www.broservices.nl/xsd/dsgpd/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/dsgpd/1.0 ../../XSD/dsgpd-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/dsgpd/1.0 https://schema.broservices.nl/xsd/dsgpd/1.0/dsgpd-messages.xsd">
    -->
    <brocom:responseType>dispatch</brocom:responseType>
    <brocom:requestReference>uitgifte-GPD</brocom:requestReference>
    <!-- optional. Alleen aanwezig als responseType = rejection.
    <brocom:rejectionTime>2021-08-15T13:16:17+02:00</brocom:rejectionTime>
    -->
    <!-- optional. Alleen aanwezig als responseType = dispatch. -->
    <brocom:dispatchTime>2022-01-14T10:55:00+01:00</brocom:dispatchTime>
    <!-- optional. Alleen aanwezig als responseType = rejection.
    <brocom:rejectionReason>...</brocom:rejectionReason>
    -->
    <!-- 0 or more repetitions: Alleen aanwezig als responseType = rejection.
    <brocom:criterionError>... </brocom:criterionError>
    -->
    <!-- optional. Alleen aanwezig als responseType = dispatch. -->
    <dispatchDocument>
        <!-- Expect one of the following options
		<BRO_DO gml:id="?">?</BRO_DO>
		<GPD_O gml:id="?">?</GPD_O>
		<GPD_O_DP gml:id="?">?</GPD_O_DP>
		-->
		<brocom:BRO_DO gml:id="id_0001">
			<brocom:broId>GPD123456789012</brocom:broId>
			<brocom:deregistered>ja</brocom:deregistered>
			<brocom:deregistrationTime>2022-01-13T13:15:57+01:00</brocom:deregistrationTime>
        </brocom:BRO_DO>
    </dispatchDocument>
</dispatchDataResponse>
