<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdZoneProtegeeInond" mixed="false" abstract="false">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Code de la zone protégée contre les inondations</xsd:documentation>
        <xsd:documentation source="Definition">Identifiant non signifiant attribué à chaque zone protégée contre les inondations.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:IdentifierType">
            <xsd:maxLength value="20" fixed="false"/>
            <xsd:attribute name="schemeID" use="optional" fixed="ZONE_PROTEGEE_CONTRE_LES_INONDATIONS">
                <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>