Skip to content

Commit

Permalink
version 0.2.3: changed drillingStartDate and EndDate to boreholeSegme…
Browse files Browse the repository at this point in the history
…ntDrillingStartPeriod and EndPeriod.
  • Loading branch information
HanWelmer committed Jul 29, 2024
1 parent fe1195c commit 1ad1c18
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 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.2">
version="0.2.3">
<xs:annotation>
<xs:appinfo source="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd">
<gmlsf:ComplianceLevel>0</gmlsf:ComplianceLevel>
Expand All @@ -32,7 +32,7 @@
<xs:import namespace="http://www.broservices.nl/xsd/brocommon/3.0" schemaLocation="https://schema.broservices.nl/xsd/brocommon/3.0/brocommon.xsd"/>
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="https://schema.broservices.nl/profile/gml/1.0/gml-profile.xsd"/>
<xs:import namespace="http://www.broservices.nl/xsd/epccommon/1.0" schemaLocation="https://schema.broservices.nl/xsd/epccommon/1.0/epccommon.xsd"/>
-->
-->
<xs:import namespace="http://www.broservices.nl/xsd/brocommon/3.0" schemaLocation="brocommon.xsd"/>
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="gml-profile.xsd"/>
<xs:import namespace="http://www.broservices.nl/xsd/epccommon/1.0" schemaLocation="epccommon.xsd"/>
Expand Down Expand Up @@ -840,21 +840,20 @@ Explanation: De wettelijke status is optioneel wanneer de mijnbouwconstructie ee
<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"
<xs:element name="boreholeSegmentDrillingStartPeriod"
type="brocom:DatePeriodType"
minOccurs="0"
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:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: Het datuminterval waarbinnen de datum, die het begin aangeeft van de periode dat het boortraject is aangelegd, ligt.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="drillingEndDate"
type="xs:date"
<xs:element name="boreholeSegmentDrillingEndPeriod"
type="brocom:DatePeriodType"
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>
<xs:documentation source="http://www.imvertor.org/model-info/technical-documentation">Definition: Het datuminterval waarbinnen de datum, die het einde aangeeft van de periode dat het boortraject is aangelegd, ligt.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="explorationProductionLicence"
Expand Down

0 comments on commit 1ad1c18

Please sign in to comment.