<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="NomStructure">
		<xsd:annotation>
			<xsd:documentation source="Libelle">
Nom de la structure</xsd:documentation>
			<xsd:documentation source="Definition">Appellation littérale complète de la structure</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>