| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: Lightweight DITA Map -->
- <!-- VERSION: 1.0 -->
- <!-- DATE: XXX -->
- <!-- -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
- <!-- TYPICAL INVOCATION -->
- <!-- -->
- <!-- Refer to this file by the following public identifier or an
- appropriate system identifier:
- PUBLIC "-//OASIS//DTD LIGHTWEIGHT DITA Map//EN"
- Delivered as file "lw-map.dtd" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Lightweight DITA -->
- <!-- -->
- <!-- PURPOSE: DTD to describe Lightweight DITA map -->
- <!-- -->
- <!-- ORIGINAL CREATION DATE: -->
- <!-- XXXX -->
- <!-- -->
- <!-- (C) OASIS -->
- <!-- All Rights Reserved. -->
- <!-- -->
- <!-- UPDATES: -->
- <!-- 25 Nov 2014 KJE: Upload files to DITA TC SVN repo -->
- <!-- 16 May 2016 MG: Upload files to GitHub repo -->
- <!-- 11 Jun 2017 KJE: Added headers and update logs -->
- <!-- 14 Jun 2017 RDA: Add mapgroup to domains attribute -->
- <!-- 20 Jun 2017 CE: Replaced domain from hi-d to topic hi-d -->
- <!-- 20 Jun 2017 CE: Added prefix lw- to filename -->
- <!-- 25 Jul 2017 CE: Changed public identifier to LIGHTWEIGHT -->
- <!-- DITA -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- ADD PHRASE ELEMENTS -->
- <!-- ============================================================= -->
- <!-- hi-d -->
- <!ENTITY % ph "ph | b | i |u | sup | sub" >
- <!-- ============================================================= -->
- <!-- ADD FILTERING ATTRIBUTES -->
- <!-- ============================================================= -->
- <!-- none-->
- <!-- ENTITY % filter-adds
- "ADD-ATTRIBUTE-HERE CDATA #IMPLIED"-->
- <!-- ============================================================= -->
- <!-- DECLARE USE OF ELEMENT/ATTRIBUTE DOMAINS -->
- <!-- ============================================================= -->
- <!ENTITY included-domains "(topic hi-d) (map mapgroup-d)">
- <!-- ============================================================= -->
- <!-- REMOVE ATTRIBUTE/ELEMENT GROUPS -->
- <!-- ============================================================= -->
- <!-- Remove a group by uncommenting its redefinition below -->
- <!--ENTITY % filters " " -->
- <!--ENTITY % reuse " " -->
- <!--ENTITY % variable-content " " -->
- <!--ENTITY % variable-links " " -->
- <!--ENTITY % reference-content " " -->
- <!--ENTITY % control-variables " " -->
- <!--ENTITY % localization " " -->
- <!--For each group removed add a corresponding constraint value to
- the excluded-domains entity. The constraint name should be "no-"
- followed by the name of the entity removed/constrained.
- For example, if you removed reuse attributes, add the value
- "no-reuse-c" to the excluded-domains entity definition-->
- <!ENTITY excluded-domains " " >
- <!-- ============================================================= -->
- <!-- INCLUDE MAP MODULE -->
- <!-- ============================================================= -->
- <!-- Embed map module to get generic elements -->
- <!ENTITY % map-type PUBLIC
- "-//OASIS//ELEMENTS LIGHTWEIGHT DITA Map//EN"
- "lw-map.mod" >
- %map-type;
- <!-- ============================================================= -->
- <!-- INCLUDE PHRASE MODULES -->
- <!-- ============================================================= -->
- <!ENTITY % hi-d-def PUBLIC
- " -//OASIS//ELEMENTS LIGHTWEIGHT DITA Highlight Domain//EN"
- "lw-highlightDomain.mod" >
- %hi-d-def;
- <!-- ============= End LIGHTWEIGHT DITA Map DTD ================= -->
|