1195 |
jpm |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<!-- ===================================================================== -->
|
|
|
3 |
<!-- Introduction -->
|
|
|
4 |
<!-- ===================================================================== -->
|
|
|
5 |
<!-- COEL Core XML schema -->
|
|
|
6 |
<!-- Historique: -->
|
|
|
7 |
<!-- version 1.00 2010-02-11 J.-P. Milcent: création -->
|
|
|
8 |
<!-- Statut: -->
|
|
|
9 |
<!-- en test -->
|
|
|
10 |
|
|
|
11 |
<!-- ===================================================================== -->
|
|
|
12 |
<!-- Schema -->
|
|
|
13 |
<!-- ===================================================================== -->
|
|
|
14 |
|
|
|
15 |
<xs:schema targetNamespace="http://www.tela-botanica.org/schemas/coel/1.00"
|
|
|
16 |
xmlns:coele="http://www.tela-botanica.org/schemas/coel/1.00/element"
|
|
|
17 |
xmlns:coelc="http://www.tela-botanica.org/schemas/coel/1.00"
|
|
|
18 |
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
19 |
elementFormDefault="qualified" version="1.00">
|
|
|
20 |
|
|
|
21 |
<!-- ============================================================== -->
|
|
|
22 |
<!-- Documentation -->
|
|
|
23 |
<!-- ============================================================== -->
|
|
|
24 |
<xs:annotation>
|
|
|
25 |
<xs:documentation> XML Schema pour COEL Core</xs:documentation>
|
|
|
26 |
</xs:annotation>
|
|
|
27 |
|
|
|
28 |
<!-- ============================================================== -->
|
|
|
29 |
<!-- Inclusion -->
|
|
|
30 |
<!-- ============================================================== -->
|
|
|
31 |
<!-- include - inclusions must be top-level elements (children of -->
|
|
|
32 |
<!-- the xs:schema element. Inclusion is restricted to the -->
|
|
|
33 |
<!-- definition of a single namespace. -->
|
|
|
34 |
<!-- ============================================================== -->
|
|
|
35 |
<xs:include schemaLocation="http://www.tela-botanica.net/doc/coel/xsd/tdwg_basetypes.xsd"/>
|
|
|
36 |
|
|
|
37 |
|
|
|
38 |
<!-- ============================================================== -->
|
|
|
39 |
<!-- Imports -->
|
|
|
40 |
<!-- ============================================================== -->
|
|
|
41 |
<!-- import - must be used to import definitions from other -->
|
|
|
42 |
<!-- namespaces. -->
|
|
|
43 |
<!-- ============================================================== -->
|
|
|
44 |
<xs:import namespace="http://www.tela-botanica.org/schemas/coel/1.00/element"
|
|
|
45 |
schemaLocation="http://www.tela-botanica.net/doc/coel/xsd/coel_element.xsd"/>
|
|
|
46 |
|
|
|
47 |
<!-- ============================================================== -->
|
|
|
48 |
<!-- Elements -->
|
|
|
49 |
<!-- ============================================================== -->
|
|
|
50 |
<xs:element name="Id" type="xs:string" substitutionGroup="coele:coelElement" nillable="false" />
|
|
|
51 |
|
|
|
52 |
<xs:element name="CeTable" type="xs:double" substitutionGroup="coele:coelElement" nillable="false" />
|
|
|
53 |
|
|
|
54 |
<xs:element name="CleLigne" type="xs:string" substitutionGroup="coele:coelElement" nillable="false" />
|
|
|
55 |
|
|
|
56 |
<xs:element name="Enregistrement" type="xs:string" substitutionGroup="coele:coelElement" nillable="false" />
|
|
|
57 |
|
|
|
58 |
<xs:element name="DateModification" type="xs:dateTime" substitutionGroup="coele:coelElement" nillable="false" />
|
|
|
59 |
|
|
|
60 |
<xs:element name="CeEtat" type="xs:double" substitutionGroup="coele:coelElement" nillable="false" />
|
|
|
61 |
|
|
|
62 |
</xs:schema>
|