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