<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdTaxon" mixed="false" abstract="false">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Code du taxon</xsd:documentation>
        <xsd:documentation source="Definition">Le code du taxon est un identifiant non signifiant sur six positions attribué par le SANDRE.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:IdentifierType">
            <xsd:maxLength value="6" fixed="false"/>
            <xsd:attribute name="schemeID" use="optional" fixed="TAX">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="schemeAgencyID" use="optional" fixed="SANDRE">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>