| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: DITA Common Element Entities -->
- <!-- 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 Common Elements//EN"
- Delivered as file "commonElements.ent" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
- <!-- -->
- <!-- PURPOSE: Declaring the definitions for elements used in -->
- <!-- both maps and topics -->
- <!-- -->
- <!-- ORIGINAL CREATION DATE: -->
- <!-- June 2006 -->
- <!-- -->
- <!-- (C) Copyright OASIS Open 2005, 2006. -->
- <!-- (C) Copyright IBM Corporation 2001, 2004. -->
- <!-- All Rights Reserved. -->
- <!-- -->
- <!-- UPDATES: -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- ELEMENT NAME ENTITIES -->
- <!-- ============================================================= -->
- <!-- Elements in commonElements.mod -->
- <!ENTITY % alt "alt" >
- <!ENTITY % boolean "boolean" >
- <!ENTITY % cite "cite" >
- <!ENTITY % data "data" >
- <!ENTITY % data-about "data-about" >
- <!ENTITY % dd "dd" >
- <!ENTITY % ddhd "ddhd" >
- <!ENTITY % desc "desc" >
- <!ENTITY % dl "dl" >
- <!ENTITY % dlentry "dlentry" >
- <!ENTITY % dlhead "dlhead" >
- <!ENTITY % draft-comment
- "draft-comment" >
- <!ENTITY % dt "dt" >
- <!ENTITY % dthd "dthd" >
- <!ENTITY % fig "fig" >
- <!ENTITY % figgroup "figgroup" >
- <!ENTITY % fn "fn" >
- <!ENTITY % foreign "foreign" >
- <!ENTITY % image "image" >
- <!ENTITY % indexterm "indexterm" >
- <!ENTITY % index-base "index-base" >
- <!ENTITY % indextermref "indextermref" >
- <!ENTITY % itemgroup "itemgroup" >
- <!ENTITY % keyword "keyword" >
- <!ENTITY % li "li" >
- <!ENTITY % lines "lines" >
- <!ENTITY % lq "lq" >
- <!ENTITY % note "note" >
- <!ENTITY % object "object" >
- <!ENTITY % ol "ol" >
- <!ENTITY % p "p" >
- <!ENTITY % param "param" >
- <!ENTITY % ph "ph" >
- <!ENTITY % pre "pre" >
- <!ENTITY % q "q" >
- <!ENTITY % required-cleanup
- "required-cleanup" >
- <!ENTITY % sl "sl" >
- <!ENTITY % sli "sli" >
- <!ENTITY % simpletable "simpletable" >
- <!ENTITY % state "state" >
- <!ENTITY % stentry "stentry" >
- <!ENTITY % sthead "sthead" >
- <!ENTITY % strow "strow" >
- <!ENTITY % term "term" >
- <!ENTITY % title "title" >
- <!ENTITY % tm "tm" >
- <!ENTITY % ul "ul" >
- <!ENTITY % unknown "unknown" >
- <!ENTITY % xref "xref" >
- <!-- Elements in tblDecl.mod -->
- <!ENTITY % table "table" >
- <!ENTITY % colspec "colspec" >
- <!ENTITY % entry "entry" >
- <!ENTITY % row "row" >
- <!ENTITY % tbody "tbody" >
- <!ENTITY % tgroup "tgroup" >
- <!ENTITY % thead "thead" >
- <!-- Elements in metaDecl.mod -->
- <!ENTITY % audience "audience" >
- <!ENTITY % author "author" >
- <!ENTITY % brand "brand" >
- <!ENTITY % category "category" >
- <!ENTITY % component "component" >
- <!ENTITY % copyrholder "copyrholder" >
- <!ENTITY % copyright "copyright" >
- <!ENTITY % copyryear "copyryear" >
- <!ENTITY % created "created" >
- <!ENTITY % critdates "critdates" >
- <!ENTITY % featnum "featnum" >
- <!ENTITY % keywords "keywords" >
- <!ENTITY % othermeta "othermeta" >
- <!ENTITY % permissions "permissions" >
- <!ENTITY % platform "platform" >
- <!ENTITY % prodinfo "prodinfo" >
- <!ENTITY % prodname "prodname" >
- <!ENTITY % prognum "prognum" >
- <!ENTITY % publisher "publisher" >
- <!ENTITY % resourceid "resourceid" >
- <!ENTITY % revised "revised" >
- <!ENTITY % series "series" >
- <!ENTITY % source "source" >
- <!ENTITY % vrm "vrm" >
- <!ENTITY % vrmlist "vrmlist" >
- <!-- ================== End Common Element Entities ============== -->
|