Class <<FeatureType>> AnalyticalSession
This class describes the time and operator of a particular laboratory analytical session. AnalyticalSession also has associated links to the type of instrument and analytical method used, processing steps applied to data collected during a session, and instrument parameters unique to that session.
Local Subclasses: (none)
Attributes
| Name |
Type |
Bounds |
From Class |
Notes |
|
time
|
TM_Period |
1..1 |
AnalyticalSession |
The time period during which the analysis was performed |
Attribute tagged values
| Tag |
Value |
| sequenceNumber |
1 |
|
|
|
|
|
operator
|
CI_ResponsibleParty |
1..1 |
AnalyticalSession |
The name of the operator or organisation responsible for the analytical session |
Attribute tagged values
| Tag |
Value |
| sequenceNumber |
2 |
|
|
|
|
|
parameter
|
NamedValue |
1..* |
AnalyticalSession |
This association is analogous to the "parameter" attribute of OM_Observation, but in this case describes environmental or instrument setting parameters that apply to an entire analytical session (eg, voltage, current, temperature, vacuum). The "name" attribute of NamedValue is implemented in OMXML as a byReference URI to a controlled list. |
Attribute tagged values
| Tag |
Value |
| nillable |
True |
| sequenceNumber |
3 |
|
|
|
|
Outbound Associations
| Name |
Type |
Multiplicity |
From Class |
Notes |
|
instrument
|
AnalyticalInstrument
|
1 |
AnalyticalSession |
Identifies the instrument used in the analytical session |
Association tagged values
| Tag |
Value |
| sequenceNumber |
4 |
| nillable |
True |
|
|
|
|
|
referenceAnalyses
|
ReferenceSpecimen
|
1..* |
AnalyticalSession |
Describes any reference specimens (ie, standards, blanks) used in the analytical session. |
Association tagged values
| Tag |
Value |
| nillable |
True |
| sequenceNumber |
9 |
|
|
|
|
Constraints
| Constraint |
Type |
Status |
Weight |
Tagged values
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnalyticalSession" type="gsmlla:AnalyticalSessionType" substitutionGroup="gml:AbstractFeature">
<xs:annotation>
<xs:documentation>This class describes the time and operator of a particular laboratory analytical session. AnalyticalSession also has associated links to the type of instrument and analytical method used, processing steps applied to data collected during a session, and instrument parameters unique to that session.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnalyticalSessionType">
<xs:complexContent>
<xs:extension base="gml:AbstractFeatureType">
<xs:sequence>
<xs:element name="time" type="gml:TimePeriodPropertyType">
<xs:annotation>
<xs:documentation>The time period during which the analysis was performed</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="operator" type="gmd:CI_ResponsibleParty_PropertyType">
<xs:annotation>
<xs:documentation>The name of the operator or organisation responsible for the analytical session</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="parameter" type="om:NamedValuePropertyType" nillable="true" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>This association is analogous to the "parameter" attribute of OM_Observation, but in this case describes environmental or instrument setting parameters that apply to an entire analytical session (eg, voltage, current, temperature, vacuum). The "name" attribute of NamedValue is implemented in OMXML as a byReference URI to a controlled list.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="instrument" type="gsmlla:AnalyticalInstrumentPropertyType" nillable="true">
<xs:annotation>
<xs:documentation>Identifies the instrument used in the analytical session</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="referenceAnalyses" type="gsmlla:ReferenceSpecimenPropertyType" nillable="true" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Describes any reference specimens (ie, standards, blanks) used in the analytical session.</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="AnalyticalSessionPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmlla:AnalyticalSession"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|