Class <<DataType>> DrillingDetails
Local Subclasses: (none)
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
drillingMethod
|
BoreholeDrillingMethodCode
|
1..1 |
DrillingDetails |
Indicates the drilling method used. Appropriate terms would include rotary air blast; auger; diamond core; air core; etc |
Attribute tagged values
Tag |
Value |
sequenceNumber |
1 |
inlineOrByReference |
byReference |
nillable |
True |
|
|
|
|
boreholeDiameter
|
Quantity |
1..1 |
DrillingDetails |
The diameter of the drilled hole |
Attribute tagged values
Tag |
Value |
sequenceNumber |
2 |
nillable |
True |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
interval
|
GM_Object |
1 |
DrillingDetails |
A shape that is a 1-D interval (eg, a "from" and "to", or "top" and "base" measurement) and uses the SRS of the containing borehole |
Association tagged values
Tag |
Value |
sequenceNumber |
3 |
|
|
|
|
Constraints
Constraint |
Type |
Status |
Weight |
Tagged values
Tag |
Value |
Notes |
isCollection |
false |
Values: true | false Default: false Description: Identifies the data type as an object collection.
|
noPropertyType |
false |
Values: false Default: false Description: Surpress creation of a standard property type that supports inline encoding (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE.
|
xsdEncodingRule |
iso19136_2007_INSPIRE_Extensions |
Values: iso19136_2007 | iso19139_2007 | iso19136_2007_INSPIRE_Extensions Default: iso19136_2007 Description: XML Schema encoding rule to apply
|
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DrillingDetails" substitutionGroup="gml:AbstractObject" type="gsmlbh:DrillingDetailsType"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DrillingDetailsType">
<xs:sequence>
<xs:element name="drillingMethod" type="gml:ReferenceType" nillable="true">
<xs:annotation>
<xs:appinfo>
<gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlbh:BoreholeDrillingMethodCodeType</gml:targetElement>
</xs:appinfo>
<xs:documentation>Indicates the drilling method used. Appropriate terms would include rotary air blast; auger; diamond core; air core; etc</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="boreholeDiameter" nillable="true">
<xs:annotation>
<xs:documentation>The diameter of the drilled hole</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="swe:QuantityPropertyType">
<xs:attribute name="nilReason" type="gml:NilReasonType"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="interval" type="gml:GeometryPropertyType">
<xs:annotation>
<xs:documentation>A shape that is a 1-D interval (eg, a "from" and "to", or "top" and "base" measurement) and uses the SRS of the containing borehole</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DrillingDetailsPropertyType">
<xs:sequence>
<xs:element ref="gsmlbh:DrillingDetails"/>
</xs:sequence>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|