[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/backup/cc/schemas/domainProfile_1/ -> lomLoose_localised.xsd (source)

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  <!--*************************************************************************-->
   3  <!--** This schema has been modified from the original base schema named - **-->
   4  <!--** lomLoose_localised.xsd                                                        **-->
   5  <!--** using the IMS SchemaProf tool. This tool is based on software from  **-->
   6  <!--** the TELCERT Project which was funded in part by the European        **-->
   7  <!--** Commission under contract IST-507128                                **-->
   8  <!--*************************************************************************-->
   9  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ag="http://ltsc.ieee.org/xsd/imscc/LOM/unique" xmlns:voc="http://ltsc.ieee.org/xsd/imscc/LOM/vocab" xmlns:ex="http://ltsc.ieee.org/xsd/imscc/LOM/extend" xmlns="http://ltsc.ieee.org/xsd/imscc/LOM" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://ltsc.ieee.org/xsd/imscc/LOM" elementFormDefault="qualified" version="IEEE LTSC LOM XML 1.0 localised_Schema_2008_6_30">
  10      <xsd:include xmlns:xsd="http://www.w3.org/2001/XMLSchema" schemaLocation="imscc_m_definition.xsd" />
  11      <xs:annotation>
  12          <xs:documentation>
  13           This work is licensed under the Creative Commons Attribution-ShareAlike
  14           License.  To view a copy of this license, see the file license.txt,
  15           visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to
  16           Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
  17        </xs:documentation>
  18          <xs:documentation>
  19           This file represents a composite schema for validating
  20           LOM XML Instances.  This file is built by default to represent a
  21           composite schema for validation of the following:
  22  
  23           1) The use of LOMv1.0 base schema (i.e., 1484.12.1-2002) vocabulary
  24              source/value pairs only
  25           2) Uniqueness constraints defined by LOMv1.0 base schema
  26           3) No existenace of any defined extensions:
  27              LOMv1.0 base schema XML element extension,
  28              LOMv1.0 base schema XML attribute extension and
  29              LOMv1.0 base schema vocabulary data type extension
  30  
  31           Alternative composite schemas can be assembled by selecting
  32           from the various alternative component schema listed below.
  33        </xs:documentation>
  34        <xs:documentation>
  35           This file has been modified by the Knowledge Media Institute of the 
  36           University Koblenz-Landau (http://iwm.uni-koblenz.de). It contains the
  37           following changes:
  38           1) Instead of "unique/strict.xsd" the schema "unique/loose.xsd" is imported 
  39              because this reflects what is said in 1484.12.3-2005, page 35 (section C.1.3)
  40           2) In all component XSDs the schemaLocation attribute was amended to the 
  41              xs:import and xs:include statements. This enables the usage of the schemas
  42              with tools which don't deal well with missing schemaLocation informations.
  43              
  44           This file is available at "http://iwm.uni-koblenz.de/xsd/IEEE-LOM/loose"
  45        </xs:documentation>
  46      <xs:documentation xml:lang="en">conformance: This profile restricts 'IEEE LOM 1.0 loose' to the elements needed to cover unqualified Dublin Core.
  47  dc:contributor, dc:creator, dc:publisher map to     lifeCycle.contribute.entity with appropriate value of lifeCycle.contribute.role,
  48  dc:coverage maps to general.coverage,
  49  dc:date maps to lifeCycle.contribute.date,
  50  dc:description maps to general.description,
  51  dc:format maps to technical.format,
  52  dc:identifier maps to general.identifier,
  53  dc:language maps to general.language,
  54  dc:relation maps to Relation,
  55  dc:rights maps to Rights,
  56  dc:source is not mapped,
  57  dc:subject maps to general.keyword (see also classification.keyword),
  58  dc:title maps to general.title
  59  dc:type maps to Educational.learningResourceType
  60  </xs:documentation>
  61      <xs:documentation xml:lang="en">scope: This profile is used within the Common Cartridge specification.</xs:documentation>
  62      <xs:documentation xml:lang="en">name: IMS Common Cartridge profile of IEEE LOM V1.0 loose  for unqualified Dublin Core</xs:documentation>
  63      </xs:annotation>
  64      <!-- Learning Object Metadata -->
  65      <xs:include schemaLocation="anyElement_localised.xsd" />
  66      <!-- LOM data element uniqueness constraints:  use one of the following         -->
  67      <!-- Use unique/loose.xsd to relax element uniqueness constraints               -->
  68      <!-- Use unique/strict.xsd to enforce element uniqueness constraints            -->
  69      <!-- <xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM/unique"
  70                schemaLocation="unique/loose.xsd"/> -->
  71      <xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM/unique" schemaLocation="unique/loose.xsd" />
  72  
  73      <!-- Vocabulary value validation:  use one of the following                     -->
  74      <!-- Use vocab/loose.xsd to relax vocabulary value constraints                  -->
  75      <!-- Use vocab/strict.xsd to enforce the LOMv1.0 base schema vocabulary values  -->
  76      <!-- Use vocab/custom.xsd to enforce custom vocabulary values                   -->
  77      <!--<xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM/vocab"
  78                schemaLocation="vocab/loose.xsd"/> -->
  79      <xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM/vocab" schemaLocation="vocab/loose.xsd" />
  80  
  81      <!-- <xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM/vocab"
  82                schemaLocation="vocab/custom.xsd"/> -->
  83      <!-- Extension elements/attributes support:  use one of the following           -->
  84      <!-- Use extend/strict.xsd to enforce no element/attribute extension            -->
  85      <!-- Use extend/custom.xsd to allow element/attribute extension                 -->
  86      <xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM/extend" schemaLocation="extend/custom.xsd" />
  87  
  88      <!--<xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM/extend"
  89                schemaLocation="extend/custom.xsd"/> -->
  90      <xs:include schemaLocation="dataTypes_localised.xsd" />
  91      <xs:include schemaLocation="elementNames_localised.xsd" />
  92      <xs:include schemaLocation="elementTypes_localised.xsd" />
  93      <xs:include schemaLocation="rootElement_localised.xsd" />
  94      <xs:include schemaLocation="vocabValues_localised.xsd" />
  95      <xs:include schemaLocation="vocabTypes_localised.xsd" />
  96  </xs:schema>


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