Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--*************************************************************************-->
3
<!--** This schema has been modified from the original base schema named - **-->
4
<!--** vocabValues.xsd                                                     **-->
5
<!--** using the IMS SchemaProf tool. This tool is based on software from  **-->
6
<!--** the TELCERT Project which was funded in part by the European        **-->
7
<!--** Commission under contract IST-507128                                **-->
8
<!--*************************************************************************-->
9
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ltsc.ieee.org/xsd/imscc/LOM" targetNamespace="http://ltsc.ieee.org/xsd/imscc/LOM" elementFormDefault="qualified" version="IEEE LTSC LOM XML 1.0 localised_Schema_2008_6_30">
10
 
11
   <xs:annotation>
12
      <xs:documentation>
13
         This work is licensed under the Creative Commons Attribution-ShareAlike
14
         License.  To view a copy of this license, see the file license.txt,
15
         visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to
16
         Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
17
      </xs:documentation>
18
 
19
      <xs:documentation>
20
         This component schema definition provides global type declarations for the standard
21
         LOMv1.0 vocabulary tokens for those LOM data elements whose values are taken from
22
         a Vocabulary data type.
23
 
24
         This component schema defintion defines the stanard vocabulary value
25
         declarations as defined in the LOMv1.0 base schema.  These vocabulary
26
         value declarations are used in conjunction with both vocab/custom.xsd and
27
         vocab/loose.xsd.
28
      </xs:documentation>
29
      <xs:documentation>
30
         This file has been modified by the Knowledge Media Institute of the
31
         University Koblenz-Landau (http://iwm.uni-koblenz.de). It contains the
32
         following changes:
33
         1) Instead of "unique/strict.xsd" the schema "unique/loose.xsd" is imported
34
            because this reflects what is said in 1484.12.3-2005, page 35 (section C.1.3)
35
         2) In all component XSDs the schemaLocation attribute was amended to the
36
            xs:import and xs:include statements. This enables the usage of the schemas
37
            with tools which don't deal well with missing schemaLocation informations.
38
 
39
         This file is available at "http://iwm.uni-koblenz.de/xsd/IEEE-LOM/loose"
40
      </xs:documentation>
41
   </xs:annotation>
42
 
43
   <!-- LOMv1.0 base schema vocabulary source and value declarations -->
44
 
45
   <!-- Source -->
46
   <xs:simpleType name="sourceValues">
47
      <xs:restriction base="xs:token">
48
         <xs:enumeration value="LOMv1.0" />
49
      </xs:restriction>
50
   </xs:simpleType>
51
 
52
 
53
   <!-- 1.7 Structure -->
54
   <xs:simpleType name="structureValues">
55
      <xs:restriction base="xs:token">
56
         <xs:enumeration value="atomic" />
57
         <xs:enumeration value="collection" />
58
         <xs:enumeration value="networked" />
59
         <xs:enumeration value="hierarchical" />
60
         <xs:enumeration value="linear" />
61
      </xs:restriction>
62
   </xs:simpleType>
63
 
64
   <!-- 1.8 Aggregation Level -->
65
   <xs:simpleType name="aggregationLevelValues">
66
      <xs:restriction base="xs:token">
67
         <xs:enumeration value="1" />
68
         <xs:enumeration value="2" />
69
         <xs:enumeration value="3" />
70
         <xs:enumeration value="4" />
71
      </xs:restriction>
72
   </xs:simpleType>
73
 
74
   <!-- 2.2 Status -->
75
   <xs:simpleType name="statusValues">
76
      <xs:restriction base="xs:token">
77
         <xs:enumeration value="draft" />
78
         <xs:enumeration value="final" />
79
         <xs:enumeration value="revised" />
80
         <xs:enumeration value="unavailable" />
81
      </xs:restriction>
82
   </xs:simpleType>
83
 
84
   <!-- 2.3.1 Role -->
85
   <xs:simpleType name="roleValues">
86
      <xs:restriction base="xs:token">
