| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: DITA MAP DTD -->
- <!-- VERSION: 1.1 -->
- <!-- DATE: November 2006 -->
- <!-- -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
- <!-- TYPICAL INVOCATION -->
- <!-- -->
- <!-- Refer to this file by the following public identifier or an
- appropriate system identifier:
- PUBLIC "-//OASIS//DTD DITA Map//EN"
- Delivered as file "map.dtd" -->
- <!-- The public ID above refers to the latest version of this DTD.
- To refer to this specific version, you may use this value:
- PUBLIC "-//OASIS//DTD DITA 1.1 Map//EN" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
- <!-- -->
- <!-- PURPOSE: DTD to describe DITA maps -->
- <!-- -->
- <!-- ORIGINAL CREATION DATE: -->
- <!-- March 2001 -->
- <!-- -->
- <!-- (C) Copyright OASIS Open 2005, 2006. -->
- <!-- (C) Copyright IBM Corporation 2001, 2004. -->
- <!-- All Rights Reserved. -->
- <!-- -->
- <!-- UPDATES: -->
- <!-- 2005.11.15 RDA: Corrected public ID for map.mod -->
- <!-- 2005.11.15 RDA: Updated these comments to match template -->
- <!-- 2006.06.07 RDA: Added indexing domain -->
- <!-- 2006.06.21 RDA: Added props attribute extensions -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- DOMAIN ENTITY DECLARATIONS -->
- <!-- ============================================================= -->
- <!ENTITY % mapgroup-d-dec
- PUBLIC
- "-//OASIS//ENTITIES DITA Map Group Domain//EN"
- "mapGroup.ent" >
- %mapgroup-d-dec;
- <!ENTITY % indexing-d-dec PUBLIC
- "-//OASIS//ENTITIES DITA Indexing Domain//EN"
- "indexingDomain.ent" >
- %indexing-d-dec;
- <!-- ============================================================= -->
- <!-- DOMAIN ATTRIBUTE DECLARATIONS -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- DOMAIN EXTENSIONS -->
- <!-- ============================================================= -->
- <!-- One for each extended base element, with
- the name of the domain(s) in which the
- extension was declared -->
- <!ENTITY % topicref "topicref | (%mapgroup-d-topicref;)" >
- <!ENTITY % index-base "index-base | %indexing-d-index-base;" >
- <!-- ============================================================= -->
- <!-- DOMAIN ATTRIBUTE EXTENSIONS -->
- <!-- ============================================================= -->
- <!ENTITY % props-attribute-extensions "" >
- <!ENTITY % base-attribute-extensions "" >
- <!-- ============================================================= -->
- <!-- DOMAINS ATTRIBUTE OVERRIDE -->
- <!-- ============================================================= -->
- <!-- Must be declared ahead of the DTDs, which
- puts @domains first in order -->
- <!ENTITY included-domains
- "&mapgroup-d-att; &indexing-d-att;" >
- <!-- ============================================================= -->
- <!-- MAP ELEMENT INTEGRATION -->
- <!-- ============================================================= -->
- <!-- Embed map to get generic elements -->
- <!-- 2005.11.15 RDA: Corrected public ID for map.mod. It was -->
- <!-- "-//OASIS//Elements DITA Map Group Domain//EN" -->
- <!ENTITY % map-type PUBLIC
- "-//OASIS//ELEMENTS DITA Map//EN"
- "map.mod" >
- %map-type;
- <!-- ============================================================= -->
- <!-- DOMAIN ELEMENT INTEGRATION -->
- <!-- ============================================================= -->
- <!ENTITY % mapgroup-d-def
- PUBLIC
- "-//OASIS//ELEMENTS DITA Map Group Domain//EN"
- "mapGroup.mod" >
- %mapgroup-d-def;
- <!ENTITY % indexing-d-def PUBLIC
- "-//OASIS//ELEMENTS DITA Indexing Domain//EN"
- "indexingDomain.mod" >
- %indexing-d-def;
- <!-- ================== End DITA Map DTD ======================== -->
|