code-srv-test/dita-ot-3.6/plugins/org.oasis-open.dita.v1_3/schema-url/learning/xsd/learningObjectMapGrp.xsd
2021-03-23 22:38:58 +00:00

29 lines
1.6 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<!--============================================================= -->
<!--MODULE: DITA Learning Object Map -->
<!--VERSION: 1.3 -->
<!--DATE: June 2013 -->
<!--=============================================================-->
<!--Refer to the latest version of this file by the following URI:-->
<!--urn:oasis:names:tc:dita:spec:learning:xsd:learningObjectMapGrp.xsd -->
<!--To refer to this specific version, you may use this value: -->
<!--urn:oasis:names:tc:dita:spec:learning:xsd:learningObjectMapGrp.xsd:1.3 -->
<!--============================================================= -->
<!--SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!--PURPOSE: Provides a map type for representing a single learning group.-->
<!--ORIGINAL CREATION DATE: -->
<!--June 2013 -->
<!--(C) Copyright OASIS Open -->
<!--All Rights Reserved. -->
<!--=============================================================-->
<!-- -->
<xs:schema xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:group name="learningObjectMap">
<xs:sequence>
<xs:choice>
<xs:element ref="learningObjectMap"/>
</xs:choice>
</xs:sequence>
</xs:group>
</xs:schema>