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                                                          -->
<!-- ===================================================================== -->
<!-- COEL Core XML schema                                                  -->
<!-- Historique:                                                           -->
<!--   version 1.00 2010-02-11 J.-P. Milcent: création                                    -->
<!-- Statut:                                                               -->
<!--   en test                                                             -->

<!-- ===================================================================== -->
<!-- Schema                                                                -->
<!-- ===================================================================== -->

<xs:schema targetNamespace="http://www.tela-botanica.org/schemas/coel/1.00"
        xmlns:coele="http://www.tela-botanica.org/schemas/coel/1.00/element" 
        xmlns:coelc="http://www.tela-botanica.org/schemas/coel/1.00" 
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        elementFormDefault="qualified" version="1.00">

        <!-- ============================================================== -->
        <!-- Documentation                                                  -->
        <!-- ============================================================== -->
        <xs:annotation>
                <xs:documentation> XML Schema pour COEL Core</xs:documentation>
        </xs:annotation>

        <!-- ============================================================== -->
        <!-- Inclusion                                                       -->
        <!-- ============================================================== -->
        <!-- 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://www.tela-botanica.net/doc/coel/xsd/tdwg_basetypes.xsd"/>


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

        <!-- ============================================================== -->
        <!-- Elements                                                       -->
        <!-- ============================================================== -->
        <xs:element name="Id" type="xs:string" substitutionGroup="coele:coelElement" nillable="false" />

        <xs:element name="CeTable" type="xs:double" substitutionGroup="coele:coelElement" nillable="false" />

        <xs:element name="CleLigne" type="xs:string" substitutionGroup="coele:coelElement" nillable="false" />
        
        <xs:element name="Enregistrement" type="xs:string" substitutionGroup="coele:coelElement" nillable="false" />
        
        <xs:element name="DateModification" type="xs:dateTime" substitutionGroup="coele:coelElement" nillable="false" />
        
        <xs:element name="CeEtat" type="xs:double" substitutionGroup="coele:coelElement" nillable="false" />

</xs:schema>