<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdStratigraphie" abstract="false" mixed="false">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Code de la stratigraphie</xsd:documentation>
        <xsd:documentation source="Definition">Le code de la stratigraphie est l'identifiant unique d'une stratigraphie.

Le code de la stratigraphie est administré par le BRGM.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:IdentifierType">
            <xsd:maxLength value="5" fixed="false"/>
            <xsd:attribute name="schemeID" use="optional" fixed="STG">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="schemeAgencyID" use="optional" fixed="BRGM">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>