<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdParametre">
		<xsd:annotation>
			<xsd:documentation source="Libelle">
Code du paramètre</xsd:documentation>
			<xsd:documentation source="Definition">Le code du paramètre est un identifiant alphanumérique non signifiant sur 5 positions maximum, associé à chaque paramètre enregistré par le SANDRE.

L'attribution d'un code à un paramètre relève de la responsabilité du SANDRE.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="cct:IdentifierType">
				<xsd:maxLength value="5"/>
				<xsd:attribute name="schemeID" use="optional" fixed="PAR">
					<xsd:simpleType>
						<xsd:restriction base="xsd:normalizedString"/>
					</xsd:simpleType>
				</xsd:attribute>
				<xsd:attribute name="schemeAgencyID" use="optional" fixed="SANDRE">
					<xsd:simpleType>
						<xsd:restriction base="xsd:normalizedString"/>
					</xsd:simpleType>
				</xsd:attribute>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>