Class <<FeatureType>> StratigraphicPoint (extends SF_SamplingPoint )

A point in the stratigraphic record used to define a geochronologic boundary or point in geologic time

Local Subclasses: GlobalStratotypePoint

Attributes

Name Type Bounds From Class Notes
primaryGuidingCriterion CharacterString 1..1 StratigraphicPoint A description of the primary criterion used to establish this stratigraphic point
Attribute tagged values
Tag Value
nillable True
sequenceNumber 2
additionalCorrelationProperty CharacterString 1..* StratigraphicPoint Any additional criteria used to establish this stratigraphic point
Attribute tagged values
Tag Value
nillable True
sequenceNumber 3
status CharacterString 1..1 StratigraphicPoint A description of the status of stratigraphic point (eg, formally accepted, etc)
Attribute tagged values
Tag Value
nillable True
sequenceNumber 4
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
byValuePropertyType false Values: true | false
Default: false
Description: enforce the 'by value' property pattern without xlinks
isCollection false Values: true | false
Default: false
Description: attribute group gml:AggregationAttributeGroup is added to the complex type of the feature type
noPropertyType false Values: true | false
Default: false
Description: suppress automatic creation of *PropertyType complexType
 

GML-conformant XML Implementation Details

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StratigraphicPoint" substitutionGroup="sams:SF_SpatialSamplingFeature" type="gsmlgt:StratigraphicPointType">

    <xs:annotation>

        <xs:documentation>A point in the stratigraphic record used to define a geochronologic boundary or point in geologic time</xs:documentation>

    </xs:annotation>

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

    <xs:complexContent>

        <xs:extension base="sams:SF_SpatialSamplingFeatureType">

            <xs:sequence>

                <xs:element name="primaryGuidingCriterion" nillable="true">

                    <xs:annotation>

                        <xs:documentation>A description of the primary criterion used to establish this stratigraphic point</xs:documentation>

                    </xs:annotation>

                    <xs:complexType>

                        <xs:simpleContent>

                            <xs:extension base="string">

                                <xs:attribute name="nilReason" type="gml:NilReasonType"/>

                            </xs:extension>

                        </xs:simpleContent>

                    </xs:complexType>

                </xs:element>

                <xs:element maxOccurs="unbounded" minOccurs="1" name="additionalCorrelationProperty" nillable="true">

                    <xs:annotation>

                        <xs:documentation>Any additional criteria used to establish this stratigraphic point</xs:documentation>

                    </xs:annotation>

                    <xs:complexType>

                        <xs:simpleContent>

                            <xs:extension base="string">

                                <xs:attribute name="nilReason" type="gml:NilReasonType"/>

                            </xs:extension>

                        </xs:simpleContent>

                    </xs:complexType>

                </xs:element>

                <xs:element name="status" nillable="true">

                    <xs:annotation>

                        <xs:documentation>A description of the status of stratigraphic point (eg, formally accepted, etc)</xs:documentation>

                    </xs:annotation>

                    <xs:complexType>

                        <xs:simpleContent>

                            <xs:extension base="string">

                                <xs:attribute name="nilReason" type="gml:NilReasonType"/>

                            </xs:extension>

                        </xs:simpleContent>

                    </xs:complexType>

                </xs:element>

            </xs:sequence>

        </xs:extension>

    </xs:complexContent>

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

    <xs:sequence minOccurs="0">

        <xs:element ref="gsmlgt:StratigraphicPoint"/>

    </xs:sequence>

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

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

</xs:complexType>