Class <<FeatureType>> GlobalStratotypePoint (extends StratigraphicPoint)

A type of stratigraphic point used to define a globally agreed point in geologic time

Local Subclasses: (none)

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
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="GlobalStratotypePoint" substitutionGroup="gsmlgt:StratigraphicPoint" type="gsmlgt:GlobalStratotypePointType">

    <xs:annotation>

        <xs:documentation>A type of stratigraphic point used to define a globally agreed point in geologic time</xs:documentation>

    </xs:annotation>

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

    <xs:complexContent>

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

    </xs:complexContent>

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

    <xs:sequence minOccurs="0">

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

    </xs:sequence>

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

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

</xs:complexType>