124 |
jpm |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<!-- ===================================================================== -->
|
|
|
3 |
<!-- Introduction -->
|
|
|
4 |
<!-- ===================================================================== -->
|
|
|
5 |
<!-- Darwin Core XML schema -->
|
|
|
6 |
<!-- History: -->
|
|
|
7 |
<!-- version 0.7 2007-04-23 R. De Giovanni: Changed namespace -->
|
|
|
8 |
<!-- version 0.6 2007-04-17 R. De Giovanni: Added qualification for -->
|
|
|
9 |
<!-- types included from tdwg_basetypes.xsd -->
|
|
|
10 |
<!-- version 0.5 2007-02-14 J. Wieczorek, R. De Giovanni, J. de la Torre -->
|
|
|
11 |
<!-- Status: -->
|
|
|
12 |
<!-- Ready for testing -->
|
|
|
13 |
<!-- See http://wiki.tdwg.org for current status of this standard. -->
|
|
|
14 |
<!-- ===================================================================== -->
|
|
|
15 |
<!-- Schema -->
|
|
|
16 |
<!-- ===================================================================== -->
|
|
|
17 |
<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">
|
|
|
18 |
|
|
|
19 |
<!-- ============================================================== -->
|
|
|
20 |
<!-- Documentation -->
|
|
|
21 |
<!-- ============================================================== -->
|
|
|
22 |
<xs:annotation>
|
|
|
23 |
<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>
|
|
|
24 |
</xs:annotation>
|
|
|
25 |
|
|
|
26 |
<!-- ============================================================== -->
|
|
|
27 |
<!-- Includes -->
|
|
|
28 |
<!-- ============================================================== -->
|
|
|
29 |
<!-- include - inclusions must be top-level elements (children of -->
|
|
|
30 |
<!-- the xs:schema element. Inclusion is restricted to the -->
|
|
|
31 |
<!-- definition of a single namespace. -->
|
|
|
32 |
<!-- ============================================================== -->
|
|
|
33 |
<xs:include schemaLocation="http://rs.tdwg.org/dwc/tdwg_basetypes.xsd"/>
|
|
|
34 |
|
|
|
35 |
<!-- ============================================================== -->
|
|
|
36 |
<!-- Imports -->
|
|
|
37 |
<!-- ============================================================== -->
|
|
|
38 |
<!-- import - must be used to import definitions from other -->
|
|
|
39 |
<!-- namespaces. -->
|
|
|
40 |
<!-- ============================================================== -->
|
|
|
41 |
<xs:import namespace="http://www.tela-botanica.org/coel/str/element" schemaLocation="http://localhost/coel/doc/xsd/tb_coel_str_element.xsd"/>
|
|
|
42 |
|
|
|
43 |
<!-- ============================================================== -->
|
|
|
44 |
<!-- Elements -->
|
|
|
45 |
<!-- ============================================================== -->
|
|
|
46 |
<xs:element name="IdStructure" type="xs:nonNegativeInteger" substitutionGroup="cse:coelStrElement" nillable="false">
|
|
|
47 |
<xs:annotation>
|
|
|
48 |
<xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_id_structure" xml:lang="fr"/>
|
|
|
49 |
</xs:annotation>
|
|
|
50 |
</xs:element>
|
|
|
51 |
<xs:element name="CeProjet" type="xs:nonNegativeInteger" substitutionGroup="cse:coelStrElement" nillable="false">
|
|
|
52 |
<xs:annotation>
|
|
|
53 |
<xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_ce_projet" xml:lang="fr"/>
|
|
|
54 |
</xs:annotation>
|
|
|
55 |
</xs:element>
|
|
|
56 |
<xs:element name="CeMere" type="xs:nonNegativeInteger" substitutionGroup="cse:coelStrElement" nillable="true">
|
|
|
57 |
<xs:annotation>
|
|
|
58 |
<xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_ce_mere" xml:lang="fr"/>
|
|
|
59 |
</xs:annotation>
|
|
|
60 |
</xs:element>
|
|
|
61 |
<xs:element name="Guid" type="xs:string" substitutionGroup="cse:coelStrElement" nillable="false">
|
|
|
62 |
<xs:annotation>
|
|
|
63 |
<xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_guid" xml:lang="fr"/>
|
|
|
64 |
</xs:annotation>
|
|
|
65 |
</xs:element>
|
|
|
66 |
<xs:element name="TrukIdentifiantAlternatif" type="xs:string" substitutionGroup="cse:coelStrElement" nillable="true">
|
|
|
67 |
<xs:annotation>
|
|
|
68 |
<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"/>
|
|
|
69 |
</xs:annotation>
|
|
|
70 |
</xs:element>
|
|
|
71 |
<xs:element name="Nom" type="xs:string" substitutionGroup="cse:coelStrElement" nillable="true">
|
|
|
72 |
<xs:annotation>
|
|
|
73 |
<xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coel_table_coel_structure.html#cs_nom" xml:lang="fr"/>
|
|
|
74 |
</xs:annotation>
|
|
|
75 |
</xs:element>
|
|
|
76 |
<xs:element name="DateModification" type="xs:dateTime">
|
|
|
77 |
<xs:annotation>
|
|
|
78 |
<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" />
|
|
|
79 |
</xs:annotation>
|
|
|
80 |
</xs:element>
|
|
|
81 |
<xs:element name="CeEtat" type="xs:nonNegativeInteger">
|
|
|
82 |
<xs:annotation>
|
|
|
83 |
<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" />
|
|
|
84 |
</xs:annotation>
|
|
|
85 |
</xs:element>
|
|
|
86 |
</xs:schema>
|