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


<xsd:annotation>
        <xsd:documentation source="Libelle">
Code européen du bassin DCE</xsd:documentation>
        <xsd:documentation source="Definition">Le code européen correspond au code national préfixé par le code ISO du pays sur 2 caractères; "FR" pour la France.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
	<xsd:restriction base="cct:IdentifierType">
      <xsd:minLength value="3"/>
      <xsd:maxLength value="42"/>
      
      <xsd:attribute ref="cct:schemeID" use="optional" fixed="BassinDCE">

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