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
<!--** anyElement.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/LOM" 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
 
12
   <xs:annotation>
13
      <xs:documentation>
14
         This work is licensed under the Creative Commons Attribution-ShareAlike
15
         License.  To view a copy of this license, see the file license.txt,
16
         visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to
17
         Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
18
      </xs:documentation>
19
 
20
      <xs:documentation>
21
         This component schema definition provides the element group declaration and the
22
         attribute group declaration used for extension XML elements and attributes.
23
      </xs:documentation>
24
      <xs:documentation>
25
         This file has been modified by the Knowledge Media Institute of the
26
         University Koblenz-Landau (http://iwm.uni-koblenz.de). It contains the
27
         following changes:
28
         1) Instead of "unique/strict.xsd" the schema "unique/loose.xsd" is imported
29
            because this reflects what is said in 1484.12.3-2005, page 35 (section C.1.3)
30
         2) In all component XSDs the schemaLocation attribute was amended to the
31
            xs:import and xs:include statements. This enables the usage of the schemas
32
            with tools which don't deal well with missing schemaLocation informations.
33
 
34
         This file is available at "http://iwm.uni-koblenz.de/xsd/IEEE-LOM/loose"
35
      </xs:documentation>
36
   </xs:annotation>
37
 
38
   <xs:group name="customElements">
39
      <xs:choice>
40
         <xs:any namespace="##other" processContents="lax" />
41
      </xs:choice>
42
   </xs:group>
43
 
44
</xs:schema>