87
         <xs:enumeration value="author" />
88
         <xs:enumeration value="publisher" />
89
         <xs:enumeration value="unknown" />
90
         <xs:enumeration value="initiator" />
91
         <xs:enumeration value="terminator" />
92
         <xs:enumeration value="validator" />
93
         <xs:enumeration value="editor" />
94
         <xs:enumeration value="graphical designer" />
95
         <xs:enumeration value="technical implementer" />
96
         <xs:enumeration value="content provider" />
97
         <xs:enumeration value="technical validator" />
98
         <xs:enumeration value="educational validator" />
99
         <xs:enumeration value="script writer" />
100
         <xs:enumeration value="instructional designer" />
101
         <xs:enumeration value="subject matter expert" />
102
      </xs:restriction>
103
   </xs:simpleType>
104
 
105
   <!-- 3.2.1 Role -->
106
   <xs:simpleType name="roleMetaValues">
107
      <xs:restriction base="xs:token">
108
         <xs:enumeration value="creator" />
109
         <xs:enumeration value="validator" />
110
      </xs:restriction>
111
   </xs:simpleType>
112
 
113
   <!-- 4.4.1.1 Type -->
114
   <xs:simpleType name="typeValues">
115
      <xs:restriction base="xs:token">
116
         <xs:enumeration value="operating system" />
117
         <xs:enumeration value="browser" />
118
      </xs:restriction>
119
   </xs:simpleType>
120
 
121
   <!-- 4.4.1.2 Name -->
122
   <xs:simpleType name="nameValues">
123
      <xs:restriction base="xs:token">
124
         <xs:enumeration value="pc-dos" />
125
         <xs:enumeration value="ms-windows" />
126
         <xs:enumeration value="macos" />
127
         <xs:enumeration value="unix" />
128
         <xs:enumeration value="multi-os" />
129
         <xs:enumeration value="none" />
130
         <xs:enumeration value="any" />
131
         <xs:enumeration value="netscape communicator" />
132
         <xs:enumeration value="ms-internet explorer" />
133
         <xs:enumeration value="opera" />
134
         <xs:enumeration value="amaya" />
135
      </xs:restriction>
136
   </xs:simpleType>
137
 
138
   <!-- 5.1 Interactivity Type -->
139
   <xs:simpleType name="interactivityTypeValues">
140
      <xs:restriction base="xs:token">
141
         <xs:enumeration value="active" />
142
         <xs:enumeration value="expositive" />
143
         <xs:enumeration value="mixed" />
144
      </xs:restriction>
145
   </xs:simpleType>
146
 
147
   <!-- 5.2 Learning Resource Type -->
148
   <xs:simpleType name="learningResourceTypeValues">
149
      <xs:restriction base="xs:token">
150
         <xs:enumeration value="exercise" />
151
         <xs:enumeration value="simulation" />
152
         <xs:enumeration value="questionnaire" />
153
         <xs:enumeration value="diagram" />
154
         <xs:enumeration value="figure" />
155
         <xs:enumeration value="graph" />
156
         <xs:enumeration value="index" />
157
         <xs:enumeration value="slide" />
158
         <xs:enumeration value="table" />
159
         <xs:enumeration value="narrative text" />
160
         <xs:enumeration value="exam" />
161
         <xs:enumeration value="experiment" />
162
         <xs:enumeration value="problem statement" />
163
         <xs:enumeration value="self assessment" />
164
         <xs:enumeration value="lecture" />
165
      </xs:restriction>
166
   </xs:simpleType>
167
 
168
   <!-- 5.3 Interactivity Level -->
169
   <xs:simpleType name="interactivityLevelValues">
170
      <xs:restriction base="xs:token">
171
         <xs:enumeration value="very low" />
172
         <xs:enumeration value="low" />
173
         <xs:enumeration value="medium" />
174
         <xs:enumeration value="high" />
175
         <xs:enumeration value="very high" />
