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

41 lines
2.4 KiB
XML
Executable file

<?xml version="1.0" encoding="UTF-8"?>
<!--=============================================================-->
<!-- HEADER -->
<!--=============================================================-->
<!-- MODULE: DITA Glossary Group -->
<!-- VERSION: 1.2 -->
<!-- DATE: November 2009 -->
<!-- -->
<!--=============================================================-->
<!--=============================================================-->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!-- -->
<!-- Refer to this file by the following public identifier or an -->
<!-- appropriate system identifier -->
<!--PUBLIC "-//OASIS//ELEMENTS DITA Glossary Group//EN" -->
<!-- Delivered as file "glossgroup.mod" -->
<!--=============================================================-->
<!--SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!--PURPOSE: Define elements and specialization atttributes -->
<!-- for Glossary Group topics -->
<!-- -->
<!--ORIGINAL CREATION DATE: -->
<!-- June 2008 -->
<!-- -->
<!-- (C) Copyright OASIS Open 2008, 2009. -->
<!-- All Rights Reserved. -->
<!-- -->
<!-- UPDATES: -->
<!--=============================================================-->
<xs:schema xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:group name="glossgroup">
<xs:sequence>
<xs:choice>
<xs:element ref="glossgroup"/>
</xs:choice>
</xs:sequence>
</xs:group>
</xs:schema>