-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
3,182 additions
and
3,904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
122 changes: 106 additions & 16 deletions
122
...XSD en voorbeeld XML/Voorbeeldberichten innameservice/2. SAD_correctionRequest IMBROA.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
...XSD en voorbeeld XML/Voorbeeldberichten uitgifteservice/3. SAD_dispatchResponse SAD_C.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<dispatchDataResponse xmlns="http://www.broservices.nl/xsd/dssad/1.0" xmlns:sadcom="http://www.broservices.nl/xsd/sadcommon/1.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:brocom="http://www.broservices.nl/xsd/brocommon/3.0" xsi:schemaLocation="http://www.broservices.nl/xsd/dssad/1.0 ../dssad-messages.xsd"> | ||
<!--Disclaimer: dit voorbeeldbericht is gemaakt voor increment 0.99 van de SAD en valideert tegen de XSD van de uitgifteservice. | ||
Het is niet gevalideerd door de uitgifteservice en de inhoud is fictief en vaktechnisch/inhoudelijk niet voorbeeldig. | ||
xsi:schemaLocation="http://www.broservices.nl/xsd/dssad/1.0 https://schema.broservices.nl/xsd/dssad/1.0/dssad-messages.xsd"/> | ||
--> | ||
<!-- 0 or more repetitions: Alleen aanwezig als responseType = rejection. --> | ||
<sadcom:criterionError> | ||
<sadcom:sequenceNumber>1</sadcom:sequenceNumber> | ||
<sadcom:specification>cdscfas</sadcom:specification> | ||
</sadcom:criterionError> | ||
<!-- optional. Alleen aanwezig als responseType = dispatch. --> | ||
<sadcom:dispatchTime>2023-02-09T10:54:01+01:00</sadcom:dispatchTime> | ||
<!-- optional. Alleen aanwezig als responseType = rejection. | ||
<rejectionReason>...</rejectionReason> | ||
--> | ||
<!-- optional. Alleen aanwezig als responseType = rejection. | ||
<rejectionTime>2021-08-15T13:16:17+02:00</rejectionTime> | ||
--> | ||
<sadcom:requestReference>uitgifte_1</sadcom:requestReference> | ||
<sadcom:responseType>dispatch</sadcom:responseType> | ||
|
||
|
||
<!-- optional. Alleen aanwezig als responseType = dispatch. --> | ||
<dispatchDocument> | ||
<!-- Expect one of the following options | ||
<BRO_DO gml:id="?">?</BRO_DO> | ||
<SAD_O gml:id="?">?</SAD_O> | ||
<SAD_O_DP gml:id="?">?</SAD_O_DP> | ||
<SAD_C gml:id="?">?</SAD_C> | ||
--> | ||
<SAD_C> | ||
<sadcom:broId>SAD123456789012</sadcom:broId> | ||
<sadcom:deregistered>nee</sadcom:deregistered> | ||
<sadcom:objectRegistrationTime>2023-01-13T13:15:57+01:00</sadcom:objectRegistrationTime> | ||
<sadcom:qualityRegime>IMBRO/A</sadcom:qualityRegime> | ||
<sadcom:underReview>nee</sadcom:underReview> | ||
<identification>ae30a56d-438c-4486-bd82-68b4bb70e4da</identification> | ||
<name>SIKB Voorbeeld project Protocol 2001 en 2002</name> | ||
</SAD_C> | ||
</dispatchDocument> | ||
</dispatchDataResponse> |
33 changes: 33 additions & 0 deletions
33
...en voorbeeld XML/Voorbeeldberichten uitgifteservice/4. SAD_dispatchResponse Rejection.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<dispatchDataResponse xmlns="http://www.broservices.nl/xsd/dssad/1.0" xmlns:sadcom="http://www.broservices.nl/xsd/sadcommon/1.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:brocom="http://www.broservices.nl/xsd/brocommon/3.0" xsi:schemaLocation="http://www.broservices.nl/xsd/dssad/1.0 ../dssad-messages.xsd"> | ||
<!--Disclaimer: dit voorbeeldbericht is gemaakt voor increment 0.99 van de SAD en valideert tegen de XSD van de uitgifteservice. | ||
Het is niet gevalideerd door de uitgifteservice en de inhoud is fictief en vaktechnisch/inhoudelijk niet voorbeeldig. | ||
xsi:schemaLocation="http://www.broservices.nl/xsd/dssad/1.0 https://schema.broservices.nl/xsd/dssad/1.0/dssad-messages.xsd"/> | ||
--> | ||
<!-- 0 or more repetitions: Optioneel alleen aanwezig als responseType = rejection.--> | ||
<sadcom:criterionError> | ||
<sadcom:sequenceNumber>1</sadcom:sequenceNumber> | ||
<sadcom:specification>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</sadcom:specification> | ||
</sadcom:criterionError> | ||
<sadcom:criterionError> | ||
<sadcom:sequenceNumber>2</sadcom:sequenceNumber> | ||
<sadcom:specification>Vestibulum eget ultrices metus, eu interdum urna.</sadcom:specification> | ||
</sadcom:criterionError> | ||
<!-- optional. Alleen aanwezig als responseType = dispatch. | ||
<sadcom:dispatchTime>2023-02-09T10:54:01+01:00</sadcom:dispatchTime> --> | ||
<!-- optional. Alleen aanwezig als responseType = rejection. --> | ||
<sadcom:rejectionReason>Dit registratieobject bestaat niet.</sadcom:rejectionReason> | ||
<!-- optional. Alleen aanwezig als responseType = rejection. --> | ||
<sadcom:rejectionTime>2023-08-15T13:16:17+02:00</sadcom:rejectionTime> | ||
<sadcom:requestReference>SAD uitgifte_1</sadcom:requestReference> | ||
<sadcom:responseType>rejection</sadcom:responseType> | ||
<!-- optional. Alleen aanwezig als responseType = dispatch. | ||
<dispatchDocument> | ||
Expect one of the following options | ||
<BRO_DO gml:id="?">?</BRO_DO> | ||
<SAD_O gml:id="?">?</SAD_O> | ||
<SAD_O_DP gml:id="?">?</SAD_O_DP> | ||
<SAD_C gml:id="?">?</SAD_C> | ||
</dispatchDocument> | ||
--> | ||
</dispatchDataResponse> |
38 changes: 38 additions & 0 deletions
38
...SD en voorbeeld XML/Voorbeeldberichten uitgifteservice/5. SAD_dispatchResponse BRO_DO.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<dispatchDataResponse xmlns="http://www.broservices.nl/xsd/dssad/1.0" xmlns:sadcom="http://www.broservices.nl/xsd/sadcommon/1.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:brocom="http://www.broservices.nl/xsd/brocommon/3.0" xsi:schemaLocation="http://www.broservices.nl/xsd/dssad/1.0 ../dssad-messages.xsd"> | ||
<!--Disclaimer: dit voorbeeldbericht is gemaakt voor increment 0.99 van de SAD en valideert tegen de XSD van de uitgifteservice. | ||
Het is niet gevalideerd door de uitgifteservice en de inhoud is fictief en vaktechnisch/inhoudelijk niet voorbeeldig. | ||
xsi:schemaLocation="http://www.broservices.nl/xsd/dssad/1.0 https://schema.broservices.nl/xsd/dssad/1.0/dssad-messages.xsd"/> | ||
--> | ||
<!-- 0 or more repetitions: Alleen aanwezig als responseType = rejection. --> | ||
<sadcom:criterionError> | ||
<sadcom:sequenceNumber>1</sadcom:sequenceNumber> | ||
<sadcom:specification>cdscfas</sadcom:specification> | ||
</sadcom:criterionError> | ||
<!-- optional. Alleen aanwezig als responseType = dispatch. --> | ||
<sadcom:dispatchTime>2023-02-09T10:54:01+01:00</sadcom:dispatchTime> | ||
<!-- optional. Alleen aanwezig als responseType = rejection. | ||
<rejectionReason>...</rejectionReason> | ||
--> | ||
<!-- optional. Alleen aanwezig als responseType = rejection. | ||
<rejectionTime>2021-08-15T13:16:17+02:00</rejectionTime> | ||
--> | ||
<sadcom:requestReference>uitgifte_1</sadcom:requestReference> | ||
<sadcom:responseType>dispatch</sadcom:responseType> | ||
|
||
|
||
<!-- optional. Alleen aanwezig als responseType = dispatch. --> | ||
<dispatchDocument> | ||
<!-- Expect one of the following options | ||
<BRO_DO gml:id="?">?</BRO_DO> | ||
<SAD_O gml:id="?">?</SAD_O> | ||
<SAD_O_DP gml:id="?">?</SAD_O_DP> | ||
<SAD_C gml:id="?">?</SAD_C> | ||
--> | ||
<sadcom:BRO_DO> | ||
<sadcom:broId>SAD00000123456</sadcom:broId> | ||
<sadcom:deregistered>ja</sadcom:deregistered> | ||
<sadcom:deregistrationTime>2023-02-06T10:54:01+01:00</sadcom:deregistrationTime> | ||
</sadcom:BRO_DO> | ||
</dispatchDocument> | ||
</dispatchDataResponse> |
Oops, something went wrong.