Skip to content

Commit

Permalink
Change boreholeLength encoding
Browse files Browse the repository at this point in the history
Change boreholeLength encoding to add the nilReason attribute.
  • Loading branch information
fabiovinci committed Mar 25, 2024
1 parent 0a6cfe1 commit 9d338f4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions schemas/ge-core/4.0/GeologyCore.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,22 @@ External object identifier of the spatial object.</documentation>
<documentation>The downhole geometry of the borehole</documentation>
</annotation>
</element>
<element name="boreholeLength" nillable="true" type="swe:QuantityPropertyType">
<element name="boreholeLength" nillable="true">
<annotation>
<documentation>-- Definition --
The distance along a borehole.

-- Description --
This will be determined by the data provider (ie, "length" can have different sources, like drillers measurement, loggers measurement, survey).</documentation>
<documentation>-- Definition -- The distance along a borehole. -- Description -- This
will be determined by the data provider (ie, "length" can have different sources,
like drillers measurement, loggers measurement, survey).</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="gml:AbstractMemberType">
<sequence>
<element ref="swe:Quantity"/>
</sequence>
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="elevation" nillable="true">
<annotation>
Expand Down

0 comments on commit 9d338f4

Please sign in to comment.