Subversion Repositories eFlore/Applications.coel

Rev

Rev 1415 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<!-- ===================================================================== -->
<!-- Introduction                                                          -->
<!-- ===================================================================== -->
<!-- Darwin Core XML schema                                                -->
<!-- History:                                                              -->
<!--   version 0.7 2007-04-23 R. De Giovanni: Changed namespace            -->
<!--   version 0.6 2007-04-17 R. De Giovanni: Added qualification for      -->
<!--                          types included from tdwg_basetypes.xsd       -->
<!--   version 0.5 2007-02-14 J. Wieczorek, R. De Giovanni, J. de la Torre -->
<!-- Status:                                                               -->
<!--   Ready for testing                                                   -->
<!--   See http://wiki.tdwg.org for current status of this standard.       -->
<!-- ===================================================================== -->
<!-- Schema                                                                -->
<!-- ===================================================================== -->
<xs:schema targetNamespace="http://www.tela-botanica.org/coel/str/" xmlns:cse="http://www.tela-botanica.org/coel/str/element" xmlns:cs="http://www.tela-botanica.org/coel/str/" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="0.1">

        <!-- ============================================================== -->
        <!-- Documentation                                                  -->
        <!-- ============================================================== -->
        <xs:annotation>
                <xs:documentation>Protocole XML Schema pour COEL Structure. Pour la documentation complĂȘte voir http://www.tela-botanica.org/appli:coel/doc/v1.00/</xs:documentation>
        </xs:annotation>

        <!-- ============================================================== -->
        <!-- Includes                                                       -->
        <!-- ============================================================== -->
        <!-- include - inclusions must be top-level elements (children of   -->
        <!--   the xs:schema element. Inclusion is restricted to the       -->
        <!--   definition of a single namespace.                            -->
        <!-- ============================================================== -->
        <xs:include schemaLocation="http://rs.tdwg.org/dwc/tdwg_basetypes.xsd"/>

        <!-- ============================================================== -->
        <!-- Imports                                                        -->
        <!-- ============================================================== -->
        <!-- import - must be used to import definitions from other         -->
        <!--   namespaces.                                                  -->
        <!-- ============================================================== -->
        <xs:import namespace="http://www.tela-botanica.org/coel/str/element" schemaLocation="http://localhost/coel/doc/xsd/tb_coel_str_element.xsd"/>

        <!-- ============================================================== -->
        <!-- Elements                                                       -->
        <!-- ============================================================== -->
        <xs:element name="IdStructure" type="xs:nonNegativeInteger" substitutionGroup="cse:coelStrElement" nillable="false">
                <xs:annotation>
                        <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_id_structure" xml:lang="fr"/>
                </xs:annotation>
        </xs:element>
        <xs:element name="CeProjet" type="xs:nonNegativeInteger" substitutionGroup="cse:coelStrElement" nillable="false">
                <xs:annotation>
                        <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_ce_projet" xml:lang="fr"/>
                </xs:annotation>
        </xs:element>
        <xs:element name="CeMere" type="xs:nonNegativeInteger" substitutionGroup="cse:coelStrElement" nillable="true">
                <xs:annotation>
                        <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_ce_mere" xml:lang="fr"/>
                </xs:annotation>
        </xs:element>
        <xs:element name="Guid" type="xs:string" substitutionGroup="cse:coelStrElement" nillable="false">
                <xs:annotation>
                        <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_guid" xml:lang="fr"/>
                </xs:annotation>
        </xs:element>
        <xs:element name="TrukIdentifiantAlternatif" type="xs:string" substitutionGroup="cse:coelStrElement" nillable="true">
                <xs:annotation>
                        <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_truk_identifiant_alternatif" xml:lang="fr"/>
                </xs:annotation>
        </xs:element>
        <xs:element name="Nom" type="xs:string" substitutionGroup="cse:coelStrElement" nillable="true">
                <xs:annotation>
                        <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_nom" xml:lang="fr"/>
                </xs:annotation>
        </xs:element>
    <xs:element name="DateModification" type="xs:dateTime">
        <xs:annotation>
                <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_meta_historique_ligne.html#cmhl_date_modification" xml:lang="fr" />
        </xs:annotation>
    </xs:element>
    <xs:element name="CeEtat" type="xs:nonNegativeInteger">
        <xs:annotation>
                <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_meta_historique_ligne.html#cmhl_ce_etat" xml:lang="fr" />
        </xs:annotation>
    </xs:element>
</xs:schema>