<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdContact">
        <xsd:annotation>
            <xsd:documentation source="Libelle">
Code du contact</xsd:documentation>
            <xsd:documentation source="Definition">Numéro d'ordre attribué à chaque contact pour un intervenant.

Le numéro du contact relève de la responsabilité de l'organisme ayant saisi les informations, gestionnaire de la liste des contacts.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleContent>
            <xsd:restriction base="cct:IdentifierType">
                <xsd:maxLength value="3"/>
                <xsd:attribute name="schemeID" use="optional" fixed="CNT">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:normalizedString"/>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute name="schemeAgencyID" use="required">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:normalizedString"/>
                    </xsd:simpleType>
                </xsd:attribute>
            </xsd:restriction>
        </xsd:simpleContent>
    </xsd:complexType>