Class <<FeatureType>> GlobalStratotypeSection (extends StratigraphicSection)

A type of stratigraphic section used to define a globally agreed standard period of geologic time

Local Subclasses: (none)

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
value(status)=="GSSP" Invariant Approved 0,00
 

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="GlobalStratotypeSection" substitutionGroup="gsmlgt:StratigraphicSection" type="gsmlgt:GlobalStratotypeSectionType">

    <xs:annotation>

        <xs:documentation>A type of stratigraphic section used to define a globally agreed standard period of geologic time</xs:documentation>

    </xs:annotation>

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

    <xs:complexContent>

        <xs:extension base="gsmlgt:StratigraphicSectionType"/>

    </xs:complexContent>

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

    <xs:sequence minOccurs="0">

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

    </xs:sequence>

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

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

</xs:complexType>