<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Genealogie">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
GENEALOGIE DU JEU DE DONNEE</xsd:documentation>
        <xsd:documentation source="Definition">La généalogie permet de tracer les modifications apportées à chaque élément d'un jeu de données (ou référentiel) administré et/ou diffusé par le Sandre.</xsd:documentation>
    </xsd:annotation>
<xsd:sequence>

   <xsd:element name="TypeGenealogie" type="sa_mat:TypeGenealogie">
   <xsd:annotation>
                <xsd:documentation source="Libelle">
   Type de généalogie</xsd:documentation>
            </xsd:annotation>
   </xsd:element>
   <xsd:element name="DateModification" type="sa_mat:DateModification">
   <xsd:annotation>
                <xsd:documentation source="Libelle">
   Date de modification</xsd:documentation>
            </xsd:annotation>
   </xsd:element>
   <xsd:element name="ComGenealogie" type="sa_mat:ComGenealogie" minOccurs="0">
   <xsd:annotation>
                <xsd:documentation source="Libelle">
   Commentaire sur la modification</xsd:documentation>
            </xsd:annotation>
   </xsd:element>   
   <xsd:element name="ElemRef" type="sa_mat:ElemRef" minOccurs="1" maxOccurs="1">

       <xsd:annotation>
<xsd:documentation source="Libelle">Subit une évolution</xsd:documentation>
</xsd:annotation>
       </xsd:element>   
   <xsd:element name="ElemRef" type="sa_mat:ElemRef" minOccurs="1" maxOccurs="1">

       <xsd:annotation>
<xsd:documentation source="Libelle">Subit une évolution</xsd:documentation>
</xsd:annotation>
       </xsd:element>
</xsd:sequence>
</xsd:complexType>