176
      </xs:restriction>
177
   </xs:simpleType>
178
 
179
   <!-- 5.4 Semantic Density -->
180
   <xs:simpleType name="semanticDensityValues">
181
      <xs:restriction base="xs:token">
182
         <xs:enumeration value="very low" />
183
         <xs:enumeration value="low" />
184
         <xs:enumeration value="medium" />
185
         <xs:enumeration value="high" />
186
         <xs:enumeration value="very high" />
187
      </xs:restriction>
188
   </xs:simpleType>
189
 
190
   <!-- 5.5 Intended End User Role -->
191
   <xs:simpleType name="intendedEndUserRoleValues">
192
      <xs:restriction base="xs:token">
193
         <xs:enumeration value="teacher" />
194
         <xs:enumeration value="author" />
195
         <xs:enumeration value="learner" />
196
         <xs:enumeration value="manager" />
197
      </xs:restriction>
198
   </xs:simpleType>
199
 
200
   <!-- 5.6 Context -->
201
   <xs:simpleType name="contextValues">
202
      <xs:restriction base="xs:token">
203
         <xs:enumeration value="school" />
204
         <xs:enumeration value="higher education" />
205
         <xs:enumeration value="training" />
206
         <xs:enumeration value="other" />
207
      </xs:restriction>
208
   </xs:simpleType>
209
 
210
   <!-- 5.8 Difficulty -->
211
   <xs:simpleType name="difficultyValues">
212
      <xs:restriction base="xs:token">
213
         <xs:enumeration value="very easy" />
214
         <xs:enumeration value="easy" />
215
         <xs:enumeration value="medium" />
216
         <xs:enumeration value="difficult" />
217
         <xs:enumeration value="very difficult" />
218
      </xs:restriction>
219
   </xs:simpleType>
220
 
221
   <!-- 6.1 Cost -->
222
   <xs:simpleType name="costValues">
223
      <xs:restriction base="xs:token">
224
         <xs:enumeration value="yes" />
225
         <xs:enumeration value="no" />
226
      </xs:restriction>
227
   </xs:simpleType>
228
 
229
   <!-- 6.2 Copyright and Other Restrictions -->
230
   <xs:simpleType name="copyrightAndOtherRestrictionsValues">
231
      <xs:restriction base="xs:token">
232
         <xs:enumeration value="yes" />
233
         <xs:enumeration value="no" />
234
      </xs:restriction>
235
   </xs:simpleType>
236
 
237
   <!-- 7.1 Kind -->
238
   <xs:simpleType name="kindValues">
239
      <xs:restriction base="xs:token">
240
         <xs:enumeration value="ispartof" />
241
         <xs:enumeration value="haspart" />
242
         <xs:enumeration value="isversionof" />
243
         <xs:enumeration value="hasversion" />
244
         <xs:enumeration value="isformatof" />
245
         <xs:enumeration value="hasformat" />
246
         <xs:enumeration value="references" />
247
         <xs:enumeration value="isreferencedby" />
248
         <xs:enumeration value="isbasedon" />
249
         <xs:enumeration value="isbasisfor" />
250
         <xs:enumeration value="requires" />
251
         <xs:enumeration value="isrequiredby" />
252
      </xs:restriction>
253
   </xs:simpleType>
254
 
255
   <!-- 9.1 Purpose -->
256
   <xs:simpleType name="purposeValues">
257
      <xs:restriction base="xs:token">
258
         <xs:enumeration value="discipline" />
259
         <xs:enumeration value="idea" />
260
         <xs:enumeration value="prerequisite" />
261
         <xs:enumeration value="educational objective" />
262
         <xs:enumeration value="accessibility restrictions" />
263
         <xs:enumeration value="educational level" />
264
         <xs:enumeration value="skill level" />
265
         <xs:enumeration value="security level" />
266
         <xs:enumeration value="competency" />
267
      </xs:restriction>
268
   </xs:simpleType>
269
 
270
</xs:schema>