1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- ============================================================= -->
|
---|
3 | <!-- HEADER -->
|
---|
4 | <!-- ============================================================= -->
|
---|
5 | <!-- MODULE: DITA Glossary XSD Group Decleration -->
|
---|
6 | <!-- VERSION: 1.2 -->
|
---|
7 | <!-- DATE: July 2007 -->
|
---|
8 | <!-- -->
|
---|
9 | <!-- ============================================================= -->
|
---|
10 |
|
---|
11 |
|
---|
12 | <!-- ============================================================= -->
|
---|
13 | <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
|
---|
14 | <!-- -->
|
---|
15 | <!-- PURPOSE: W3C XML Schema to describe DITA concepts -->
|
---|
16 | <!-- -->
|
---|
17 | <!-- ORIGINAL CREATION DATE: -->
|
---|
18 | <!-- June 2006 -->
|
---|
19 | <!-- -->
|
---|
20 | <!-- (C) Copyright OASIS-Open.org 2006, 2009 -->
|
---|
21 | <!-- All Rights Reserved. -->
|
---|
22 | <!-- ============================================================= -->
|
---|
23 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
---|
24 |
|
---|
25 | <!-- NOTE: The glossaryGrp.xsd file was misnamed in DITA 1.1. For DITA 1.2, it simply
|
---|
26 | redirects to the correctly-named glossentryGrp.xsd file.
|
---|
27 | -->
|
---|
28 | <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:glossentryGrp.xsd:1.2"/>
|
---|
29 |
|
---|
30 | </xs:schema>
|
---|