29 lines
1.6 KiB
XML
Executable file
29 lines
1.6 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--============================================================= -->
|
|
<!--MODULE: DITA Learning Group 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:learningGroupMapGrp.xsd -->
|
|
<!--To refer to this specific version, you may use this value: -->
|
|
<!--urn:oasis:names:tc:dita:spec:learning:xsd:learningGroupMapGrp.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="learningGroupMap">
|
|
<xs:sequence>
|
|
<xs:choice>
|
|
<xs:element ref="learningGroupMap"/>
|
|
</xs:choice>
|
|
</xs:sequence>
|
|
</xs:group>
|
|
</xs:schema>
|