Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="eml://ecoinformatics.org/text-2.0.1" xmlns:txt="eml://ecoinformatics.org/text-2.0.1" xmlns:doc="eml://ecoinformatics.org/documentation-2.0.1" targetNamespace="eml://ecoinformatics.org/text-2.0.1">
3
	<xs:import namespace="eml://ecoinformatics.org/documentation-2.0.1" schemaLocation="eml-documentation.xsd"/>
4
	<xs:annotation>
5
		<xs:documentation>
6
       '$RCSfile: eml-text.xsd,v $'
7
       Copyright: 1997-2002 Regents of the University of California,
8
                            University of New Mexico, and
9
                            Arizona State University
10
        Sponsors: National Center for Ecological Analysis and Synthesis and
11
                  Partnership for Interdisciplinary Studies of Coastal Oceans,
12
                     University of California Santa Barbara
13
                  Long-Term Ecological Research Network Office,
14
                     University of New Mexico
15
                  Center for Environmental Studies, Arizona State University
16
   Other funding: National Science Foundation (see README for details)
17
                  The David and Lucile Packard Foundation
18
     For Details: http://knb.ecoinformatics.org/
19

    
20
        '$Author: jones $'
21
          '$Date: 2003/11/06 20:15:21 $'
22
      '$Revision: 1.16 $'
23

    
24
    This program is free software; you can redistribute it and/or modify
25
    it under the terms of the GNU General Public License as published by
26
    the Free Software Foundation; either version 2 of the License, or
27
    (at your option) any later version.
28

    
29
    This program is distributed in the hope that it will be useful,
30
    but WITHOUT ANY WARRANTY; without even the implied warranty of
31
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32
    GNU General Public License for more details.
33

    
34
    You should have received a copy of the GNU General Public License
35
    along with this program; if not, write to the Free Software
36
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
37
    </xs:documentation>
38
		<xs:appinfo>
39
		</xs:appinfo>
40
	</xs:annotation>
41
	<xs:element name="text" type="TextType">
42
		<xs:annotation>
43
			<xs:appinfo>
44
				<doc:tooltip>Text</doc:tooltip>
45
				<doc:summary>A simple text desription.</doc:summary>
46
				</xs:appinfo>
47
		</xs:annotation>
48
	</xs:element>
49
	<xs:complexType name="TextType">
50
		<xs:annotation>
51
			<xs:appinfo>
52
				<doc:tooltip>Text</doc:tooltip>
53
				<doc:summary>A simple text desription.</doc:summary>
54
				</xs:appinfo>
55
		</xs:annotation>
56
		<xs:choice maxOccurs="unbounded">
57
			<xs:element name="section" type="SectionType">
58
				<xs:annotation>
59
					<xs:appinfo>
60
						<doc:tooltip>Section</doc:tooltip>
61
						<doc:summary>A section of related text.</doc:summary>
62
					</xs:appinfo>
63
				</xs:annotation>
64
			</xs:element>
65
			<xs:element name="para" type="ParagraphType">
66
				<xs:annotation>
67
					<xs:appinfo>
68
						<doc:tooltip>Paragraph</doc:tooltip>
69
						<doc:summary>A simple paragraph of text.</doc:summary>
70
						</xs:appinfo>
71
				</xs:annotation>
72
			</xs:element>
73
		</xs:choice>
74
	</xs:complexType>
75
	<xs:complexType name="ParagraphType" mixed="true">
76
		<xs:annotation>
77
			<xs:appinfo>
78
				<doc:tooltip>Paragraph</doc:tooltip>
79
				<doc:summary>A simple paragraph of text.</doc:summary>
80
				
81
			</xs:appinfo>
82
		</xs:annotation>
83
		<xs:choice minOccurs="0" maxOccurs="unbounded">
84
			<xs:element name="itemizedlist" type="ListType">
85
				<xs:annotation>
86
					<xs:appinfo>
87
						<doc:tooltip>Itemized List</doc:tooltip>
88
						<doc:summary>A list of items in a text paragraph.
89
            </doc:summary>
90
						</xs:appinfo>
91
				</xs:annotation>
92
			</xs:element>
93
			<xs:element name="orderedlist" type="ListType">
94
				<xs:annotation>
95
					<xs:appinfo>
96
						<doc:tooltip>Ordered List</doc:tooltip>
97
						<doc:summary>An ordered list of items in a text paragraph.
98
            </doc:summary>
99
					</xs:appinfo>
100
				</xs:annotation>
101
			</xs:element>
102
			<xs:element name="emphasis" type="xs:string">
103
				<xs:annotation>
104
					<xs:appinfo>
105
						<doc:tooltip>Emphasis</doc:tooltip>
106
						<doc:summary>A span of emphasized text in a paragraph.</doc:summary>
107
					</xs:appinfo>
108
				</xs:annotation>
109
			</xs:element>
110
			<xs:element name="subscript" type="SubSuperScriptType">
111
				<xs:annotation>
112
					<xs:appinfo>
113
						<doc:tooltip>Subscript</doc:tooltip>
114
						<doc:summary>A subscript in a text paragraph.</doc:summary>
115
					</xs:appinfo>
116
				</xs:annotation>
117
			</xs:element>
118
			<xs:element name="superscript" type="SubSuperScriptType">
119
				<xs:annotation>
120
					<xs:appinfo>
