| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: DITA Topic Definitions -->
- <!-- VERSION: 1.1 -->
- <!-- DATE: November 2006 -->
- <!-- -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
- <!-- TYPICAL INVOCATION -->
- <!-- -->
- <!-- Refer to this file by the following public identifier or an
- PUBLIC"-//OASIS//ENTITIES DITA Topic Definitions//EN"
- Delivered as file "topicDefn.ent" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
- <!-- -->
- <!-- PURPOSE: Declaring the topic definitions -->
- <!-- -->
- <!-- 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: Removed old declarations for spanspec and -->
- <!-- tfoot entities -->
- <!-- 2005.11.15 RDA: Corrected the "Delivered as" system ID -->
- <!-- 2006.07.06 RDA: Moved common elements to the module -->
- <!-- commonElements.ent -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- ELEMENT NAME ENTITIES -->
- <!-- ============================================================= -->
- <!ENTITY % topic "topic" >
- <!ENTITY % abstract "abstract" >
- <!ENTITY % body "body" >
- <!ENTITY % example "example" >
- <!ENTITY % link "link" >
- <!ENTITY % linkinfo "linkinfo" >
- <!ENTITY % linklist "linklist" >
- <!ENTITY % linkpool "linkpool" >
- <!ENTITY % linktext "linktext" >
- <!ENTITY % metadata "metadata" >
- <!ENTITY % navtitle "navtitle" >
- <!ENTITY % no-topic-nesting
- "no-topic-nesting" >
- <!ENTITY % prolog "prolog" >
- <!ENTITY % related-links
- "related-links" >
- <!ENTITY % searchtitle "searchtitle" >
- <!ENTITY % section "section" >
- <!ENTITY % shortdesc "shortdesc" >
- <!ENTITY % titlealts "titlealts" >
- <!-- Also include common elements used in topics
- and maps -->
- <!ENTITY % commonDefns PUBLIC
- "-//OASIS//ENTITIES DITA Common Elements//EN"
- "commonElements.ent" >
- %commonDefns;
- <!-- ================== End Topic Definitions Entities =========== -->
|