Class <<CodeList>> BoreholeDrillingMethodCode

 

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
Vibratory 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Sonic_%28Vibratory%29_Drilling
RC 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Reverse_circulation
RAB 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Percussion_rotary_air_blast_drilling
hyraulic rotary 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Hydraulic-rotary_drilling
direct push 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Direct_Push_Rigs
diamond core 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Diamond_core_drilling
cable tool 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Cable_tool_drilling
air core 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Air_core_drilling
auger 1..1 BoreholeDrillingMethodCode http://en.wikipedia.org/wiki/Drilling_rig#Auger_drilling
hand auger 1..1 BoreholeDrillingMethodCode
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
asDictionary false Values: true,false
Default: false
Description: implement as a dictionary instead of enumeration
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:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BoreholeDrillingMethodCodeType">
    <xs:union memberTypes="gsml:BoreholeDrillingMethodCodeEnumerationType gsml:BoreholeDrillingMethodCodeOtherType"/>
</xs:simpleType>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BoreholeDrillingMethodCodeEnumerationType">
    <xs:restriction base="string">
        <xs:enumeration value="Vibratory">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Sonic_%28Vibratory%29_Drilling</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="RC">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Reverse_circulation</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="RAB">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Percussion_rotary_air_blast_drilling</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="hyraulic rotary">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Hydraulic-rotary_drilling</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="direct push">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Direct_Push_Rigs</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="diamond core">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Diamond_core_drilling</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="cable tool">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Cable_tool_drilling</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="air core">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Air_core_drilling</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="auger">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Drilling_rig#Auger_drilling</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="hand auger"/>
    </xs:restriction>
</xs:simpleType>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BoreholeDrillingMethodCodeOtherType">
    <xs:restriction base="string">
        <xs:pattern value="other: \w{2,}"/>
    </xs:restriction>
</xs:simpleType>