Class <<FeatureType>> StratigraphicSection (extends SF_SamplingCurve )

A sampled section of the stratigraphic record used to define a period in geologic time

Local Subclasses: GlobalStratotypeSection

Attributes

Name Type Bounds From Class Notes
geologicSetting CharacterString 1..1 StratigraphicSection A description of the geologic setting of the stratigraphic section
Attribute tagged values
Tag Value
sequenceNumber 2
nillable true
geologicDescription CharacterString 1..1 StratigraphicSection A description of the geology of the stratigraphic section (eg, lithology, paleontology, paleogeography, etc)
Attribute tagged values
Tag Value
sequenceNumber 3
nillable True
accessibility CharacterString 1..1 StratigraphicSection A description of the ability to access the stratigraphic section
Attribute tagged values
Tag Value
nillable True
sequenceNumber 4
conservation CharacterString 1..1 StratigraphicSection A description of measures to conserve the stratigraphic section
Attribute tagged values
Tag Value
nillable True
sequenceNumber 5
 

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="StratigraphicSection" substitutionGroup="sams:SF_SpatialSamplingFeature" type="gsmlgt:StratigraphicSectionType">

    <xs:annotation>

        <xs:documentation>A sampled section of the stratigraphic record used to define a period in geologic time</xs:documentation>

    </xs:annotation>

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

    <xs:complexContent>

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

            <xs:sequence>

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

                    <xs:annotation>

                        <xs:documentation>A description of the geologic setting of the stratigraphic section</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="geologicDescription" nillable="true">

                    <xs:annotation>

                        <xs:documentation>A description of the geology of the stratigraphic section (eg, lithology, paleontology, paleogeography, 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:element name="accessibility" nillable="true">

                    <xs:annotation>

                        <xs:documentation>A description of the ability to access the stratigraphic section</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="conservation" nillable="true">

                    <xs:annotation>

                        <xs:documentation>A description of measures to conserve the stratigraphic section</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="StratigraphicSectionPropertyType">

    <xs:sequence minOccurs="0">

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

    </xs:sequence>

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

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

</xs:complexType>