<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope 
        xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <dispatchCharacteristicsResponse
                xmlns="http://www.broservices.nl/xsd/dsepc/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/dsepc/1.0 https://raw.githubusercontent.com/BROprogramma/EPC/master/XSD/dsepc-messages.xsd"
            >
            <!-- Disclaimer: dit voorbeeldbericht valideert tegen de XSD van de uitgifteservice.
                 Het houdt geen rekening met bedrijfsregels en is mogelijkerwijs vaktechnisch/inhoudelijk niet voorbeeldig.
                xsi:schemaLocation="http://www.broservices.nl/xsd/dsepc/1.0 https://schema.broservices.nl/xsd/dsepc/1.0/dsepc-messages.xsd"
            -->
            <brocom:responseType>dispatch</brocom:responseType>
            <brocom:requestReference>uitgifte-kengegevens1</brocom:requestReference>
            <brocom:dispatchTime>2021-12-23T09:09:43+01:00</brocom:dispatchTime>
            <numberOfDocuments>2</numberOfDocuments>
            <dispatchDocument>
                <EPC_C gml:id="SEQ_0001">
                    <brocom:broId>EPC123456789012</brocom:broId>
                    <brocom:deregistered>nee</brocom:deregistered>
                    <!-- optional: -->
                    <brocom:deliveryAccountableParty>27376655</brocom:deliveryAccountableParty>
                    <brocom:qualityRegime>IMBRO</brocom:qualityRegime>
                    <brocom:objectRegistrationTime>2021-12-10T16:45:38+01:00</brocom:objectRegistrationTime>
                    <!-- optional:
                    <brocom:latestCorrectionTime>...</brocom:latestCorrectionTime>
                    -->
                    <brocom:underReview>nee</brocom:underReview>
                    <!-- optional:
                    <brocom:standardizedLocation gml:id="">...</brocom:standardizedLocation>
                    -->
                    <!-- optional:
                    <brocom:deliveredLocation gml:id="">...</brocom:deliveredLocation>
                    -->
                    <miningConstructionKind>zoutcaverne</miningConstructionKind>
                    <!-- optional: not applicable for salt caverns
                    <explorationLicenceAmount>?</explorationLicenceAmount>
                    -->
                    <cavernMeasurementCode>?</cavernMeasurementCode>
                    <!-- optional for salt caverns: not provided
                    <saltCavernPubliclyAvailable>?</saltCavernPubliclyAvailable>
                    -->
                    <!-- optional for salt caverns and boreholes: looked up via first BoreholeSegmentIdentification -->
                    <boreholeSegmentCode>12345</boreholeSegmentCode>
                    <!-- optional for salt caverns and boreholes: looked up via first BoreholeSegmentIdentification -->
                    <boreholeSegmentName>Kunrade proefboring primair</boreholeSegmentName>
                    <!-- optional: not applicable for salt caverns
                    <miningSystemName>?</miningSystemName>
                    -->
                    <!-- optional: not applicable for salt caverns
                    <miningSystemCode>?</miningSystemCode>
                    -->
                    <!-- optional: not applicable for salt caverns
                    <miningSystemKind>?</miningSystemKind>
                    -->
                    <!-- optional: not applicable for salt caverns
                    <minedArea>...</minedArea>
                    -->
                    <!-- optional: not applicable for salt caverns
                    <miningMapsAmount>?</miningMapsAmount>
                    -->
                </EPC_C>
            </dispatchDocument>
            <dispatchDocument>
                <brocom:BRO_DO gml:id="SEQ_0002">
                  <brocom:broId>EPC210987654321</brocom:broId>
                  <brocom:deregistered>ja</brocom:deregistered>
                  <brocom:deregistrationTime>2021-07-21T11:27:04+02:00</brocom:deregistrationTime>
                </brocom:BRO_DO>
            </dispatchDocument>
        </dispatchCharacteristicsResponse>
    </soap:Body>
</soap:Envelope>
