[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/backup/cc/schemas/domainProfile_2/common/ -> rootElement.xsd (source)

   1  <xs:schema targetNamespace="http://ltsc.ieee.org/xsd/LOM"
   2             xmlns="http://ltsc.ieee.org/xsd/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>


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1