updating common cartridge schemas
authorgreg gay <ggay@ocad.ca>
Wed, 1 Jun 2011 15:59:19 +0000 (15:59 -0000)
committergreg gay <ggay@ocad.ca>
Wed, 1 Jun 2011 15:59:19 +0000 (15:59 -0000)
docs/mods/_core/imscp/domainProfile_1/extend/custom.xsd [deleted file]

diff --git a/docs/mods/_core/imscp/domainProfile_1/extend/custom.xsd b/docs/mods/_core/imscp/domainProfile_1/extend/custom.xsd
deleted file mode 100644 (file)
index bba5a3f..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<xs:schema targetNamespace="http://ltsc.ieee.org/xsd/imscc/LOM/extend"\r
-           xmlns="http://ltsc.ieee.org/xsd/imscc/LOM/extend"\r
-           xmlns:lom="http://ltsc.ieee.org/xsd/imscc/LOM"\r
-           xmlns:xs="http://www.w3.org/2001/XMLSchema"\r
-           elementFormDefault="qualified"\r
-           version="IEEE LTSC LOM XML 1.0">\r
-\r
-  <xs:annotation>\r
-    <xs:documentation>\r
-       This work is licensed under the Creative Commons Attribution-ShareAlike\r
-       License.  To view a copy of this license, see the file license.txt,\r
-       visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to\r
-       Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.\r
-    </xs:documentation>\r
-\r
-    <xs:documentation>\r
-       This component schema defines the XML Schema content model groups customElements\r
-       and customAttributes to support validation of extension XML elements and attributes.\r
-\r
-       This component XSD should be used if extensions are to be supported in LOM\r
-       XML instances.\r
-    </xs:documentation>\r
-      <xs:documentation>\r
-         This file has been modified by the Knowledge Media Institute of the \r
-         University Koblenz-Landau (http://iwm.uni-koblenz.de). It contains the\r
-         following changes:\r
-         1) Instead of "unique/strict.xsd" the schema "unique/loose.xsd" is imported \r
-            because this reflects what is said in 1484.12.3-2005, page 35 (section C.1.3)\r
-         2) In all component XSDs the schemaLocation attribute was amended to the \r
-            xs:import and xs:include statements. This enables the usage of the schemas\r
-            with tools which don't deal well with missing schemaLocation informations.\r
-            \r
-         This file is available at "http://iwm.uni-koblenz.de/xsd/IEEE-LOM/loose"\r
-      </xs:documentation>\r
-\r
-  </xs:annotation>\r
-\r
-  <xs:import namespace="http://ltsc.ieee.org/xsd/imscc/LOM" schemaLocation="../lomLoose_localised.xsd"/>\r
-\r
-  <!-- Model group declarations -->\r
-\r
-  <xs:group name="customElements">\r
-    <xs:choice>\r
-      <xs:group ref="lom:customElements"/>\r
-    </xs:choice>\r
-  </xs:group>\r
-\r
-  <xs:attributeGroup name="customAttributes">\r
-     <xs:anyAttribute namespace="##other" processContents="lax" />\r
-  </xs:attributeGroup>\r
-\r
-</xs:schema>
\ No newline at end of file