Class <<FeatureType>> Borehole (extends SamplingCurve )
A borehole is the generalized term for any narrow shaft drilled in the ground, either vertically or horizontally.
Local Subclasses: (none)Attributes
| Name | Type | Bounds | From Class | Notes |
|---|
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| collarLocation | BoreholeCollar | 1 | Borehole | One end of the GM_Curve that defines the shape Usually the point at a surface where drilling started. |
||||||
|
||||||||||
| indexData | BoreholeDetails | 0..1 | Borehole | Specifies the Borehole details | ||||||
|
||||||||||
| logElement | MappedInterval | 0..* | Borehole | Links to 1-D MappedFeature instances that are logged (interpreted) intervals within a borehole. This requirement is common in geoscience boreholes | ||||||
|
||||||||||
Constraints
| Constraint | Type | Status | Weight |
|---|---|---|---|
| mappedInterval.samplingFrame=self | Invariant | Approved | 0.00 |
Tagged values
| Tag | Value | Notes |
|---|---|---|
| byValuePropertyType | false | Values: true,false Default: false Description: enforce the 'by value' property pattern without xl |
| isCollection | false | Values: true,false Default: false Description: attribute group gml:AggregationAttributeGroup is a |
| noPropertyType | false | Values: true,false Default: false Description: suppress automatic creation of *PropertyType compl |
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Borehole" substitutionGroup="sa:SamplingCurve" type="gsml:BoreholeType">
<xs:annotation>
<xs:documentation>A borehole is the generalized term for any narrow shaft drilled in the ground, either vertically or horizontally.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BoreholeType">
<xs:complexContent>
<xs:extension base="sa:SamplingCurveType">
<xs:sequence>
<xs:element name="collarLocation" type="gsml:BoreholeCollarPropertyType">
<xs:annotation>
<xs:documentation>One end of the GM_Curve that defines the shape
Usually the point at a surface where drilling started.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="indexData" type="gsml:BoreholeDetailsPropertyType">
<xs:annotation>
<xs:documentation>Specifies the Borehole details</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="logElement" type="gsml:MappedIntervalPropertyType">
<xs:annotation>
<xs:documentation>Links to 1-D MappedFeature instances that are logged (interpreted) intervals within a borehole. This requirement is common in geoscience boreholes</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BoreholePropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsml:Borehole"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>
|