Skip to content

Commit

Permalink
release 1.0 version 1.0.0 changed maxOccurs=unbounded for boreholeSeg…
Browse files Browse the repository at this point in the history
…mentName and boreholeSegmentCode in EPC_C.
  • Loading branch information
HanWelmer committed Aug 21, 2024
1 parent 1294eaa commit 0fbf9a5
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 545 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
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"
xsi:schemaLocation="http://www.broservices.nl/xsd/dsepc/1.0 ../../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"
xsi:schemaLocation="http://www.broservices.nl/xsd/dsepc/1.0 ../../XSD/dsepc-messages.xsd"
-->
<brocom:responseType>dispatch</brocom:responseType>
<brocom:requestReference>uitgifte-kengegevens1</brocom:requestReference>
Expand Down Expand Up @@ -47,8 +48,10 @@
-->
<!-- optional for salt caverns and boreholes: looked up via first BoreholeSegmentIdentification -->
<boreholeSegmentCode>12345</boreholeSegmentCode>
<boreholeSegmentCode>54321</boreholeSegmentCode>
<!-- optional for salt caverns and boreholes: looked up via first BoreholeSegmentIdentification -->
<boreholeSegmentName>Kunrade proefboring primair</boreholeSegmentName>
<boreholeSegmentName>Kunrade proefboring secundair</boreholeSegmentName>
<!-- optional: not applicable for salt caverns
<miningSystemName>?</miningSystemName>
-->
Expand Down
6 changes: 3 additions & 3 deletions XSD/dsepc-messages.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
targetNamespace="http://www.broservices.nl/xsd/dsepc/1.0"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="0.2.3">
version="1.0.0">
<xs:annotation>
<xs:appinfo source="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd">
<gmlsf:ComplianceLevel>0</gmlsf:ComplianceLevel>
Expand Down Expand Up @@ -181,7 +181,7 @@ Explanation: De cavernemetingcode komt overeen met de code waaronder de cavernem
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: Indicatie of de holruimtecontour publiek toegankelijk is.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="boreholeSegmentCode" minOccurs="0" maxOccurs="1">
<xs:element name="boreholeSegmentCode" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: De unieke identificatie van een boortraject in de registratie ondergrond.
Explanation: De boortrajectcode komt overeen met de code waaronder de bronhouder gegevens over het boortraject publiek beschikbaar stelt.</xs:documentation>
Expand All @@ -192,7 +192,7 @@ Explanation: De boortrajectcode komt overeen met de code waaronder de bronhouder
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="boreholeSegmentName" minOccurs="0" maxOccurs="1">
<xs:element name="boreholeSegmentName" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: De aanduiding van een boortraject binnen een boorgat middels een verkorte naam.
Explanation: In het werkveld is dit een herkenbare naam.</xs:documentation>
Expand Down
Loading

0 comments on commit 0fbf9a5

Please sign in to comment.