<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TypeVanne" mixed="false" abstract="false">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Type de vannes</xsd:documentation>
        <xsd:documentation source="Definition">Code attribué à chaque valeur possible de cet attribut. Liste de valeurs possibles définies dans la nomenclature n°563.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:CodeType">
            <xsd:maxLength value="2" fixed="false"/>
            <xsd:attribute name="listID" use="optional" fixed="">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="listAgencyID" use="optional" fixed="sandre">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
        </xsd:restriction>
      <!-- WARNING : Vérifier que le @listID de ce codeType est bien renseigné -->
    </xsd:simpleContent>
</xsd:complexType>