Skip to content

Commit

Permalink
BROSVO-1890: Changed type of BoreholeSegmentType.drillingStartDate an…
Browse files Browse the repository at this point in the history
…d drillingEndDate from xs:Date to brocom:PartialDatePropertyType.
  • Loading branch information
HanWelmer committed Sep 11, 2024
1 parent e2b241a commit 62c6148
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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="1.0.0">
version="1.0.1>
<xs:annotation>
<xs:appinfo source="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd">
<gmlsf:ComplianceLevel>0</gmlsf:ComplianceLevel>
Expand Down Expand Up @@ -277,13 +277,13 @@ Explanation: Een boorgat valt onder de Mijnbouwwet wanneer bij een boring naar d
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: De locatie van de oorsprong van het boorgat.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="1"
<xs:element minOccurs="0"
maxOccurs="1"
name="horizontalPositioning"
nillable="false"
type="epccom:HorizontalPositioningType">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: De gegevens over het bepalen van de locatie van de oorsprong van het boorgat.</xs:documentation>
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: De gegevens over het bepalen van de locatie van de oorsprong van het boorgat. Het gegeven is optioneel omdat de mijnbouwwetgeving niet verplicht om deze gegevens aan te leveren.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="1"
Expand Down
4 changes: 2 additions & 2 deletions XSD/epccommon.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ Explanation: In het werkveld is dit een herkenbare naam.</xs:documentation>
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: Het oorspronkelijke doel waarvoor het boortraject is aangelegd.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="drillingStartDate" type="xs:date" minOccurs="1" maxOccurs="1">
<xs:element name="drillingStartDate" type="brocom:PartialDatePropertyType" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: De datum waarop het boren van het boortraject is begonnen.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="drillingEndDate" type="xs:date" minOccurs="0" maxOccurs="1">
<xs:element name="drillingEndDate" type="brocom:PartialDatePropertyType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: De datum waarop de aanleg van het boortraject is beëindigd.
Explanation: De aanleg van een boortraject eindigt op het moment dat na de boring een bovengrondse afwerking wordt geïnstalleerd, of het moment dat aansluitende activiteiten zoals bijvoorbeeld een productietest beëindigd zijn.</xs:documentation>
Expand Down

0 comments on commit 62c6148

Please sign in to comment.