Class <<FeatureType>> GeologicSamplingMethod (extends SF_Process )

Implementation of SF_Process to describe the method used to obtain a geologic specimen
eg:
diamond drilling
percussion drilling
piston core drilling
vibro core drilling
channel sampling
sea floor dredging
geological hammer

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
method GeologicSamplingMethodTerm 1..1 GeologicSamplingMethod Name of the process used to obtain or create a geologic specimen. eg:
diamond drilling
percussion drilling
piston core drilling
vibro core drilling
channel sampling
sea floor dredging
crushing
mineral separation
melting
geological hammer
Attribute tagged values
Tag Value
inlineOrByReference byReference
sequenceNumber 1
parameter NamedValue 1..* GeologicSamplingMethod One or more specific parameters used in the sampling process.
Attribute tagged values
Tag Value
nillable True
sequenceNumber 2
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
Only for use with SF_Specimen/samplingMethod Invariant Approved 0,00
 

Tagged values

Tag Value Notes
 

GML-conformant XML Implementation Details

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicSamplingMethod" type="gsmlla:GeologicSamplingMethodType">

    <xs:annotation>

        <xs:documentation>Implementation of SF_Process to describe the method used to obtain a geologic specimen

eg:

diamond drilling

percussion drilling

piston core drilling

vibro core drilling

channel sampling

sea floor dredging

geological hammer</xs:documentation>

    </xs:annotation>

</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicSamplingMethodType">

    <xs:complexContent>

        <xs:extension base="gml:AbstractFeatureType">

            <xs:sequence>

                <xs:element name="method" type="gml:ReferenceType">

                    <xs:annotation>

                        <xs:appinfo>

                            <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlla:GeologicSamplingMethodTerm</gml:targetElement>

                        </xs:appinfo>

                        <xs:documentation>Name of the process used to obtain or create a geologic specimen. eg:

diamond drilling

percussion drilling

piston core drilling

vibro core drilling

channel sampling

sea floor dredging

crushing

mineral separation

melting

geological hammer</xs:documentation>

                    </xs:annotation>

                </xs:element>

                <xs:element name="parameter" type="om:NamedValuePropertyType" nillable="true" minOccurs="1" maxOccurs="unbounded">

                    <xs:annotation>

                        <xs:documentation>One or more specific parameters used in the sampling process.</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="GeologicSamplingMethodPropertyType">

    <xs:sequence minOccurs="0">

        <xs:element ref="gsmlla:GeologicSamplingMethod"/>

    </xs:sequence>

    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>

    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>

</xs:complexType>