<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdProcSchemGeol">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Code du procédé d'illustration schématique géologique</xsd:documentation>
        <xsd:documentation source="Definition">Le code du schéma est un numéro sans signifiance permettant d'identifier de manière unique le schéma. 

Un schéma pouvant s'appliquer à une ou plusieurs entités hydrogéologiques, ce code ne doit pas être construit en fonction du code de l'entité hydrogéologique.

</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:IdentifierType">
            <xsd:maxLength value="10"/>
            <xsd:attribute name="schemeID" use="optional" fixed="ProcSchemGeol">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="schemeAgencyID" use="optional">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>