You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
2.4 KiB
47 lines
2.4 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--*************************************************************************-->
|
|
<!--** This schema has been modified from the original base schema named - **-->
|
|
<!--** rootElement.xsd **-->
|
|
<!--** using the IMS SchemaProf tool. This tool is based on software from **-->
|
|
<!--** the TELCERT Project which was funded in part by the European **-->
|
|
<!--** Commission under contract IST-507128 **-->
|
|
<!--*************************************************************************-->
|
|
<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">
|
|
|
|
<xs:annotation>
|
|
<xs:documentation>
|
|
This work is licensed under the Creative Commons Attribution-ShareAlike
|
|
License. To view a copy of this license, see the file license.txt,
|
|
visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to
|
|
Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
|
|
</xs:documentation>
|
|
|
|
<xs:documentation>
|
|
This component schema defintion provides the element name declaration for the
|
|
root element for all LOM XML instances.
|
|
</xs:documentation>
|
|
<xs:documentation>
|
|
This file has been modified by the Knowledge Media Institute of the
|
|
University Koblenz-Landau (http://iwm.uni-koblenz.de). It contains the
|
|
following changes:
|
|
1) Instead of "unique/strict.xsd" the schema "unique/loose.xsd" is imported
|
|
because this reflects what is said in 1484.12.3-2005, page 35 (section C.1.3)
|
|
2) In all component XSDs the schemaLocation attribute was amended to the
|
|
xs:import and xs:include statements. This enables the usage of the schemas
|
|
with tools which don't deal well with missing schemaLocation informations.
|
|
|
|
This file is available at "http://iwm.uni-koblenz.de/xsd/IEEE-LOM/loose"
|
|
</xs:documentation>
|
|
</xs:annotation>
|
|
|
|
<!-- Element declarations -->
|
|
|
|
<!-- Learning Object Metadata -->
|
|
<xs:element name="lom" type="lom">
|
|
<xs:unique name="lomUnique">
|
|
<xs:selector xpath="*" />
|
|
<xs:field xpath="@uniqueElementName" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
|
|
</xs:schema>
|
|
|