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

33 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<!--============================================================= -->
<!--MODULE: DITA Learning Group Map Module Intermediate Module -->
<!--VERSION: 1.3 -->
<!--DATE: July 2016 -->
<!--=============================================================-->
<!--Refer to the latest version of this file by the following URI:-->
<!--urn:oasis:names:tc:dita:spec:learning:xsd:learningGroupMapIntMod.xsd -->
<!--To refer to this specific version, you may use this value: -->
<!--urn:oasis:names:tc:dita:spec:learning:xsd:learningGroupMapIntMod.xsd:1.3 -->
<!--============================================================= -->
<!--SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!--PURPOSE: Enables redefinition of the topicref group such -->
<!-- that topicref can be omitted. -->
<!--ORIGINAL CREATION DATE: -->
<!--July 2016 -->
<!--(C) Copyright OASIS Open -->
<!--All Rights Reserved. -->
<!--=============================================================-->
<!-- -->
<xs:redefine schemaLocation="../../base/xsd/mapGrp.xsd">
<xs:group name="topicref">
<xs:choice>
<xs:group ref="topicref"/>
<xs:group ref="mapgroup-d-topicref"/>
<xs:group ref="ditavalref-d-topicref"/>
<xs:group ref="learningmap-d-topicref"/>
</xs:choice>
</xs:group>
</xs:redefine>
</xs:schema>