<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdInterlocuteur">
		<xsd:annotation>
			<xsd:documentation source="Libelle">
Code de l'interlocuteur</xsd:documentation>
			<xsd:documentation source="Definition">Code attribué à l'interlocuteur dans le jeu de données de référence des interlocuteurs.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="cct:IdentifierType">
				<xsd:attribute ref="cct:schemeID" use="optional" fixed="Interlocuteur"/>
				<xsd:attribute ref="cct:schemeAgencyID" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>