32 lines
1.8 KiB
XML
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>
|