<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdLieuSurv">


<xsd:annotation>
        <xsd:documentation source="Libelle">
Code du lieu de surveillance</xsd:documentation>
        <xsd:documentation source="Definition">Identifiant unique Sandre et non signifiant du lieu de surveillance. Les informations associées au lieu de surveillance relèvent de la responsabilité du producteur.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
	<xsd:restriction base="cct:IdentifierType">
      <xsd:maxLength value="25"/>
      
      <xsd:attribute ref="cct:schemeID" use="optional" fixed="LieuSurv">

		</xsd:attribute>
      <xsd:attribute ref="cct:schemeAgencyID" use="optional">
		</xsd:attribute>    
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>