<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CdArrondMunic">
        <xs:annotation>
            <xs:documentation source="Libelle">
Code de l'arrondissement municipal</xs:documentation>
            <xs:documentation source="Definition">Code officiel géographique sur 5 caractères attribué par l'INSEE pour chaque agglomération muncipale des trois communes que sont Paris, Lyon et Marseille.</xs:documentation>
        </xs:annotation>
        <xs:simpleContent>
            <xs:restriction base="cct:IdentifierType">
                <xs:maxLength value="5"/>
                <xs:attribute name="schemeID" use="optional" fixed="ARRONDISSEMENT_MUNICIPAL">
                    <xs:simpleType>
                        <xs:restriction base="xsd:normalizedString"/>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="schemeAgencyID" use="optional" fixed="SANDRE">
                    <xs:simpleType>
                        <xs:restriction base="xsd:normalizedString"/>
                    </xs:simpleType>
                </xs:attribute>
            </xs:restriction>
        </xs:simpleContent>
    </xs:complexType>