Class <<FeatureType>> GeologicSpecimenPreparation (extends PreparationStep )

An extension of OGC Specimen:PreparationStep to allow details of preparation steps to be delivered (eg, filtration and mesh size, chemical additives, crushing methods, drying parameters, etc)

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
preparationMethod GeologicSpecimenPreparationTerm 1..1 GeologicSpecimenPreparation A term from a controlled vocabulary to describe the method employed for the preparation of a geologic specimen for further analysis.
Attribute tagged values
Tag Value
sequenceNumber 1
inlineOrByReference byReference
parameter NamedValue 1..* GeologicSpecimenPreparation One or more parameters used in this preparation step. eg, mesh size in a sieving process, type of chemical additives, parameters in a mineral separation 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/processingDetails 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="GeologicSpecimenPreparation" type="gsmlla:GeologicSpecimenPreparationType" substitutionGroup="spec:PreparationStep">

    <xs:annotation>

        <xs:documentation>An extension of OGC Specimen:SF_Process to allow details of preparation steps to be delivered (eg, filtration and mesh size, chemical additives, crushing methods, drying parameters, etc)</xs:documentation>

    </xs:annotation>

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

    <xs:complexContent>

        <xs:extension base="spec:PreparationStepType">

            <xs:sequence>

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

                    <xs:annotation>

                        <xs:appinfo>

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

                        </xs:appinfo>

                        <xs:documentation>A term from a controlled vocabulary to describe the method employed for the preparation of a geologic specimen for further analysis.</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 parameters used in this preparation step. eg, mesh size in a sieving process, type of chemical additives, parameters in a mineral separation 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="GeologicSpecimenPreparationPropertyType">

    <xs:sequence minOccurs="0">

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

    </xs:sequence>

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

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

</xs:complexType>