~ubuntu-branches/ubuntu/natty/moodle/natty

« back to all changes in this revision

Viewing changes to backup/cc/schemas/domainProfile_1/common/rootElement.xsd

  • Committer: Bazaar Package Importer
  • Author(s): Tomasz Muras
  • Date: 2010-10-30 12:19:28 UTC
  • mfrom: (1.1.12 upstream) (3.1.10 squeeze)
  • Revision ID: james.westby@ubuntu.com-20101030121928-qzobi6mctpnk4dif
Tags: 1.9.9.dfsg2-2
* Added Romanian translation
* Updated Japanese translation (closes: #596820)
* Backporting security fixes from Moodle 1.9.10 (closes: #601384)
   - Updated embedded CAS to 1.1.3
   - Added patch for MDL-24523:
     clean_text() not filtering text in markdown format
   - Added patch for MDL-24810 and upgraded customized HTML Purifier to 4.2.0 
   - Added patch for MDL-24258:
     students can delete their forum posts later than $CFG->maxeditingtime 
     under certain conditions
   - Added patch for MDL-23377:
     Can't delete quiz attempts in course without enrolled students

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<xs:schema targetNamespace="http://ltsc.ieee.org/xsd/imscc/LOM"
 
2
           xmlns="http://ltsc.ieee.org/xsd/imscc/LOM"
 
3
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
 
4
           elementFormDefault="qualified"
 
5
           version="IEEE LTSC LOM XML 1.0">
 
6
 
 
7
   <xs:annotation>
 
8
      <xs:documentation>
 
9
         This work is licensed under the Creative Commons Attribution-ShareAlike
 
10
         License.  To view a copy of this license, see the file license.txt,
 
11
         visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to
 
12
         Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
 
13
      </xs:documentation>
 
14
 
 
15
      <xs:documentation>
 
16
         This component schema defintion provides the element name declaration for the
 
17
         root element for all LOM XML instances.
 
18
      </xs:documentation>
 
19
      <xs:documentation>
 
20
         This file has been modified by the Knowledge Media Institute of the 
 
21
         University Koblenz-Landau (http://iwm.uni-koblenz.de). It contains the
 
22
         following changes:
 
23
         1) Instead of "unique/strict.xsd" the schema "unique/loose.xsd" is imported 
 
24
            because this reflects what is said in 1484.12.3-2005, page 35 (section C.1.3)
 
25
         2) In all component XSDs the schemaLocation attribute was amended to the 
 
26
            xs:import and xs:include statements. This enables the usage of the schemas
 
27
            with tools which don't deal well with missing schemaLocation informations.
 
28
            
 
29
         This file is available at "http://iwm.uni-koblenz.de/xsd/IEEE-LOM/loose"
 
30
      </xs:documentation>
 
31
   </xs:annotation>
 
32
 
 
33
   <!-- Element declarations -->
 
34
 
 
35
   <!-- Learning Object Metadata -->
 
36
   <xs:element name="lom" type="lom">
 
37
      <xs:unique name="lomUnique">
 
38
         <xs:selector xpath="*"/>
 
39
         <xs:field xpath="@uniqueElementName"/>
 
40
      </xs:unique>
 
41
   </xs:element>
 
42
 
 
43
</xs:schema>
 
 
b'\\ No newline at end of file'