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
<outputModel xmlns="http://rs.tdwg.org/tapir/1.0"
3
         xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
	     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
         xmlns:coelrec="http://www.tela-botanica.org/schemas/coel/1.00/record"
6
         xmlns:coelcore="http://www.tela-botanica.org/schemas/coel/1.00"
7
	     xsi:schemaLocation="http://rs.tdwg.org/tapir/1.0
8
                             http://ww2.biocase.org/svn/tapir/trunk/protocol/tapir.xsd
9
                             http://www.w3.org/2001/XMLSchema
10
                             http://www.w3.org/2001/XMLSchema.xsd">
11
	<label>Coel Complet</label>
12
	<documentation>Modèle de sortie mappant tous les conceptes de COEL.</documentation>
13
	<structure>
14
		<schema location="http://www.tela-botanica.net/doc/coel/xsd/coel_tapir_record_1_00.xsd"/>
15
	</structure>
16
	<indexingElement path="/coelrec:RecordSet/coelrec:Record"/>
17
	<mapping>
18
 
19
		<node path="/coelrec:RecordSet/coelrec:Record/coelcore:Id">
20
			<concept id="http://www.tela-botanica.org/coel/doc/v1.00/concept/id" required="true"/>
21
		</node>
22
		<node path="/coelrec:RecordSet/coelrec:Record/coelcore:CeTable">
23
			<concept id="http://www.tela-botanica.org/coel/doc/v1.00/concept/ce_table" required="true"/>
24
		</node>
25
		<node path="/coelrec:RecordSet/coelrec:Record/coelcore:CleLigne">
26
			<concept id="http://www.tela-botanica.org/coel/doc/v1.00/concept/cle_ligne" required="true"/>
27
		</node>
28
		<node path="/coelrec:RecordSet/coelrec:Record/coelcore:Enregistrement">
29
			<concept id="http://www.tela-botanica.org/coel/doc/v1.00/concept/enregistrement" required="true"/>
30
		</node>
31
		<node path="/coelrec:RecordSet/coelrec:Record/coelcore:DateModification">
32
			<concept id="http://www.tela-botanica.org/coel/doc/v1.00/concept/date_modification" required="true"/>
33
		</node>
34
		<node path="/coelrec:RecordSet/coelrec:Record/coelcore:CeEtat">
35
			<concept id="http://www.tela-botanica.org/coel/doc/v1.00/concept/ce_etat" required="true"/>
36
		</node>
37
 
38
	</mapping>
39
 
40
</outputModel>