| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: DITA Utilities Domain -->
- <!-- 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//ELEMENTS DITA Utilities Domain//EN"
- Delivered as file "utilitiesDomain.mod" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
- <!-- -->
- <!-- PURPOSE: Declaring the elements and specialization -->
- <!-- attributes for the DITA Utilities Domain -->
- <!-- -->
- <!-- 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: Updated these comments to match template -->
- <!-- 2005.11.15 RDA: Corrected the "Delivered as" system ID -->
- <!-- 2006.06.07 RDA: Make universal attributes universal -->
- <!-- (DITA 1.1 proposal #12) -->
- <!-- 2006.06.14 RDA: Move univ-atts-translate-no into topic.mod -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- ELEMENT NAME ENTITIES -->
- <!-- ============================================================= -->
- <!ENTITY % imagemap "imagemap" >
- <!ENTITY % area "area" >
- <!ENTITY % shape "shape" >
- <!ENTITY % coords "coords" >
- <!-- ============================================================= -->
- <!-- COMMON ATTLIST SETS -->
- <!-- ============================================================= -->
- <!-- Provide an alternative univ-atts that sets
- translate to default 'no' -->
- <!-- Now uses the definition from topic.mod -->
- <!--<!ENTITY % univ-atts-translate-no
- '%id-atts;
- %select-atts;
- translate (yes | no |
- -dita-use-conref-target) "no"
- xml:lang NMTOKEN #IMPLIED
- dir (ltr | rtl | lro | rlo |
- -dita-use-conref-target) #IMPLIED' >-->
- <!-- ============================================================= -->
- <!-- ELEMENT DECLARATIONS for IMAGEMAP -->
- <!-- ============================================================= -->
- <!-- LONG NAME: Imagemap -->
- <!ELEMENT imagemap ((%image;), (%area;)+) >
- <!ATTLIST imagemap
- %display-atts;
- spectitle CDATA #IMPLIED
- %univ-atts;
- outputclass
- CDATA #IMPLIED >
- <!-- LONG NAME: Hoptspot Area Description -->
- <!ELEMENT area ((%shape;), (%coords;), (%xref;)) >
- <!ATTLIST area
- %univ-atts;
- outputclass
- CDATA #IMPLIED >
- <!-- LONG NAME: Shape of the Hotspot -->
- <!ELEMENT shape (#PCDATA) >
- <!ATTLIST shape
- keyref CDATA #IMPLIED
- %univ-atts-translate-no;
- outputclass
- CDATA #IMPLIED >
- <!-- LONG NAME: Coordinates of the Hotspot -->
- <!ELEMENT coords (%words.cnt;)* >
- <!ATTLIST coords
- keyref CDATA #IMPLIED
- %univ-atts-translate-no;
- outputclass
- CDATA #IMPLIED >
-
- <!-- ============================================================= -->
- <!-- SPECIALIZATION ATTRIBUTE DECLARATIONS -->
- <!-- ============================================================= -->
- <!ATTLIST imagemap %global-atts; class CDATA "+ topic/fig ut-d/imagemap " >
- <!ATTLIST area %global-atts; class CDATA "+ topic/figgroup ut-d/area ">
- <!ATTLIST shape %global-atts; class CDATA "+ topic/keyword ut-d/shape ">
- <!ATTLIST coords %global-atts; class CDATA "+ topic/ph ut-d/coords " >
-
- <!-- ================== End Utilities Domain ====================== -->
|