<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NomIntSupport">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation source="Libelle">
Nom international du support</xsd:documentation>
			<xsd:documentation source="Definition">Le nom international du support est une information précisant le libellé utilisé de manière international pour le support. Il s'agit généralement du nom anglais du support.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:restriction base="cct:TextType">
				<xsd:maxLength value="255"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xs:complexType>