Class <<FeatureType>> ReferenceSpecimen (extends SF_Specimen )
A reference specimen is a specimen with known or accepted values of some property. The citation property describes the location of a published description of these values. Reference specimens include analytical blanks.
Analytical results from a reference specimen analysed during an AnalyticalSession are delivered in the same way as the results of other specimens analysed in that session.
Local Subclasses: (none)
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
referenceDescription
|
CI_Citation |
1..1 |
ReferenceSpecimen |
Citation of published analytical results for this standard reference specimen |
Attribute tagged values
Tag |
Value |
sequenceNumber |
1 |
nillable |
true |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
usedIn
|
AnalyticalSession
|
1..* |
ReferenceSpecimen |
Identifies any analytical sessions in which the reference specimens were used |
Association tagged values
Tag |
Value |
sequenceNumber |
5 |
nillable |
True |
|
|
|
|
Constraints
Constraint |
Type |
Status |
Weight |
Tagged values
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReferenceSpecimen" type="gsmlla:ReferenceSpecimenType" substitutionGroup="spec:SF_Specimen">
<xs:annotation>
<xs:documentation>A reference specimen is a specimen with known or accepted values of some property. The citation property describes the location of a published description of these values. Reference specimens include analytical blanks.
Analytical results from a reference specimen analysed during an AnalyticalSession are delivered in the same way as the results of other specimens analysed in that session.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReferenceSpecimenType">
<xs:complexContent>
<xs:extension base="spec:SF_SpecimenType">
<xs:sequence>
<xs:element name="referenceDescription" type="gmd:CI_Citation_PropertyType" nillable="true">
<xs:annotation>
<xs:documentation>Citation of published analytical results for this standard reference specimen</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="usedIn" type="gsmlla:AnalyticalSessionPropertyType" nillable="true" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Identifies any analytical sessions in which the reference specimens were used</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="ReferenceSpecimenPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmlla:ReferenceSpecimen"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|