<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdMhi">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Code du milieu humide</xsd:documentation>
        <xsd:documentation source="Definition">Identifiant unique externe du milieu humide.
</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:IdentifierType">
            <xsd:attribute name="schemeID" use="optional" fixed="MHumide">
                <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>