<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdSupport">
		<xsd:annotation>
			<xsd:documentation source="Libelle">
Code du support</xsd:documentation>
			<xsd:documentation source="Definition">Le code du support est un identifiant numérique non signifiant sur trois positions, qui associe à un nom de support un nombre.

La liste des supports est administrée par le SANDRE qui en a la responsabilité.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="cct:IdentifierType">
				<xsd:maxLength value="3"/>
				<xsd:attribute name="schemeID" use="optional" fixed="SUP">
					<xsd:simpleType>
						<xsd:restriction base="xsd:normalizedString"/>
					</xsd:simpleType>
				</xsd:attribute>
				<xsd:attribute name="schemeAgencyID" use="optional">
					<xsd:simpleType>
						<xsd:restriction base="xsd:normalizedString"/>
					</xsd:simpleType>
				</xsd:attribute>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>