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

32 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- MODULE: DITA Glossary XSD -->
<!-- VERSION: 1.2 -->
<!-- DATE: October 2009 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!-- PURPOSE: W3C XML Schema to describe DITA glossary -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- June 2006 -->
<!-- -->
<!-- (C) Copyright OASIS-Open.org 2006, 2009 -->
<!-- All Rights Reserved. -->
<!-- ============================================================= -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="unqualified" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
<!-- NOTE: The glossary.xsd file was misnamed in DITA 1.1. For DITA 1.2, it simply
redirects to the correctly-named glossentry.xsd file.
-->
<xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:glossentry.xsd:1.2"/>
</xs:schema>