~edutictac/+junk/bibliojocs-data

« back to all changes in this revision

Viewing changes to net/share/.bibliojocs/www/elguion/common/rootElement.xsd

  • Committer: Samuel Soriano
  • Date: 2011-08-30 21:03:30 UTC
  • Revision ID: sasogu@gmail.com-20110830210330-2oyqhzcun9gggx36
actualitzat

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<xs:schema targetNamespace="http://ltsc.ieee.org/xsd/LOM" xmlns="http://ltsc.ieee.org/xsd/LOM" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="IEEE LTSC LOM XML 1.0">
2
 
        <xs:annotation>
3
 
                <xs:documentation>
4
 
         This work is licensed under the Creative Commons Attribution-ShareAlike
5
 
         License.  To view a copy of this license, see the file license.txt,
6
 
         visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to
7
 
         Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
8
 
      </xs:documentation>
9
 
                <xs:documentation>
10
 
         This component schema defintion provides the element name declaration for the
11
 
         root element for all LOM XML instances.
12
 
      </xs:documentation>
13
 
        </xs:annotation>
14
 
        <!-- Element declarations -->
15
 
        <!-- Learning Object Metadata -->
16
 
        <xs:include schemaLocation="elementTypes.xsd"/>
17
 
        <xs:element name="lom" type="lom">
18
 
                <xs:unique name="lomUnique">
19
 
                        <xs:selector xpath="*"/>
20
 
                        <xs:field xpath="@uniqueElementName"/>
21
 
                </xs:unique>
22
 
        </xs:element>
23
 
</xs:schema>