<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IdZonage">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Identifiant du Zonage</xsd:documentation>
        <xsd:documentation source="Definition">Identifiant national du Zonage. Il est sous la responsabilité du Sandre.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:IdentifierType">
            <xsd:length value="3"/>
            <xsd:attribute name="schemeID" use="optional" fixed="ZONAGE">
                <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>