From 0af8700211dd0c5781dd6c647a1e99d897fc0b48 Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Wed, 6 Jul 2011 16:49:03 +0000 Subject: [PATCH] replace schemas with durrent version --- .../ims/domainProfile_0/imsccauth_v1p0.xsd | 76 + .../imsccauth_v1p0_constraintsDocument.scmt | 68 + .../imsccauth_v1p0_localised.xsd | 86 + docs/home/ims/domainProfile_1/anyElement.xsd | 36 + .../domainProfile_1/anyElement_localised.xsd | 44 + .../ims/domainProfile_1/common/anyElement.xsd | 39 + .../ims/domainProfile_1/common/dataTypes.xsd | 118 + .../domainProfile_1/common/elementNames.xsd | 783 ++++++ .../domainProfile_1/common/elementTypes.xsd | 779 ++++++ .../domainProfile_1/common/rootElement.xsd | 43 + .../ims/domainProfile_1/common/vocabTypes.xsd | 355 +++ .../domainProfile_1/common/vocabValues.xsd | 266 ++ .../domainProfile_1/dataTypes_localised.xsd | 130 + .../elementNames_localised.xsd | 787 ++++++ .../elementTypes_localised.xsd | 905 +++++++ .../ims/domainProfile_1/extend/custom.xsd | 52 + .../domainProfile_1/imscc_m_definition.xsd | 14 + docs/home/ims/domainProfile_1/lomLoose.xsd | 71 + .../lomLoose_constraintsDocument.scmt | 68 + .../domainProfile_1/lomLoose_localised.xsd | 96 + docs/home/ims/domainProfile_1/loose.xsd | 292 +++ .../domainProfile_1/rootElement_localised.xsd | 47 + .../home/ims/domainProfile_1/unique/loose.xsd | 295 +++ docs/home/ims/domainProfile_1/vocab/loose.xsd | 147 ++ .../domainProfile_1/vocabTypes_localised.xsd | 379 +++ .../domainProfile_1/vocabValues_localised.xsd | 270 ++ docs/home/ims/domainProfile_2/anyElement.xsd | 36 + .../domainProfile_2/anyElement_localised.xsd | 44 + .../ims/domainProfile_2/common/anyElement.xsd | 39 + .../ims/domainProfile_2/common/dataTypes.xsd | 118 + .../domainProfile_2/common/elementNames.xsd | 783 ++++++ .../domainProfile_2/common/elementTypes.xsd | 779 ++++++ .../domainProfile_2/common/rootElement.xsd | 43 + .../ims/domainProfile_2/common/vocabTypes.xsd | 355 +++ .../domainProfile_2/common/vocabValues.xsd | 266 ++ .../domainProfile_2/dataTypes_localised.xsd | 127 + .../elementNames_localised.xsd | 787 ++++++ .../elementTypes_localised.xsd | 806 ++++++ .../ims/domainProfile_2/extend/custom.xsd | 52 + .../domainProfile_2/imscc_mR_definition.xsd | 34 + docs/home/ims/domainProfile_2/lomLoose.xsd | 71 + .../lomLoose_constraintsDocument.scmt | 68 + .../domainProfile_2/lomLoose_localised.xsd | 79 + docs/home/ims/domainProfile_2/loose.xsd | 292 +++ .../domainProfile_2/rootElement_localised.xsd | 47 + .../home/ims/domainProfile_2/unique/loose.xsd | 295 +++ docs/home/ims/domainProfile_2/vocab/loose.xsd | 147 ++ .../domainProfile_2/vocabTypes_localised.xsd | 408 +++ .../domainProfile_2/vocabValues_localised.xsd | 270 ++ .../domainProfile_3/imscp_extensionv1p2.xsd | 226 ++ ...scp_extensionv1p2_constraintsDocument.scmt | 68 + .../imscp_extensionv1p2_localised.xsd | 234 ++ .../ims/domainProfile_4/ims_qtiasiv1p2.xsd | 2234 ++++++++++++++++ .../ims_qtiasiv1p2_def_copy.xsd | 2249 +++++++++++++++++ .../ims_qtiasiv1p2_localised.xsd | 2179 ++++++++++++++++ .../domainProfile_4/imscc_q_definition.xsd | 181 ++ docs/home/ims/domainProfile_4/xml.xsd | 145 ++ docs/home/ims/domainProfile_5/imswl_v1p0.xsd | 47 + .../domainProfile_5/imswl_v1p0_localised.xsd | 61 + docs/home/ims/domainProfile_6/imsdt_v1p0.xsd | 67 + .../domainProfile_6/imsdt_v1p0_localised.xsd | 74 + 61 files changed, 19957 insertions(+) create mode 100644 docs/home/ims/domainProfile_0/imsccauth_v1p0.xsd create mode 100644 docs/home/ims/domainProfile_0/imsccauth_v1p0_constraintsDocument.scmt create mode 100644 docs/home/ims/domainProfile_0/imsccauth_v1p0_localised.xsd create mode 100644 docs/home/ims/domainProfile_1/anyElement.xsd create mode 100644 docs/home/ims/domainProfile_1/anyElement_localised.xsd create mode 100644 docs/home/ims/domainProfile_1/common/anyElement.xsd create mode 100644 docs/home/ims/domainProfile_1/common/dataTypes.xsd create mode 100644 docs/home/ims/domainProfile_1/common/elementNames.xsd create mode 100644 docs/home/ims/domainProfile_1/common/elementTypes.xsd create mode 100644 docs/home/ims/domainProfile_1/common/rootElement.xsd create mode 100644 docs/home/ims/domainProfile_1/common/vocabTypes.xsd create mode 100644 docs/home/ims/domainProfile_1/common/vocabValues.xsd create mode 100644 docs/home/ims/domainProfile_1/dataTypes_localised.xsd create mode 100644 docs/home/ims/domainProfile_1/elementNames_localised.xsd create mode 100644 docs/home/ims/domainProfile_1/elementTypes_localised.xsd create mode 100644 docs/home/ims/domainProfile_1/extend/custom.xsd create mode 100644 docs/home/ims/domainProfile_1/imscc_m_definition.xsd create mode 100644 docs/home/ims/domainProfile_1/lomLoose.xsd create mode 100644 docs/home/ims/domainProfile_1/lomLoose_constraintsDocument.scmt create mode 100644 docs/home/ims/domainProfile_1/lomLoose_localised.xsd create mode 100644 docs/home/ims/domainProfile_1/loose.xsd create mode 100644 docs/home/ims/domainProfile_1/rootElement_localised.xsd create mode 100644 docs/home/ims/domainProfile_1/unique/loose.xsd create mode 100644 docs/home/ims/domainProfile_1/vocab/loose.xsd create mode 100644 docs/home/ims/domainProfile_1/vocabTypes_localised.xsd create mode 100644 docs/home/ims/domainProfile_1/vocabValues_localised.xsd create mode 100644 docs/home/ims/domainProfile_2/anyElement.xsd create mode 100644 docs/home/ims/domainProfile_2/anyElement_localised.xsd create mode 100644 docs/home/ims/domainProfile_2/common/anyElement.xsd create mode 100644 docs/home/ims/domainProfile_2/common/dataTypes.xsd create mode 100644 docs/home/ims/domainProfile_2/common/elementNames.xsd create mode 100644 docs/home/ims/domainProfile_2/common/elementTypes.xsd create mode 100644 docs/home/ims/domainProfile_2/common/rootElement.xsd create mode 100644 docs/home/ims/domainProfile_2/common/vocabTypes.xsd create mode 100644 docs/home/ims/domainProfile_2/common/vocabValues.xsd create mode 100644 docs/home/ims/domainProfile_2/dataTypes_localised.xsd create mode 100644 docs/home/ims/domainProfile_2/elementNames_localised.xsd create mode 100644 docs/home/ims/domainProfile_2/elementTypes_localised.xsd create mode 100644 docs/home/ims/domainProfile_2/extend/custom.xsd create mode 100644 docs/home/ims/domainProfile_2/imscc_mR_definition.xsd create mode 100644 docs/home/ims/domainProfile_2/lomLoose.xsd create mode 100644 docs/home/ims/domainProfile_2/lomLoose_constraintsDocument.scmt create mode 100644 docs/home/ims/domainProfile_2/lomLoose_localised.xsd create mode 100644 docs/home/ims/domainProfile_2/loose.xsd create mode 100644 docs/home/ims/domainProfile_2/rootElement_localised.xsd create mode 100644 docs/home/ims/domainProfile_2/unique/loose.xsd create mode 100644 docs/home/ims/domainProfile_2/vocab/loose.xsd create mode 100644 docs/home/ims/domainProfile_2/vocabTypes_localised.xsd create mode 100644 docs/home/ims/domainProfile_2/vocabValues_localised.xsd create mode 100644 docs/home/ims/domainProfile_3/imscp_extensionv1p2.xsd create mode 100644 docs/home/ims/domainProfile_3/imscp_extensionv1p2_constraintsDocument.scmt create mode 100644 docs/home/ims/domainProfile_3/imscp_extensionv1p2_localised.xsd create mode 100644 docs/home/ims/domainProfile_4/ims_qtiasiv1p2.xsd create mode 100644 docs/home/ims/domainProfile_4/ims_qtiasiv1p2_def_copy.xsd create mode 100644 docs/home/ims/domainProfile_4/ims_qtiasiv1p2_localised.xsd create mode 100644 docs/home/ims/domainProfile_4/imscc_q_definition.xsd create mode 100644 docs/home/ims/domainProfile_4/xml.xsd create mode 100644 docs/home/ims/domainProfile_5/imswl_v1p0.xsd create mode 100644 docs/home/ims/domainProfile_5/imswl_v1p0_localised.xsd create mode 100644 docs/home/ims/domainProfile_6/imsdt_v1p0.xsd create mode 100644 docs/home/ims/domainProfile_6/imsdt_v1p0_localised.xsd diff --git a/docs/home/ims/domainProfile_0/imsccauth_v1p0.xsd b/docs/home/ims/domainProfile_0/imsccauth_v1p0.xsd new file mode 100644 index 0000000..070217b --- /dev/null +++ b/docs/home/ims/domainProfile_0/imsccauth_v1p0.xsd @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This group is defined exactly as in IMS Content Packaging v 1.2. + Any namespaced element from any namespace may be included within an "any" element. + The namespace for the imported element must be defined in the instance, and the schema must be imported. + The extension has a definition of "strict" i.e. they must have their own namespace. + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_0/imsccauth_v1p0_constraintsDocument.scmt b/docs/home/ims/domainProfile_0/imsccauth_v1p0_constraintsDocument.scmt new file mode 100644 index 0000000..d916143 --- /dev/null +++ b/docs/home/ims/domainProfile_0/imsccauth_v1p0_constraintsDocument.scmt @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + Assertion failed for pattern_1. An Item object which represents a folder is indicated by the absence of an IdentifierRef characteristic object. Folder Items support unlimited nesting of other folder Items and learning object link Items. Learning Application Resource Item objects may be nested by folder Item object but may not nest other folder or Learning Application resource Item objects.(#S04) + + + + + Assertion failed for pattern_2. A Resource object which is a Learning Object Web Content may contain Dependency objects which reference Resource objects with Type 'webcontent'.(#S03) + + + + + Assertion failed for pattern_3. If an item is invisible, its descendants must be invisible too.(#S02) + + + + + Assertion failed for pattern_4. A Resource object which is a Discussion Topic associated resource may contain Dependency objects which reference Resource objects with Type 'webcontent' or 'associatedcontent/imscc_xmlv1p0/learning-application-resource'.(#S12) + + + + + Assertion failed for pattern_5. + The test was: . + The context was: ims:resources/ims:resource/ims:dependency | ims:manifest/ims:resources/ims:resource/ims:dependency + + + + + Assertion failed for pattern_6. A Resource object which is an assessment may contain Dependency objects which reference Resource objects with Type 'webcontent' or 'associatedcontent/imscc_xmlv1p0/learning-application-resource'.(#S14) + + + + + Assertion failed for pattern_7. If a cartridge web content or associated content resource is linked from a Learning Application Object link Item object it must have an Href characteristic object which represents the launchable resource.(#S05) + + + + + Assertion failed for pattern_8. For Discussion Topic Resources the Resource object must contain a single File object which references the Discussion Topic descriptor XML file which conforms to the http://www.imsglobal.org/xsd/imsdt_v1p0 schema. It must not have any href attribute.(#S06) + + + + + Assertion failed for pattern_9. For Web Link Resources the Resource object must contain a single File object which references the Web Link descriptor XML file which conforms to the http://www.imsglobal.org/xsd/imswl_v1p0 schema. It must contain neither Dependency objects nor an href attribute.(#S07) + + + + + Assertion failed for pattern_10. For Assessment or Question Bank Resources the Resource object must contain a single File object which references the QTI XML file. This file must conform to the IMS CC profile of QTI 1.2.1. The profile is contained in the package of this profile as imscc_q*.xdm. The derived schema of this QTI profile is in the package of this profile with the name ims_qtiasiv1p2_localised.xsd. The resource must not have an href attribute(#S11) + + + + diff --git a/docs/home/ims/domainProfile_0/imsccauth_v1p0_localised.xsd b/docs/home/ims/domainProfile_0/imsccauth_v1p0_localised.xsd new file mode 100644 index 0000000..e03b304 --- /dev/null +++ b/docs/home/ims/domainProfile_0/imsccauth_v1p0_localised.xsd @@ -0,0 +1,86 @@ + + + + + + + + + + + + + general: This specification defines the authorizations for Common Cartridges and the roles to be used for selective display of resources to Learner or Instructor. + + + + + + + + + + + + + + + + + + + + + + + + + + + + This group is defined exactly as in IMS Content Packaging v 1.2. + Any namespaced element from any namespace may be included within an "any" element. + The namespace for the imported element must be defined in the instance, and the schema must be imported. + The extension has a definition of "strict" i.e. they must have their own namespace. + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/anyElement.xsd b/docs/home/ims/domainProfile_1/anyElement.xsd new file mode 100644 index 0000000..5b2ba1d --- /dev/null +++ b/docs/home/ims/domainProfile_1/anyElement.xsd @@ -0,0 +1,36 @@ + + + + + + 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. + + + + This component schema definition provides the element group declaration and the + attribute group declaration used for extension XML elements and attributes. + + + 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" + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/anyElement_localised.xsd b/docs/home/ims/domainProfile_1/anyElement_localised.xsd new file mode 100644 index 0000000..0dfe131 --- /dev/null +++ b/docs/home/ims/domainProfile_1/anyElement_localised.xsd @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + 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. + + + + This component schema definition provides the element group declaration and the + attribute group declaration used for extension XML elements and attributes. + + + 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" + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/common/anyElement.xsd b/docs/home/ims/domainProfile_1/common/anyElement.xsd new file mode 100644 index 0000000..34d6c6a --- /dev/null +++ b/docs/home/ims/domainProfile_1/common/anyElement.xsd @@ -0,0 +1,39 @@ + + + + + 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. + + + + This component schema definition provides the element group declaration and the + attribute group declaration used for extension XML elements and attributes. + + + 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" + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/common/dataTypes.xsd b/docs/home/ims/domainProfile_1/common/dataTypes.xsd new file mode 100644 index 0000000..eebfb93 --- /dev/null +++ b/docs/home/ims/domainProfile_1/common/dataTypes.xsd @@ -0,0 +1,118 @@ + + + + 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. + + + This component schema defintion defines global schema data type declarations + for data types defined in the LOMv1.0 base schema. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/common/elementNames.xsd b/docs/home/ims/domainProfile_1/common/elementNames.xsd new file mode 100644 index 0000000..019dd2e --- /dev/null +++ b/docs/home/ims/domainProfile_1/common/elementNames.xsd @@ -0,0 +1,783 @@ + + + + + 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. + + + + This component schema defintion defines global element declarations for + each of the data elements defined in the LOMv1.0 base schema. This component + schema definition is used to check for the uniqueness of elements declared + to be unique within their parent elements by the presence of the + "uniqueElementName" attribute. The XML Schema constraint "unique" is used + to enforce uniqueness constraints. + + Duplicate declarations are included as comments for completeness. These + declarations should remain commented out or they can be removed completely. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/common/elementTypes.xsd b/docs/home/ims/domainProfile_1/common/elementTypes.xsd new file mode 100644 index 0000000..9d45a71 --- /dev/null +++ b/docs/home/ims/domainProfile_1/common/elementTypes.xsd @@ -0,0 +1,779 @@ + + + + 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. + + + This component schema defintion defines global schema data type declarations + for data elements defined in the LOMv1.0 base schema. This component XSD + defines the aggregation relationship among the LOM data elements. These aggregation + relationships enforce the LOMv1.0 base schema requirement that elements can only + be present in a LOM XML instance as elements of the aggregate element to which they + belong. + + Duplicate declarations are included as comments for completeness. These declarations + should remain commented out or they can be removed completely. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/common/rootElement.xsd b/docs/home/ims/domainProfile_1/common/rootElement.xsd new file mode 100644 index 0000000..936f045 --- /dev/null +++ b/docs/home/ims/domainProfile_1/common/rootElement.xsd @@ -0,0 +1,43 @@ + + + + + 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. + + + + This component schema defintion provides the element name declaration for the + root element for all LOM XML instances. + + + 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" + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/common/vocabTypes.xsd b/docs/home/ims/domainProfile_1/common/vocabTypes.xsd new file mode 100644 index 0000000..128de9e --- /dev/null +++ b/docs/home/ims/domainProfile_1/common/vocabTypes.xsd @@ -0,0 +1,355 @@ + + + + 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. + + + This component schema defintion provides global type declarations for those + LOM data elements whose values are taken from a Vocabulary data type. + + + + This component XSD requires schema components from other + schemas that are defined in other namespaces. These statements import the + appropriate components. The xsi:schemaLocation attribute is used to specify + the location of the file that contains the schema that defines the namespace. + The xsi:schemaLocation attribute is optional and is ommitted. By definition of + the composite schemas the appropriate namespaces and related files where those + namespaces are defined are brought into scope. Some XML parsers may require + these import statements to contain the optional xsi:schemaLocation attribute. + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/common/vocabValues.xsd b/docs/home/ims/domainProfile_1/common/vocabValues.xsd new file mode 100644 index 0000000..8d26b6e --- /dev/null +++ b/docs/home/ims/domainProfile_1/common/vocabValues.xsd @@ -0,0 +1,266 @@ + + + + + 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. + + + + This component schema definition provides global type declarations for the standard + LOMv1.0 vocabulary tokens for those LOM data elements whose values are taken from + a Vocabulary data type. + + This component schema defintion defines the stanard vocabulary value + declarations as defined in the LOMv1.0 base schema. These vocabulary + value declarations are used in conjunction with both vocab/custom.xsd and + vocab/loose.xsd. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/dataTypes_localised.xsd b/docs/home/ims/domainProfile_1/dataTypes_localised.xsd new file mode 100644 index 0000000..a374709 --- /dev/null +++ b/docs/home/ims/domainProfile_1/dataTypes_localised.xsd @@ -0,0 +1,130 @@ + + + + + + + + + + + + + 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. + + + This component schema defintion defines global schema data type declarations + for data types defined in the LOMv1.0 base schema. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/elementNames_localised.xsd b/docs/home/ims/domainProfile_1/elementNames_localised.xsd new file mode 100644 index 0000000..9ab993e --- /dev/null +++ b/docs/home/ims/domainProfile_1/elementNames_localised.xsd @@ -0,0 +1,787 @@ + + + + + + + + + + + + + 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. + + + + This component schema defintion defines global element declarations for + each of the data elements defined in the LOMv1.0 base schema. This component + schema definition is used to check for the uniqueness of elements declared + to be unique within their parent elements by the presence of the + "uniqueElementName" attribute. The XML Schema constraint "unique" is used + to enforce uniqueness constraints. + + Duplicate declarations are included as comments for completeness. These + declarations should remain commented out or they can be removed completely. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/elementTypes_localised.xsd b/docs/home/ims/domainProfile_1/elementTypes_localised.xsd new file mode 100644 index 0000000..406435b --- /dev/null +++ b/docs/home/ims/domainProfile_1/elementTypes_localised.xsd @@ -0,0 +1,905 @@ + + + + + + + + + + + + + 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. + + + This component schema defintion defines global schema data type declarations + for data elements defined in the LOMv1.0 base schema. This component XSD + defines the aggregation relationship among the LOM data elements. These aggregation + relationships enforce the LOMv1.0 base schema requirement that elements can only + be present in a LOM XML instance as elements of the aggregate element to which they + belong. + + Duplicate declarations are included as comments for completeness. These declarations + should remain commented out or they can be removed completely. + + + 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" + + + + + + + + + + + + explanation: metaMetadata is unused. + + + + + + + + explanation: lom.annotation is unused. + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + explanation: General.structure is unused. + + + + explanation: General.aggregationLevel is unused. + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: liveCycle.version is unused. + + + + explanation: lifeCycle.status is unused. + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: technical.size is unused. + + + + explanation: technical.location is unused. + + + + explanation: technical.requirement is unused. + + + + explanation: technical.installationRemarks is unused. + + + + explanation: technical.otherPlatformRequirements is unused. + + + + explanation: technical.duration is unused. + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: interactivityType is unused. + + + + + explanation: interactivityLevel is unused. + + + + explanation: semanticDensity is unused. + + + + explanation: intendedEndUserRole is unused. + + + + explanation: Context is unused. + + + + explanation: typicalAgeRange is unused. + + + + explanation: difficulty is unused. + + + + explanation: typicalLearningTime is unused. + + + + explanation: description is unused in educational context. + + + + explanation: language unused in technical context, only in general context. + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/extend/custom.xsd b/docs/home/ims/domainProfile_1/extend/custom.xsd new file mode 100644 index 0000000..bba5a3f --- /dev/null +++ b/docs/home/ims/domainProfile_1/extend/custom.xsd @@ -0,0 +1,52 @@ + + + + + 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. + + + + This component schema defines the XML Schema content model groups customElements + and customAttributes to support validation of extension XML elements and attributes. + + This component XSD should be used if extensions are to be supported in LOM + XML instances. + + + 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" + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/imscc_m_definition.xsd b/docs/home/ims/domainProfile_1/imscc_m_definition.xsd new file mode 100644 index 0000000..7c67154 --- /dev/null +++ b/docs/home/ims/domainProfile_1/imscc_m_definition.xsd @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/lomLoose.xsd b/docs/home/ims/domainProfile_1/lomLoose.xsd new file mode 100644 index 0000000..ecb82c7 --- /dev/null +++ b/docs/home/ims/domainProfile_1/lomLoose.xsd @@ -0,0 +1,71 @@ + + + + + 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. + + + This file represents a composite schema for validating + LOM XML Instances. This file is built by default to represent a + composite schema for validation of the following: + + 1) The use of LOMv1.0 base schema (i.e., 1484.12.1-2002) vocabulary + source/value pairs only + 2) Uniqueness constraints defined by LOMv1.0 base schema + 3) No existenace of any defined extensions: + LOMv1.0 base schema XML element extension, + LOMv1.0 base schema XML attribute extension and + LOMv1.0 base schema vocabulary data type extension + + Alternative composite schemas can be assembled by selecting + from the various alternative component schema listed below. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/lomLoose_constraintsDocument.scmt b/docs/home/ims/domainProfile_1/lomLoose_constraintsDocument.scmt new file mode 100644 index 0000000..d916143 --- /dev/null +++ b/docs/home/ims/domainProfile_1/lomLoose_constraintsDocument.scmt @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + Assertion failed for pattern_1. An Item object which represents a folder is indicated by the absence of an IdentifierRef characteristic object. Folder Items support unlimited nesting of other folder Items and learning object link Items. Learning Application Resource Item objects may be nested by folder Item object but may not nest other folder or Learning Application resource Item objects.(#S04) + + + + + Assertion failed for pattern_2. A Resource object which is a Learning Object Web Content may contain Dependency objects which reference Resource objects with Type 'webcontent'.(#S03) + + + + + Assertion failed for pattern_3. If an item is invisible, its descendants must be invisible too.(#S02) + + + + + Assertion failed for pattern_4. A Resource object which is a Discussion Topic associated resource may contain Dependency objects which reference Resource objects with Type 'webcontent' or 'associatedcontent/imscc_xmlv1p0/learning-application-resource'.(#S12) + + + + + Assertion failed for pattern_5. + The test was: . + The context was: ims:resources/ims:resource/ims:dependency | ims:manifest/ims:resources/ims:resource/ims:dependency + + + + + Assertion failed for pattern_6. A Resource object which is an assessment may contain Dependency objects which reference Resource objects with Type 'webcontent' or 'associatedcontent/imscc_xmlv1p0/learning-application-resource'.(#S14) + + + + + Assertion failed for pattern_7. If a cartridge web content or associated content resource is linked from a Learning Application Object link Item object it must have an Href characteristic object which represents the launchable resource.(#S05) + + + + + Assertion failed for pattern_8. For Discussion Topic Resources the Resource object must contain a single File object which references the Discussion Topic descriptor XML file which conforms to the http://www.imsglobal.org/xsd/imsdt_v1p0 schema. It must not have any href attribute.(#S06) + + + + + Assertion failed for pattern_9. For Web Link Resources the Resource object must contain a single File object which references the Web Link descriptor XML file which conforms to the http://www.imsglobal.org/xsd/imswl_v1p0 schema. It must contain neither Dependency objects nor an href attribute.(#S07) + + + + + Assertion failed for pattern_10. For Assessment or Question Bank Resources the Resource object must contain a single File object which references the QTI XML file. This file must conform to the IMS CC profile of QTI 1.2.1. The profile is contained in the package of this profile as imscc_q*.xdm. The derived schema of this QTI profile is in the package of this profile with the name ims_qtiasiv1p2_localised.xsd. The resource must not have an href attribute(#S11) + + + + diff --git a/docs/home/ims/domainProfile_1/lomLoose_localised.xsd b/docs/home/ims/domainProfile_1/lomLoose_localised.xsd new file mode 100644 index 0000000..db2aece --- /dev/null +++ b/docs/home/ims/domainProfile_1/lomLoose_localised.xsd @@ -0,0 +1,96 @@ + + + + + + + + + + + + + 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. + + + This file represents a composite schema for validating + LOM XML Instances. This file is built by default to represent a + composite schema for validation of the following: + + 1) The use of LOMv1.0 base schema (i.e., 1484.12.1-2002) vocabulary + source/value pairs only + 2) Uniqueness constraints defined by LOMv1.0 base schema + 3) No existenace of any defined extensions: + LOMv1.0 base schema XML element extension, + LOMv1.0 base schema XML attribute extension and + LOMv1.0 base schema vocabulary data type extension + + Alternative composite schemas can be assembled by selecting + from the various alternative component schema listed below. + + + 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" + + conformance: This profile restricts 'IEEE LOM 1.0 loose' to the elements needed to cover unqualified Dublin Core. +dc:contributor, dc:creator, dc:publisher map to lifeCycle.contribute.entity with appropriate value of lifeCycle.contribute.role, +dc:coverage maps to general.coverage, +dc:date maps to lifeCycle.contribute.date, +dc:description maps to general.description, +dc:format maps to technical.format, +dc:identifier maps to general.identifier, +dc:language maps to general.language, +dc:relation maps to Relation, +dc:rights maps to Rights, +dc:source is not mapped, +dc:subject maps to general.keyword (see also classification.keyword), +dc:title maps to general.title +dc:type maps to Educational.learningResourceType + + scope: This profile is used within the Common Cartridge specification. + name: IMS Common Cartridge profile of IEEE LOM V1.0 loose for unqualified Dublin Core + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/loose.xsd b/docs/home/ims/domainProfile_1/loose.xsd new file mode 100644 index 0000000..bc6a047 --- /dev/null +++ b/docs/home/ims/domainProfile_1/loose.xsd @@ -0,0 +1,292 @@ + + + + + + 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. + + + + This component schema definition provides attribute group declarations for + LOM data elements to support schema-based validation of uniqueness constraints + within a LOM XML instance where the exact set of attributes associated with each + element has to be as specified by the LOM XML Schema binding (i.e., where extra + attributes to enforce uniqueness have to be avoided). + + Duplicate declarations are included as comments for completeness. These + declarations should remain commented out or they can be removed completely. + + NOTE: The absence of the enforcement of the uniqueness constraints does not + relieve a particular LOM XML instance from satisfying the uniqueness constraints + described in the LOMv1.0 base schema. Applications that require the use of + the unique/loose.xsd component XSD have to enforce those uniqueness constraints + by other means. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/rootElement_localised.xsd b/docs/home/ims/domainProfile_1/rootElement_localised.xsd new file mode 100644 index 0000000..dfddcb2 --- /dev/null +++ b/docs/home/ims/domainProfile_1/rootElement_localised.xsd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + 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. + + + + This component schema defintion provides the element name declaration for the + root element for all LOM XML instances. + + + 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" + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/unique/loose.xsd b/docs/home/ims/domainProfile_1/unique/loose.xsd new file mode 100644 index 0000000..8047676 --- /dev/null +++ b/docs/home/ims/domainProfile_1/unique/loose.xsd @@ -0,0 +1,295 @@ + + + + + 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. + + + + This component schema definition provides attribute group declarations for + LOM data elements to support schema-based validation of uniqueness constraints + within a LOM XML instance where the exact set of attributes associated with each + element has to be as specified by the LOM XML Schema binding (i.e., where extra + attributes to enforce uniqueness have to be avoided). + + Duplicate declarations are included as comments for completeness. These + declarations should remain commented out or they can be removed completely. + + NOTE: The absence of the enforcement of the uniqueness constraints does not + relieve a particular LOM XML instance from satisfying the uniqueness constraints + described in the LOMv1.0 base schema. Applications that require the use of + the unique/loose.xsd component XSD have to enforce those uniqueness constraints + by other means. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/vocab/loose.xsd b/docs/home/ims/domainProfile_1/vocab/loose.xsd new file mode 100644 index 0000000..c25d38f --- /dev/null +++ b/docs/home/ims/domainProfile_1/vocab/loose.xsd @@ -0,0 +1,147 @@ + + + + + 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. + + + + This component schema definition provides simple type declarations for LOM + data elements that are defined as Vocabulary data types. + + This component schema definition enforces that vocabulary sources and values + are character strings, which simplifies the schema validation process for those + applications that perform vocabulary source/value validation using + post-schema-validation. + + This component schema definition relaxes the validation constraints by + allowing both sources and values to be arbitrary character strings. + + NOTE: The absence of the enforcement of vocabulary values does not relieve a + particular LOM XML instance from satisfying vocabulary requirements defined + in the LOMv1.0 base schema. Applications that require the use of vocab/loose.xsd + component XSD should enforce those vocabulary requirements by other means. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_1/vocabTypes_localised.xsd b/docs/home/ims/domainProfile_1/vocabTypes_localised.xsd new file mode 100644 index 0000000..57ad0a1 --- /dev/null +++ b/docs/home/ims/domainProfile_1/vocabTypes_localised.xsd @@ -0,0 +1,379 @@ + + + + + + + + + + + + + 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. + + + This component schema defintion provides global type declarations for those + LOM data elements whose values are taken from a Vocabulary data type. + + + + This component XSD requires schema components from other + schemas that are defined in other namespaces. These statements import the + appropriate components. The xsi:schemaLocation attribute is used to specify + the location of the file that contains the schema that defines the namespace. + The xsi:schemaLocation attribute is optional and is ommitted. By definition of + the composite schemas the appropriate namespaces and related files where those + namespaces are defined are brought into scope. Some XML parsers may require + these import statements to contain the optional xsi:schemaLocation attribute. + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: learningResourceType must be 'IMS Common Cartridge' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + + + + + + + explanation: No custom elements are allowed. + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_1/vocabValues_localised.xsd b/docs/home/ims/domainProfile_1/vocabValues_localised.xsd new file mode 100644 index 0000000..8142904 --- /dev/null +++ b/docs/home/ims/domainProfile_1/vocabValues_localised.xsd @@ -0,0 +1,270 @@ + + + + + + + + + + + + + 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. + + + + This component schema definition provides global type declarations for the standard + LOMv1.0 vocabulary tokens for those LOM data elements whose values are taken from + a Vocabulary data type. + + This component schema defintion defines the stanard vocabulary value + declarations as defined in the LOMv1.0 base schema. These vocabulary + value declarations are used in conjunction with both vocab/custom.xsd and + vocab/loose.xsd. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/anyElement.xsd b/docs/home/ims/domainProfile_2/anyElement.xsd new file mode 100644 index 0000000..de01fb9 --- /dev/null +++ b/docs/home/ims/domainProfile_2/anyElement.xsd @@ -0,0 +1,36 @@ + + + + + + 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. + + + + This component schema definition provides the element group declaration and the + attribute group declaration used for extension XML elements and attributes. + + + 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" + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/anyElement_localised.xsd b/docs/home/ims/domainProfile_2/anyElement_localised.xsd new file mode 100644 index 0000000..df66c7f --- /dev/null +++ b/docs/home/ims/domainProfile_2/anyElement_localised.xsd @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + 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. + + + + This component schema definition provides the element group declaration and the + attribute group declaration used for extension XML elements and attributes. + + + 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" + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/common/anyElement.xsd b/docs/home/ims/domainProfile_2/common/anyElement.xsd new file mode 100644 index 0000000..936f372 --- /dev/null +++ b/docs/home/ims/domainProfile_2/common/anyElement.xsd @@ -0,0 +1,39 @@ + + + + + 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. + + + + This component schema definition provides the element group declaration and the + attribute group declaration used for extension XML elements and attributes. + + + 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" + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/common/dataTypes.xsd b/docs/home/ims/domainProfile_2/common/dataTypes.xsd new file mode 100644 index 0000000..fbd3e10 --- /dev/null +++ b/docs/home/ims/domainProfile_2/common/dataTypes.xsd @@ -0,0 +1,118 @@ + + + + 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. + + + This component schema defintion defines global schema data type declarations + for data types defined in the LOMv1.0 base schema. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/common/elementNames.xsd b/docs/home/ims/domainProfile_2/common/elementNames.xsd new file mode 100644 index 0000000..bc20ce0 --- /dev/null +++ b/docs/home/ims/domainProfile_2/common/elementNames.xsd @@ -0,0 +1,783 @@ + + + + + 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. + + + + This component schema defintion defines global element declarations for + each of the data elements defined in the LOMv1.0 base schema. This component + schema definition is used to check for the uniqueness of elements declared + to be unique within their parent elements by the presence of the + "uniqueElementName" attribute. The XML Schema constraint "unique" is used + to enforce uniqueness constraints. + + Duplicate declarations are included as comments for completeness. These + declarations should remain commented out or they can be removed completely. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/common/elementTypes.xsd b/docs/home/ims/domainProfile_2/common/elementTypes.xsd new file mode 100644 index 0000000..b7731c1 --- /dev/null +++ b/docs/home/ims/domainProfile_2/common/elementTypes.xsd @@ -0,0 +1,779 @@ + + + + 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. + + + This component schema defintion defines global schema data type declarations + for data elements defined in the LOMv1.0 base schema. This component XSD + defines the aggregation relationship among the LOM data elements. These aggregation + relationships enforce the LOMv1.0 base schema requirement that elements can only + be present in a LOM XML instance as elements of the aggregate element to which they + belong. + + Duplicate declarations are included as comments for completeness. These declarations + should remain commented out or they can be removed completely. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/common/rootElement.xsd b/docs/home/ims/domainProfile_2/common/rootElement.xsd new file mode 100644 index 0000000..70bd42a --- /dev/null +++ b/docs/home/ims/domainProfile_2/common/rootElement.xsd @@ -0,0 +1,43 @@ + + + + + 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. + + + + This component schema defintion provides the element name declaration for the + root element for all LOM XML instances. + + + 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" + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/common/vocabTypes.xsd b/docs/home/ims/domainProfile_2/common/vocabTypes.xsd new file mode 100644 index 0000000..55d4287 --- /dev/null +++ b/docs/home/ims/domainProfile_2/common/vocabTypes.xsd @@ -0,0 +1,355 @@ + + + + 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. + + + This component schema defintion provides global type declarations for those + LOM data elements whose values are taken from a Vocabulary data type. + + + + This component XSD requires schema components from other + schemas that are defined in other namespaces. These statements import the + appropriate components. The xsi:schemaLocation attribute is used to specify + the location of the file that contains the schema that defines the namespace. + The xsi:schemaLocation attribute is optional and is ommitted. By definition of + the composite schemas the appropriate namespaces and related files where those + namespaces are defined are brought into scope. Some XML parsers may require + these import statements to contain the optional xsi:schemaLocation attribute. + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/common/vocabValues.xsd b/docs/home/ims/domainProfile_2/common/vocabValues.xsd new file mode 100644 index 0000000..f31f18e --- /dev/null +++ b/docs/home/ims/domainProfile_2/common/vocabValues.xsd @@ -0,0 +1,266 @@ + + + + + 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. + + + + This component schema definition provides global type declarations for the standard + LOMv1.0 vocabulary tokens for those LOM data elements whose values are taken from + a Vocabulary data type. + + This component schema defintion defines the stanard vocabulary value + declarations as defined in the LOMv1.0 base schema. These vocabulary + value declarations are used in conjunction with both vocab/custom.xsd and + vocab/loose.xsd. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/dataTypes_localised.xsd b/docs/home/ims/domainProfile_2/dataTypes_localised.xsd new file mode 100644 index 0000000..35ea033 --- /dev/null +++ b/docs/home/ims/domainProfile_2/dataTypes_localised.xsd @@ -0,0 +1,127 @@ + + + + + + + + + + + + + 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. + + + This component schema defintion defines global schema data type declarations + for data types defined in the LOMv1.0 base schema. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/elementNames_localised.xsd b/docs/home/ims/domainProfile_2/elementNames_localised.xsd new file mode 100644 index 0000000..dd1b9ee --- /dev/null +++ b/docs/home/ims/domainProfile_2/elementNames_localised.xsd @@ -0,0 +1,787 @@ + + + + + + + + + + + + + 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. + + + + This component schema defintion defines global element declarations for + each of the data elements defined in the LOMv1.0 base schema. This component + schema definition is used to check for the uniqueness of elements declared + to be unique within their parent elements by the presence of the + "uniqueElementName" attribute. The XML Schema constraint "unique" is used + to enforce uniqueness constraints. + + Duplicate declarations are included as comments for completeness. These + declarations should remain commented out or they can be removed completely. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/elementTypes_localised.xsd b/docs/home/ims/domainProfile_2/elementTypes_localised.xsd new file mode 100644 index 0000000..9b9f77b --- /dev/null +++ b/docs/home/ims/domainProfile_2/elementTypes_localised.xsd @@ -0,0 +1,806 @@ + + + + + + + + + + + + + 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. + + + This component schema defintion defines global schema data type declarations + for data elements defined in the LOMv1.0 base schema. This component XSD + defines the aggregation relationship among the LOM data elements. These aggregation + relationships enforce the LOMv1.0 base schema requirement that elements can only + be present in a LOM XML instance as elements of the aggregate element to which they + belong. + + Duplicate declarations are included as comments for completeness. These declarations + should remain commented out or they can be removed completely. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/extend/custom.xsd b/docs/home/ims/domainProfile_2/extend/custom.xsd new file mode 100644 index 0000000..611012e --- /dev/null +++ b/docs/home/ims/domainProfile_2/extend/custom.xsd @@ -0,0 +1,52 @@ + + + + + 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. + + + + This component schema defines the XML Schema content model groups customElements + and customAttributes to support validation of extension XML elements and attributes. + + This component XSD should be used if extensions are to be supported in LOM + XML instances. + + + 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" + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/imscc_mR_definition.xsd b/docs/home/ims/domainProfile_2/imscc_mR_definition.xsd new file mode 100644 index 0000000..9b82a7b --- /dev/null +++ b/docs/home/ims/domainProfile_2/imscc_mR_definition.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/lomLoose.xsd b/docs/home/ims/domainProfile_2/lomLoose.xsd new file mode 100644 index 0000000..791eb7c --- /dev/null +++ b/docs/home/ims/domainProfile_2/lomLoose.xsd @@ -0,0 +1,71 @@ + + + + + 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. + + + This file represents a composite schema for validating + LOM XML Instances. This file is built by default to represent a + composite schema for validation of the following: + + 1) The use of LOMv1.0 base schema (i.e., 1484.12.1-2002) vocabulary + source/value pairs only + 2) Uniqueness constraints defined by LOMv1.0 base schema + 3) No existenace of any defined extensions: + LOMv1.0 base schema XML element extension, + LOMv1.0 base schema XML attribute extension and + LOMv1.0 base schema vocabulary data type extension + + Alternative composite schemas can be assembled by selecting + from the various alternative component schema listed below. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/lomLoose_constraintsDocument.scmt b/docs/home/ims/domainProfile_2/lomLoose_constraintsDocument.scmt new file mode 100644 index 0000000..d916143 --- /dev/null +++ b/docs/home/ims/domainProfile_2/lomLoose_constraintsDocument.scmt @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + Assertion failed for pattern_1. An Item object which represents a folder is indicated by the absence of an IdentifierRef characteristic object. Folder Items support unlimited nesting of other folder Items and learning object link Items. Learning Application Resource Item objects may be nested by folder Item object but may not nest other folder or Learning Application resource Item objects.(#S04) + + + + + Assertion failed for pattern_2. A Resource object which is a Learning Object Web Content may contain Dependency objects which reference Resource objects with Type 'webcontent'.(#S03) + + + + + Assertion failed for pattern_3. If an item is invisible, its descendants must be invisible too.(#S02) + + + + + Assertion failed for pattern_4. A Resource object which is a Discussion Topic associated resource may contain Dependency objects which reference Resource objects with Type 'webcontent' or 'associatedcontent/imscc_xmlv1p0/learning-application-resource'.(#S12) + + + + + Assertion failed for pattern_5. + The test was: . + The context was: ims:resources/ims:resource/ims:dependency | ims:manifest/ims:resources/ims:resource/ims:dependency + + + + + Assertion failed for pattern_6. A Resource object which is an assessment may contain Dependency objects which reference Resource objects with Type 'webcontent' or 'associatedcontent/imscc_xmlv1p0/learning-application-resource'.(#S14) + + + + + Assertion failed for pattern_7. If a cartridge web content or associated content resource is linked from a Learning Application Object link Item object it must have an Href characteristic object which represents the launchable resource.(#S05) + + + + + Assertion failed for pattern_8. For Discussion Topic Resources the Resource object must contain a single File object which references the Discussion Topic descriptor XML file which conforms to the http://www.imsglobal.org/xsd/imsdt_v1p0 schema. It must not have any href attribute.(#S06) + + + + + Assertion failed for pattern_9. For Web Link Resources the Resource object must contain a single File object which references the Web Link descriptor XML file which conforms to the http://www.imsglobal.org/xsd/imswl_v1p0 schema. It must contain neither Dependency objects nor an href attribute.(#S07) + + + + + Assertion failed for pattern_10. For Assessment or Question Bank Resources the Resource object must contain a single File object which references the QTI XML file. This file must conform to the IMS CC profile of QTI 1.2.1. The profile is contained in the package of this profile as imscc_q*.xdm. The derived schema of this QTI profile is in the package of this profile with the name ims_qtiasiv1p2_localised.xsd. The resource must not have an href attribute(#S11) + + + + diff --git a/docs/home/ims/domainProfile_2/lomLoose_localised.xsd b/docs/home/ims/domainProfile_2/lomLoose_localised.xsd new file mode 100644 index 0000000..81ea05a --- /dev/null +++ b/docs/home/ims/domainProfile_2/lomLoose_localised.xsd @@ -0,0 +1,79 @@ + + + + + + + + + + + + + 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. + + + This file represents a composite schema for validating + LOM XML Instances. This file is built by default to represent a + composite schema for validation of the following: + + 1) The use of LOMv1.0 base schema (i.e., 1484.12.1-2002) vocabulary + source/value pairs only + 2) Uniqueness constraints defined by LOMv1.0 base schema + 3) No existenace of any defined extensions: + LOMv1.0 base schema XML element extension, + LOMv1.0 base schema XML attribute extension and + LOMv1.0 base schema vocabulary data type extension + + Alternative composite schemas can be assembled by selecting + from the various alternative component schema listed below. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/loose.xsd b/docs/home/ims/domainProfile_2/loose.xsd new file mode 100644 index 0000000..a41244a --- /dev/null +++ b/docs/home/ims/domainProfile_2/loose.xsd @@ -0,0 +1,292 @@ + + + + + + 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. + + + + This component schema definition provides attribute group declarations for + LOM data elements to support schema-based validation of uniqueness constraints + within a LOM XML instance where the exact set of attributes associated with each + element has to be as specified by the LOM XML Schema binding (i.e., where extra + attributes to enforce uniqueness have to be avoided). + + Duplicate declarations are included as comments for completeness. These + declarations should remain commented out or they can be removed completely. + + NOTE: The absence of the enforcement of the uniqueness constraints does not + relieve a particular LOM XML instance from satisfying the uniqueness constraints + described in the LOMv1.0 base schema. Applications that require the use of + the unique/loose.xsd component XSD have to enforce those uniqueness constraints + by other means. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/rootElement_localised.xsd b/docs/home/ims/domainProfile_2/rootElement_localised.xsd new file mode 100644 index 0000000..8101ec3 --- /dev/null +++ b/docs/home/ims/domainProfile_2/rootElement_localised.xsd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + 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. + + + + This component schema defintion provides the element name declaration for the + root element for all LOM XML instances. + + + 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" + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/unique/loose.xsd b/docs/home/ims/domainProfile_2/unique/loose.xsd new file mode 100644 index 0000000..0defa03 --- /dev/null +++ b/docs/home/ims/domainProfile_2/unique/loose.xsd @@ -0,0 +1,295 @@ + + + + + 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. + + + + This component schema definition provides attribute group declarations for + LOM data elements to support schema-based validation of uniqueness constraints + within a LOM XML instance where the exact set of attributes associated with each + element has to be as specified by the LOM XML Schema binding (i.e., where extra + attributes to enforce uniqueness have to be avoided). + + Duplicate declarations are included as comments for completeness. These + declarations should remain commented out or they can be removed completely. + + NOTE: The absence of the enforcement of the uniqueness constraints does not + relieve a particular LOM XML instance from satisfying the uniqueness constraints + described in the LOMv1.0 base schema. Applications that require the use of + the unique/loose.xsd component XSD have to enforce those uniqueness constraints + by other means. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/vocab/loose.xsd b/docs/home/ims/domainProfile_2/vocab/loose.xsd new file mode 100644 index 0000000..b216d83 --- /dev/null +++ b/docs/home/ims/domainProfile_2/vocab/loose.xsd @@ -0,0 +1,147 @@ + + + + + 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. + + + + This component schema definition provides simple type declarations for LOM + data elements that are defined as Vocabulary data types. + + This component schema definition enforces that vocabulary sources and values + are character strings, which simplifies the schema validation process for those + applications that perform vocabulary source/value validation using + post-schema-validation. + + This component schema definition relaxes the validation constraints by + allowing both sources and values to be arbitrary character strings. + + NOTE: The absence of the enforcement of vocabulary values does not relieve a + particular LOM XML instance from satisfying vocabulary requirements defined + in the LOMv1.0 base schema. Applications that require the use of vocab/loose.xsd + component XSD should enforce those vocabulary requirements by other means. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/home/ims/domainProfile_2/vocabTypes_localised.xsd b/docs/home/ims/domainProfile_2/vocabTypes_localised.xsd new file mode 100644 index 0000000..c44208c --- /dev/null +++ b/docs/home/ims/domainProfile_2/vocabTypes_localised.xsd @@ -0,0 +1,408 @@ + + + + + + + + + + + + + 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. + + + This component schema defintion provides global type declarations for those + LOM data elements whose values are taken from a Vocabulary data type. + + + + This component XSD requires schema components from other + schemas that are defined in other namespaces. These statements import the + appropriate components. The xsi:schemaLocation attribute is used to specify + the location of the file that contains the schema that defines the namespace. + The xsi:schemaLocation attribute is optional and is ommitted. By definition of + the composite schemas the appropriate namespaces and related files where those + namespaces are defined are brought into scope. Some XML parsers may require + these import statements to contain the optional xsi:schemaLocation attribute. + + 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" + + + + + + + + + + + + + + + + + + + explanation: The vocabulary for intendedEndUserRole is 'IMSGLC_CC_Rolesv1p0'. + + + + + + + + + + + explanation: The source for a context object is fixed to 'LOMv1.0' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: Possible intendedEndUserRoles are only 'Learner' and 'Instructor'. + + + + + + + + + + + + + + + + + + + + + + + + + + + + explanation: The value of context is fixed to 'higher education'. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_2/vocabValues_localised.xsd b/docs/home/ims/domainProfile_2/vocabValues_localised.xsd new file mode 100644 index 0000000..42128ac --- /dev/null +++ b/docs/home/ims/domainProfile_2/vocabValues_localised.xsd @@ -0,0 +1,270 @@ + + + + + + + + + + + + + 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. + + + + This component schema definition provides global type declarations for the standard + LOMv1.0 vocabulary tokens for those LOM data elements whose values are taken from + a Vocabulary data type. + + This component schema defintion defines the stanard vocabulary value + declarations as defined in the LOMv1.0 base schema. These vocabulary + value declarations are used in conjunction with both vocab/custom.xsd and + vocab/loose.xsd. + + + 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" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_3/imscp_extensionv1p2.xsd b/docs/home/ims/domainProfile_3/imscp_extensionv1p2.xsd new file mode 100644 index 0000000..4720ca8 --- /dev/null +++ b/docs/home/ims/domainProfile_3/imscp_extensionv1p2.xsd @@ -0,0 +1,226 @@ + + + + + + + XSD Data File Information + ------------------------- + Author: Colin Smythe (IMS, UK) + Date: 31st October, 2006 + Version: 2.0 + Status: Public Draft + Description: This is a normative representation of the IMS Packaging Extension 1.0 Information Model for binding + purposes. Read the corresponding IMS Content Packaging Information Model for the Platform + Independent Model representation. + + History: Version 2 includes the modified definition of LingualTitle. + Version 1 of the IMS Packaging Utility v1.2 XSD for public draft release. + It has a target namespace of http://www.imsglobal.org/xsd/imscp_extensionv1p2. + This Utility uses this general approach to modeling: + (1) All of the elements and attributes are defined as local to their host object; + (2) There are multiple host objects; + (3) Comments have been added to the complexType definitions. + + Copyright: 2006 (c) IMS Global Learning Consortium Inc. All Rights Reserved. + IMS Global Learning Consortium, Inc. (IMS/GLC) is publishing the information + contained in this binding ("Specification") for purposes of scientific + experimental and scholarly collaboration only. IMS/GLC makes no warranty or + representation regarding the accuracy or completeness of the Specification. + This material is provided on an "As Is" and "As Available basis". + The Specification is at all times subject to change and revision without + notice. It is your sole responsibility to evaluate the usefulness, accuracy + and completeness of the Specification as it relates to you. IMS/GLC would + appreciate receiving your comments and suggestions. Please contact IMS/GLC + through our website at: http://www.imsglobal.org. + + Source XSLT File Information + ---------------------------- + XSL Generator: UMLtoXSDTransformv0p7.xsl + XSLT Processor: Xalan + Release: 1.0 Beta 1 + Date: 30th November, 2005 + + Auto-generation Tool + -------------------- + This WSDL/XSD was auto-generated using the IMS WSDL/XSD auto-generation tool. While every attempt + has been made to ensure that this tool auto-generates the XSDs correctly, users should be aware + that this is an experimental tool. Permission is given to make use of this tool. IMS makes no + claim on the materials created by third party users of this tool. Details on how to use this tool + are contained in the IMS document: "IMS General Web Services: WSDL/XSD Binding Auto-generation" + available at the IMS web-site. + Tool Copyright: 2006 (c) IMS Global Learning Consortium Inc. All Rights Reserved. + + + + + + + + + + + + + Any namespaced element from any namespace may be included within an "any" element. + The namespace for the imported element must be defined in the instance, and the schema must be imported. + The extension has a definition of "strict" i.e. they must have their own namespace. + + + + + + + + + + + + + + + + + + + + + + + + + + + A bound instance of an IPointer object allows a packager to associate + a specific XML node set in the same IMS Manifest Document that contains + it or an XML node set in a different IMS Manifest Document instance with + the parent object containing an IMS Pointer instance. + + A referenced node set must be a valid child of the referencing parent element, + both as to kind and multiplicity in a referencing parent's context. + +

Represents a binding of the kinds of objects defined as children of ims-cp-imManifest : Manifest.[ ManifestMetadata, Organizations, Resources, Manifest, Extension ].

+
+
+ + + + + + + +
+ + + + + An instance of the metadata element contains data structures that declare descriptive + information about a metadata element's parent only. + + One or more different metadata models may be declared as child extensions of a + metadata element. + +

Represents a binding of the kinds of child objects defined for ims-cp-imMetadata: Metadata.[ Extension ].

+
+
+ + + +
+ + + + + A variant element is closely analogous to a resource element in the + IMS Content Packaging Information Model. Variant is a container for a + an alternative resource. A resource may contain references + to assets that are all of the same type or different types (i.e., file formats). + + The Variant class points to the alternatibe resource. Metadata is used to + describe the nature of a collection of alternative assets and their intended + use. Examples include, but are not limited to, use as lingual variants, + visual or auditory variants, remediation variants, or platform delivery variants. + + The scope of referenced assets is specific to a Variant object. Their use is in the + context of the parent object containing a variant instance, typically a bound instance + of a Resource object from the IMS CP namespace. + +

Represents a binding of the kinds of child objects defined for ims-cp-imResource: Resource.[ Metadata, File, Dependency, Extension ].

+
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/docs/home/ims/domainProfile_3/imscp_extensionv1p2_constraintsDocument.scmt b/docs/home/ims/domainProfile_3/imscp_extensionv1p2_constraintsDocument.scmt new file mode 100644 index 0000000..d916143 --- /dev/null +++ b/docs/home/ims/domainProfile_3/imscp_extensionv1p2_constraintsDocument.scmt @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + Assertion failed for pattern_1. An Item object which represents a folder is indicated by the absence of an IdentifierRef characteristic object. Folder Items support unlimited nesting of other folder Items and learning object link Items. Learning Application Resource Item objects may be nested by folder Item object but may not nest other folder or Learning Application resource Item objects.(#S04) + + + + + Assertion failed for pattern_2. A Resource object which is a Learning Object Web Content may contain Dependency objects which reference Resource objects with Type 'webcontent'.(#S03) + + + + + Assertion failed for pattern_3. If an item is invisible, its descendants must be invisible too.(#S02) + + + + + Assertion failed for pattern_4. A Resource object which is a Discussion Topic associated resource may contain Dependency objects which reference Resource objects with Type 'webcontent' or 'associatedcontent/imscc_xmlv1p0/learning-application-resource'.(#S12) + + + + + Assertion failed for pattern_5. + The test was: . + The context was: ims:resources/ims:resource/ims:dependency | ims:manifest/ims:resources/ims:resource/ims:dependency + + + + + Assertion failed for pattern_6. A Resource object which is an assessment may contain Dependency objects which reference Resource objects with Type 'webcontent' or 'associatedcontent/imscc_xmlv1p0/learning-application-resource'.(#S14) + + + + + Assertion failed for pattern_7. If a cartridge web content or associated content resource is linked from a Learning Application Object link Item object it must have an Href characteristic object which represents the launchable resource.(#S05) + + + + + Assertion failed for pattern_8. For Discussion Topic Resources the Resource object must contain a single File object which references the Discussion Topic descriptor XML file which conforms to the http://www.imsglobal.org/xsd/imsdt_v1p0 schema. It must not have any href attribute.(#S06) + + + + + Assertion failed for pattern_9. For Web Link Resources the Resource object must contain a single File object which references the Web Link descriptor XML file which conforms to the http://www.imsglobal.org/xsd/imswl_v1p0 schema. It must contain neither Dependency objects nor an href attribute.(#S07) + + + + + Assertion failed for pattern_10. For Assessment or Question Bank Resources the Resource object must contain a single File object which references the QTI XML file. This file must conform to the IMS CC profile of QTI 1.2.1. The profile is contained in the package of this profile as imscc_q*.xdm. The derived schema of this QTI profile is in the package of this profile with the name ims_qtiasiv1p2_localised.xsd. The resource must not have an href attribute(#S11) + + + + diff --git a/docs/home/ims/domainProfile_3/imscp_extensionv1p2_localised.xsd b/docs/home/ims/domainProfile_3/imscp_extensionv1p2_localised.xsd new file mode 100644 index 0000000..4cc935b --- /dev/null +++ b/docs/home/ims/domainProfile_3/imscp_extensionv1p2_localised.xsd @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + XSD Data File Information + ------------------------- + Author: Colin Smythe (IMS, UK) + Date: 31st October, 2006 + Version: 2.0 + Status: Public Draft + Description: This is a normative representation of the IMS Packaging Extension 1.0 Information Model for binding + purposes. Read the corresponding IMS Content Packaging Information Model for the Platform + Independent Model representation. + + History: Version 2 includes the modified definition of LingualTitle. + Version 1 of the IMS Packaging Utility v1.2 XSD for public draft release. + It has a target namespace of http://www.imsglobal.org/xsd/imscp_extensionv1p2. + This Utility uses this general approach to modeling: + (1) All of the elements and attributes are defined as local to their host object; + (2) There are multiple host objects; + (3) Comments have been added to the complexType definitions. + + Copyright: 2006 (c) IMS Global Learning Consortium Inc. All Rights Reserved. + IMS Global Learning Consortium, Inc. (IMS/GLC) is publishing the information + contained in this binding ("Specification") for purposes of scientific + experimental and scholarly collaboration only. IMS/GLC makes no warranty or + representation regarding the accuracy or completeness of the Specification. + This material is provided on an "As Is" and "As Available basis". + The Specification is at all times subject to change and revision without + notice. It is your sole responsibility to evaluate the usefulness, accuracy + and completeness of the Specification as it relates to you. IMS/GLC would + appreciate receiving your comments and suggestions. Please contact IMS/GLC + through our website at: http://www.imsglobal.org. + + Source XSLT File Information + ---------------------------- + XSL Generator: UMLtoXSDTransformv0p7.xsl + XSLT Processor: Xalan + Release: 1.0 Beta 1 + Date: 30th November, 2005 + + Auto-generation Tool + -------------------- + This WSDL/XSD was auto-generated using the IMS WSDL/XSD auto-generation tool. While every attempt + has been made to ensure that this tool auto-generates the XSDs correctly, users should be aware + that this is an experimental tool. Permission is given to make use of this tool. IMS makes no + claim on the materials created by third party users of this tool. Details on how to use this tool + are contained in the IMS document: "IMS General Web Services: WSDL/XSD Binding Auto-generation" + available at the IMS web-site. + Tool Copyright: 2006 (c) IMS Global Learning Consortium Inc. All Rights Reserved. + + general: This profile of the extension schema of IMS CP 1.2 restricts extensions to use the variant element only. + + + + + + + + + + + + Any namespaced element from any namespace may be included within an "any" element. + The namespace for the imported element must be defined in the instance, and the schema must be imported. + The extension has a definition of "strict" i.e. they must have their own namespace. + + + + + + + + + + + + + + + + + + + + + + + + + + + A bound instance of an IPointer object allows a packager to associate + a specific XML node set in the same IMS Manifest Document that contains + it or an XML node set in a different IMS Manifest Document instance with + the parent object containing an IMS Pointer instance. + + A referenced node set must be a valid child of the referencing parent element, + both as to kind and multiplicity in a referencing parent's context. + +

Represents a binding of the kinds of objects defined as children of ims-cp-imManifest : Manifest.[ ManifestMetadata, Organizations, Resources, Manifest, Extension ].

+
+
+ + + + + + + +
+ + + + + An instance of the metadata element contains data structures that declare descriptive + information about a metadata element's parent only. + + One or more different metadata models may be declared as child extensions of a + metadata element. + +

Represents a binding of the kinds of child objects defined for ims-cp-imMetadata: Metadata.[ Extension ].

+
+
+ + + +
+ + + + + A variant element is closely analogous to a resource element in the + IMS Content Packaging Information Model. Variant is a container for a + an alternative resource. A resource may contain references + to assets that are all of the same type or different types (i.e., file formats). + + The Variant class points to the alternatibe resource. Metadata is used to + describe the nature of a collection of alternative assets and their intended + use. Examples include, but are not limited to, use as lingual variants, + visual or auditory variants, remediation variants, or platform delivery variants. + + The scope of referenced assets is specific to a Variant object. Their use is in the + context of the parent object containing a variant instance, typically a bound instance + of a Resource object from the IMS CP namespace. + +

Represents a binding of the kinds of child objects defined for ims-cp-imResource: Resource.[ Metadata, File, Dependency, Extension ].

+
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/docs/home/ims/domainProfile_4/ims_qtiasiv1p2.xsd b/docs/home/ims/domainProfile_4/ims_qtiasiv1p2.xsd new file mode 100644 index 0000000..3a2463f --- /dev/null +++ b/docs/home/ims/domainProfile_4/ims_qtiasiv1p2.xsd @@ -0,0 +1,2234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_4/ims_qtiasiv1p2_def_copy.xsd b/docs/home/ims/domainProfile_4/ims_qtiasiv1p2_def_copy.xsd new file mode 100644 index 0000000..063a43d --- /dev/null +++ b/docs/home/ims/domainProfile_4/ims_qtiasiv1p2_def_copy.xsd @@ -0,0 +1,2249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_4/ims_qtiasiv1p2_localised.xsd b/docs/home/ims/domainProfile_4/ims_qtiasiv1p2_localised.xsd new file mode 100644 index 0000000..fe87324 --- /dev/null +++ b/docs/home/ims/domainProfile_4/ims_qtiasiv1p2_localised.xsd @@ -0,0 +1,2179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_4/imscc_q_definition.xsd b/docs/home/ims/domainProfile_4/imscc_q_definition.xsd new file mode 100644 index 0000000..30e0aa0 --- /dev/null +++ b/docs/home/ims/domainProfile_4/imscc_q_definition.xsd @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_4/xml.xsd b/docs/home/ims/domainProfile_4/xml.xsd new file mode 100644 index 0000000..aec62fc --- /dev/null +++ b/docs/home/ims/domainProfile_4/xml.xsd @@ -0,0 +1,145 @@ + + + + + + See http://www.w3.org/XML/1998/namespace.html and + http://www.w3.org/TR/REC-xml for information about this namespace. + + This schema document describes the XML namespace, in a form + suitable for import by other schema documents. + + Note that local names in this namespace are intended to be defined + only by the World Wide Web Consortium or its subgroups. The + following names are currently defined in this namespace and should + not be used with conflicting semantics by any Working Group, + specification, or document instance: + + base (as an attribute name): denotes an attribute whose value + provides a URI to be used as the base for interpreting any + relative URIs in the scope of the element on which it + appears; its value is inherited. This name is reserved + by virtue of its definition in the XML Base specification. + + id (as an attribute name): denotes an attribute whose value + should be interpreted as if declared to be of type ID. + This name is reserved by virtue of its definition in the + xml:id specification. + + lang (as an attribute name): denotes an attribute whose value + is a language code for the natural language of the content of + any element; its value is inherited. This name is reserved + by virtue of its definition in the XML specification. + + space (as an attribute name): denotes an attribute whose + value is a keyword indicating what whitespace processing + discipline is intended for the content of the element; its + value is inherited. This name is reserved by virtue of its + definition in the XML specification. + + Father (in any context at all): denotes Jon Bosak, the chair of + the original XML Working Group. This name is reserved by + the following decision of the W3C XML Plenary and + XML Coordination groups: + + In appreciation for his vision, leadership and dedication + the W3C XML Plenary on this 10th day of February, 2000 + reserves for Jon Bosak in perpetuity the XML name + xml:Father + + + + + This schema defines attributes and an attribute group + suitable for use by + schemas wishing to allow xml:base, xml:lang, xml:space or xml:id + attributes on elements they define. + + To enable this, such a schema must import this schema + for the XML namespace, e.g. as follows: + <schema . . .> + . . . + <import namespace="http://www.w3.org/XML/1998/namespace" + schemaLocation="http://www.w3.org/2001/xml.xsd"/> + + Subsequently, qualified reference to any of the attributes + or the group defined below will have the desired effect, e.g. + + <type . . .> + . . . + <attributeGroup ref="xml:specialAttrs"/> + + will define a type which will schema-validate an instance + element with any of those attributes + + + + In keeping with the XML Schema WG's standard versioning + policy, this schema document will persist at + http://www.w3.org/2007/08/xml.xsd. + At the date of issue it can also be found at + http://www.w3.org/2001/xml.xsd. + The schema document at that URI may however change in the future, + in order to remain compatible with the latest version of XML Schema + itself, or with the XML namespace itself. In other words, if the XML + Schema or XML namespaces change, the version of this document at + http://www.w3.org/2001/xml.xsd will change + accordingly; the version at + http://www.w3.org/2007/08/xml.xsd will not change. + + + + + + Attempting to install the relevant ISO 2- and 3-letter + codes as the enumerated possible values is probably never + going to be a realistic possibility. See + RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry + at http://www.iana.org/assignments/lang-tag-apps.htm for + further information. + + The union allows for the 'un-declaration' of xml:lang with + the empty string. + + + + + + + + + + + + + + + + + + + + + + + + See http://www.w3.org/TR/xmlbase/ for + information about this attribute. + + + + + + See http://www.w3.org/TR/xml-id/ for + information about this attribute. + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_5/imswl_v1p0.xsd b/docs/home/ims/domainProfile_5/imswl_v1p0.xsd new file mode 100644 index 0000000..31d287b --- /dev/null +++ b/docs/home/ims/domainProfile_5/imswl_v1p0.xsd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_5/imswl_v1p0_localised.xsd b/docs/home/ims/domainProfile_5/imswl_v1p0_localised.xsd new file mode 100644 index 0000000..426689d --- /dev/null +++ b/docs/home/ims/domainProfile_5/imswl_v1p0_localised.xsd @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_6/imsdt_v1p0.xsd b/docs/home/ims/domainProfile_6/imsdt_v1p0.xsd new file mode 100644 index 0000000..1831d54 --- /dev/null +++ b/docs/home/ims/domainProfile_6/imsdt_v1p0.xsd @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home/ims/domainProfile_6/imsdt_v1p0_localised.xsd b/docs/home/ims/domainProfile_6/imsdt_v1p0_localised.xsd new file mode 100644 index 0000000..4fd9bfd --- /dev/null +++ b/docs/home/ims/domainProfile_6/imsdt_v1p0_localised.xsd @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.17.1