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
<!--** rootElement.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 defintion provides the element name declaration for the
21
         root element for all LOM XML instances.
22
      </xs:documentation>
23
      <xs:documentation>
24
         This file has been modified by the Knowledge Media Institute of the
25
         University Koblenz-Landau (http://iwm.uni-koblenz.de). It contains the
26
         following changes:
27
         1) Instead of "unique/strict.xsd" the schema "unique/loose.xsd" is imported
28
            because this reflects what is said in 1484.12.3-2005, page 35 (section C.1.3)
29
         2) In all component XSDs the schemaLocation attribute was amended to the
30
            xs:import and xs:include statements. This enables the usage of the schemas
31
            with tools which don't deal well with missing schemaLocation informations.
32
 
33
         This file is available at "http://iwm.uni-koblenz.de/xsd/IEEE-LOM/loose"
34
      </xs:documentation>
35
   </xs:annotation>
36
 
37
   <!-- Element declarations -->
38
 
39
   <!-- Learning Object Metadata -->
40
   <xs:element name="lom" type="lom">
41
      <xs:unique name="lomUnique">
42
         <xs:selector xpath="*" />
43
         <xs:field xpath="@uniqueElementName" />
44
      </xs:unique>
45
   </xs:element>
46
 
47
</xs:schema>