121
						<doc:tooltip>Superscript</doc:tooltip>
122
						<doc:summary>A superscript in a text paragraph.</doc:summary>
123
					</xs:appinfo>
124
				</xs:annotation>
125
			</xs:element>
126
			<xs:element name="literalLayout" type="xs:string">
127
				<xs:annotation>
128
					<xs:appinfo>
129
						<doc:tooltip>literalLayout</doc:tooltip>
130
						<doc:summary>The equivalent to &lt;pre&gt; in html.</doc:summary>
131
					</xs:appinfo>
132
				</xs:annotation>
133
			</xs:element>
134
		</xs:choice>
135
	</xs:complexType>
136
	<xs:complexType name="SectionType">
137
		<xs:annotation>
138
			<xs:appinfo>
139
				<doc:tooltip>Section</doc:tooltip>
140
				<doc:summary>A section of related text.</doc:summary>
141
			</xs:appinfo>
142
		</xs:annotation>
143
		<xs:sequence>
144
			<xs:element name="title" type="xs:string" minOccurs="0">
145
				<xs:annotation>
146
					<xs:appinfo>
147
						<doc:tooltip>Title</doc:tooltip>
148
						<doc:summary>The optional title of the section.</doc:summary>
149
					</xs:appinfo>
150
				</xs:annotation>
151
			</xs:element>
152
			<xs:choice maxOccurs="unbounded">
153
				<xs:element name="para" type="ParagraphType">
154
					<xs:annotation>
155
						<xs:appinfo>
156
							<doc:tooltip>Paragraph</doc:tooltip>
157
							<doc:summary>A simple paragraph of text.</doc:summary>
158
						</xs:appinfo>
159
					</xs:annotation>
160
				</xs:element>
161
				<xs:element name="section" type="SectionType">
162
					<xs:annotation>
163
						<xs:appinfo>
164
							<doc:tooltip>Section</doc:tooltip>
165
							<doc:summary>A section of related text.</doc:summary>
166
						</xs:appinfo>
167
					</xs:annotation>
168
				</xs:element>
169
			</xs:choice>
170
		</xs:sequence>
171
	</xs:complexType>
172
	<xs:complexType name="ListType">
173
		<xs:annotation>
174
			<xs:appinfo>
175
				<doc:tooltip>ListType</doc:tooltip>
176
				<doc:summary>A list of items in a text paragraph.</doc:summary>
177
			</xs:appinfo>
178
		</xs:annotation>
179
		<xs:sequence>
180
			<xs:element name="listitem" maxOccurs="unbounded">
181
				<xs:annotation>
182
					<xs:appinfo>
183
						<doc:tooltip>List Item</doc:tooltip>
184
						<doc:summary>An item in a list of items.</doc:summary>
185
					</xs:appinfo>
186
				</xs:annotation>
187
				<xs:complexType>
188
					<xs:choice maxOccurs="unbounded">
189
						<xs:element name="para" type="ParagraphType">
190
							<xs:annotation>
191
								<xs:appinfo>
192
									<doc:tooltip>Paragraph</doc:tooltip>
193
									<doc:summary>A simple paragraph of text.</doc:summary>
194
								</xs:appinfo>
195
							</xs:annotation>
196
						</xs:element>
197
						<xs:element name="itemizedlist" type="ListType">
198
							<xs:annotation>
199
								<xs:appinfo>
200
									<doc:tooltip>Itemized List</doc:tooltip>
201
									<doc:summary>A list of items in a text paragraph.
202
                    </doc:summary>
203
								</xs:appinfo>
204
							</xs:annotation>
205
						</xs:element>
206
						<xs:element name="orderedlist" type="ListType">
207
							<xs:annotation>
208
								<xs:appinfo>
209
									<doc:tooltip>Ordered List</doc:tooltip>
210
									<doc:summary>An ordered list of items in a text paragraph.
211
                    </doc:summary>
212
								</xs:appinfo>
213
							</xs:annotation>
214
						</xs:element>
215
					</xs:choice>
216
				</xs:complexType>
217
			</xs:element>
218
		</xs:sequence>
219
	</xs:complexType>
220
	<xs:complexType name="SubSuperScriptType" mixed="true">
221
		<xs:annotation>
222
			<xs:appinfo>
223
				<doc:tooltip>Subscript/Superscript Type</doc:tooltip>
224
				<doc:summary>A subscript or a superscript in a text paragraph.
225
        </doc:summary>
226
			</xs:appinfo>
227
		</xs:annotation>
228
		<xs:choice minOccurs="0" maxOccurs="unbounded">
229
			<xs:element name="subscript" type="SubSuperScriptType">
230
				<xs:annotation>
231
					<xs:appinfo>
232
						<doc:tooltip>Subscript</doc:tooltip>
233
						<doc:summary>A subscript in a text paragraph.</doc:summary>
234
					</xs:appinfo>
235
				</xs:annotation>
236
			</xs:element>
237
			<xs:element name="superscript" type="SubSuperScriptType">
238
				<xs:annotation>
239
					<xs:appinfo>
240
						<doc:tooltip>Superscript</doc:tooltip>
241
						<doc:summary>A superscript in a text paragraph.</doc:summary>
242
					</xs:appinfo>
243
				</xs:annotation>
244
			</xs:element>
245
		</xs:choice>
246
	</xs:complexType>
247
</xs:schema>
(8-8/19)