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
<!--** lomLoose_localised.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:ag="http://ltsc.ieee.org/xsd/LOM/unique" xmlns:voc="http://ltsc.ieee.org/xsd/LOM/vocab" xmlns:ex="http://ltsc.ieee.org/xsd/LOM/extend" xmlns="http://ltsc.ieee.org/xsd/LOM" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://ltsc.ieee.org/xsd/LOM" elementFormDefault="qualified" version="IEEE LTSC LOM XML 1.0 localised_Schema_2008_6_30">
10
	<xsd:include xmlns:xsd="http://www.w3.org/2001/XMLSchema" schemaLocation="imscc_mR_definition.xsd" />
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
        <xs:documentation>
19
         This file represents a composite schema for validating
20
         LOM XML Instances.  This file is built by default to represent a
21
         composite schema for validation of the following:
22
 
23
         1) The use of LOMv1.0 base schema (i.e., 1484.12.1-2002) vocabulary
24
            source/value pairs only
25
         2) Uniqueness constraints defined by LOMv1.0 base schema
26
         3) No existenace of any defined extensions:
27
            LOMv1.0 base schema XML element extension,
28
            LOMv1.0 base schema XML attribute extension and
29
            LOMv1.0 base schema vocabulary data type extension
30
 
31
         Alternative composite schemas can be assembled by selecting
32
         from the various alternative component schema listed below.
33
      </xs:documentation>
34
      <xs:documentation>
35
         This file has been modified by the Knowledge Media Institute of the
36
         University Koblenz-Landau (http://iwm.uni-koblenz.de). It contains the
37
         following changes:
38
         1) Instead of "unique/strict.xsd" the schema "unique/loose.xsd" is imported
39
            because this reflects what is said in 1484.12.3-2005, page 35 (section C.1.3)
40
         2) In all component XSDs the schemaLocation attribute was amended to the
41
            xs:import and xs:include statements. This enables the usage of the schemas
42
            with tools which don't deal well with missing schemaLocation informations.
43
 
44
         This file is available at "http://iwm.uni-koblenz.de/xsd/IEEE-LOM/loose"
45
      </xs:documentation>
46
    </xs:annotation>
47
    <!-- Learning Object Metadata -->
48
    <xs:include schemaLocation="anyElement_localised.xsd" />
49
    <!-- LOM data element uniqueness constraints:  use one of the following         -->
50
    <!-- Use unique/loose.xsd to relax element uniqueness constraints               -->
51
    <!-- Use unique/strict.xsd to enforce element uniqueness constraints            -->
52
    <!-- <xs:import namespace="http://ltsc.ieee.org/xsd/LOM/unique"
53
              schemaLocation="unique/loose.xsd"/> -->
54
    <xs:import namespace="http://ltsc.ieee.org/xsd/LOM/unique" schemaLocation="unique/loose.xsd" />
55
 
56
    <!-- Vocabulary value validation:  use one of the following                     -->
57
    <!-- Use vocab/loose.xsd to relax vocabulary value constraints                  -->
58
    <!-- Use vocab/strict.xsd to enforce the LOMv1.0 base schema vocabulary values  -->
59
    <!-- Use vocab/custom.xsd to enforce custom vocabulary values                   -->
60
    <!--<xs:import namespace="http://ltsc.ieee.org/xsd/LOM/vocab"
61
              schemaLocation="vocab/loose.xsd"/> -->
62
    <xs:import namespace="http://ltsc.ieee.org/xsd/LOM/vocab" schemaLocation="vocab/loose.xsd" />
63
 
64
    <!-- <xs:import namespace="http://ltsc.ieee.org/xsd/LOM/vocab"
65
              schemaLocation="vocab/custom.xsd"/> -->
66
    <!-- Extension elements/attributes support:  use one of the following           -->
67
    <!-- Use extend/strict.xsd to enforce no element/attribute extension            -->
68
    <!-- Use extend/custom.xsd to allow element/attribute extension                 -->
69
    <xs:import namespace="http://ltsc.ieee.org/xsd/LOM/extend" schemaLocation="extend/custom.xsd" />
70
 
71
    <!--<xs:import namespace="http://ltsc.ieee.org/xsd/LOM/extend"
72
              schemaLocation="extend/custom.xsd"/> -->
73
    <xs:include schemaLocation="dataTypes_localised.xsd" />
74
    <xs:include schemaLocation="elementNames_localised.xsd" />
75
    <xs:include schemaLocation="elementTypes_localised.xsd" />
76
    <xs:include schemaLocation="rootElement_localised.xsd" />
77
    <xs:include schemaLocation="vocabValues_localised.xsd" />
78
    <xs:include schemaLocation="vocabTypes_localised.xsd" />
79
</xs:schema>