| <!-- ============================================================= --> | |
| <!-- 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 ====================== --> |