<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="NomEntr">
		<xsd:annotation>
			<xsd:documentation source="Libelle">
Nom de l'entreprise</xsd:documentation>
			<xsd:documentation source="Definition">Appellation de l'entreprise</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="cct:TextType">
				<xs:maxLength xmlns:xs="http://www.w3.org/2001/XMLSchema" value="115"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>