| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: DITA Bookmap 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 BookMap//EN"
- Delivered as file "bookmap.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 BookMap//EN" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
- <!-- -->
- <!-- PURPOSE: DTD to describe DITA Book Maps -->
- <!-- -->
- <!-- ORIGINAL CREATION DATE: -->
- <!-- March 2004 -->
- <!-- -->
- <!-- (C) Copyright OASIS Open 2006. -->
- <!-- (C) Copyright IBM Corporation 2004, 2005. -->
- <!-- All Rights Reserved. -->
- <!-- -->
- <!-- UPDATES: -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- 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;
- <!ENTITY % xnaldomain-d-dec
- PUBLIC
- "-//OASIS//ENTITIES DITA XNAL Domain//EN"
- "xnalDomain.ent" >
- %xnaldomain-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 % author "author | %xnal-d-author;" >
- <!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;
- &xnal-d-att;" >
- <!-- ============================================================= -->
- <!-- MAP ELEMENT INTEGRATION -->
- <!-- ============================================================= -->
- <!ENTITY % map-type PUBLIC
- "-//OASIS//ELEMENTS DITA Map//EN"
- "map.mod" >
- %map-type;
- <!ENTITY % bookmap-type PUBLIC
- "-//OASIS//ELEMENTS DITA BookMap//EN"
- "bookmap.mod" >
- %bookmap-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;
- <!ENTITY % xnaldomain-d-def
- PUBLIC
- "-//OASIS//ELEMENTS DITA XNAL Domain//EN"
- "xnalDomain.mod" >
- %xnaldomain-d-def;
- <!-- ================== End DITA Bookmap DTD ==================== -->
|