Subversion Repositories eFlore/Applications.coel

Rev

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

Rev Author Line No. Line
1195 jpm 1
<?xml version="1.0" encoding="UTF-8"?>
2
<xs:schema
3
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
    targetNamespace="http://www.tela-botanica.org/schemas/coel/1.00/record"
5
    xmlns:coelcore="http://www.tela-botanica.org/schemas/coel/1.00"
6
    elementFormDefault="qualified"
7
    version="0.5">
8
    <xs:import namespace="http://www.tela-botanica.org/schemas/coel/1.00" schemaLocation="http://www.tela-botanica.net/doc/coel/xsd/coel_tapir_1_00.xsd"/>
9
    <xs:element name="RecordSet">
10
        <xs:complexType>
11
            <xs:sequence>
12
                <xs:element name="Record" maxOccurs="unbounded">
13
                    <xs:complexType>
14
 
15
                        <xs:sequence>
16
                            <xs:element ref="coelcore:Id" />
17
                            <xs:element ref="coelcore:CeTable" />
18
                            <xs:element ref="coelcore:CleLigne" />
19
                            <xs:element ref="coelcore:Enregistrement" />
20
                            <xs:element ref="coelcore:DateModification" />
21
                            <xs:element ref="coelcore:CeEtat" />
22
                        </xs:sequence>
23
 
24
                    </xs:complexType>
25
                </xs:element>
26
            </xs:sequence>
27
        </xs:complexType>
28
    </xs:element>
29
 
30
</xs:schema>