<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IdSurv">
    <xs:annotation>
        <xs:documentation source="Libelle">
Identifiant de la surveillance</xs:documentation>
        <xs:documentation source="Definition">Code unique français non signifiant  de la surveillance. 
Cet identifiant est sous la responsabilité du BRGM.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:restriction base="cct:IdentifierType">
            <xs:attribute ref="cct:schemeID" use="optional" fixed="Surv"/>
            <xs:attribute ref="cct:schemeAgencyID" use="optional"/>
        </xs:restriction>
    </xs:simpleContent>
</xs:complexType>