<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CodeSegHydroThematique">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Code du segment hydrographique thématique</xsd:documentation>
        <xsd:documentation source="Definition">Correspond au code du segment hydrographique thématique tel que définit par l'organisme en charge de la définition du segment thématique.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:IdentifierType">
            <xsd:attribute name="schemeID" use="optional" fixed="SEGMENT_HYDROGRAPHIQUE_THEMATIQUE">
                <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>