Class <<Type>> AnalyticalMethod
Name, and published citation (nillable), of the analytical method used in an analytical session
Local Subclasses: (none)
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
methodName
|
AnalyticalMethodTerm
|
1..1 |
AnalyticalMethod |
Reference to a controlled vocabulary of names of analytical method used in a session (eg; XRF mass spectrometry, ICPMS, SHRIMP geochronology) |
Attribute tagged values
Tag |
Value |
inlineOrByReference |
byReference |
sequenceNumber |
1 |
|
|
|
|
citation
|
CI_Citation |
1..1 |
AnalyticalMethod |
A published description of a particular analytical method (eg; a standard operating procedure document). This attribute is nillable if such a document does not exist. |
Attribute tagged values
Tag |
Value |
nillable |
True |
sequenceNumber |
2 |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
Constraints
Constraint |
Type |
Status |
Weight |
Tagged values
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnalyticalMethod" type="gsmlla:AnalyticalMethodType" substitutionGroup="gml:AbstractGML">
<xs:annotation>
<xs:documentation>Name, and published citation (nillable), of the analytical method used in an analytical session</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AnalyticalMethodType">
<xs:complexContent>
<xs:extension base="gml:AbstractGMLType">
<xs:sequence>
<xs:element name="methodName" type="gml:ReferenceType">
<xs:annotation>
<xs:documentation>Reference to a controlled vocabulary of names of analytical method used in a session (eg; XRF mass spectrometry, ICPMS, SHRIMP geochronology)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="citation" type="gmd:CI_Citation_PropertyType" nillable="true">
<xs:annotation>
<xs:documentation>A published description of a particular analytical method (eg; a standard operating procedure document). This attribute is nillable if such a document does not exist.</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="AnalyticalMethodPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmlla:AnalyticalMethod"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|