1 |
efrain |
1 |
<xs:schema targetNamespace="http://ltsc.ieee.org/xsd/imscc/LOM/extend"
|
|
|
2 |
xmlns="http://ltsc.ieee.org/xsd/imscc/LOM/extend"
|
|
|
3 |
xmlns:lom="http://ltsc.ieee.org/xsd/imscc/LOM"
|
|
|
4 |
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
5 |
elementFormDefault="qualified"
|
|
|
6 |
version="IEEE LTSC LOM XML 1.0">
|
|
|
7 |
|
|
|
8 |
<xs:annotation>
|
|
|
9 |
<xs:documentation>
|
|
|
10 |
This work is licensed under the Creative Commons Attribution-ShareAlike
|
|
|
11 |
License. To view a copy of this license, see the file license.txt,
|
|
|
12 |
visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to
|
|
|
13 |
Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
|
|
|
14 |
</xs:documentation>
|
|
|
15 |
|
|
|
16 |
<xs:documentation>
|
|
|
17 |
This component schema defines the XML Schema content model groups customElements
|
|
|
18 |
and customAttributes to support validation of extension XML elements and attributes.
|
|
|
19 |
|
|
|
20 |
This component XSD should be used if extensions are to be supported in LOM
|
|
|
21 |
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 |
|
|
|
36 |
</xs:annotation>
|
|
|
37 |
|
|
|
38 |
<xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM" schemaLocation="../lomLoose_localised.xsd"/>
|
|
|
39 |
|
|
|
40 |
<!-- Model group declarations -->
|
|
|
41 |
|
|
|
42 |
<xs:group name="customElements">
|
|
|
43 |
<xs:choice>
|
|
|
44 |
<xs:group ref="lom:customElements"/>
|
|
|
45 |
</xs:choice>
|
|
|
46 |
</xs:group>
|
|
|
47 |
|
|
|
48 |
<xs:attributeGroup name="customAttributes">
|
|
|
49 |
<xs:anyAttribute namespace="##other" processContents="lax" />
|
|
|
50 |
</xs:attributeGroup>
|
|
|
51 |
|
|
|
52 |
</xs:schema>
|