dacarver | eb10690 | 2008-11-03 22:27:34 +0000 | [diff] [blame] | 1 | <!-- ============================================================= -->
|
| 2 | <!-- HEADER -->
|
| 3 | <!-- ============================================================= -->
|
| 4 | <!-- MODULE: DITA Map Group Domain -->
|
| 5 | <!-- VERSION: 1.1 -->
|
| 6 | <!-- DATE: November 2006 -->
|
| 7 | <!-- -->
|
| 8 | <!-- ============================================================= -->
|
| 9 |
|
| 10 | <!-- ============================================================= -->
|
| 11 | <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
|
| 12 | <!-- TYPICAL INVOCATION -->
|
| 13 | <!-- -->
|
| 14 | <!-- Refer to this file by the following public identifier or an
|
| 15 | appropriate system identifier
|
| 16 | PUBLIC "-//OASIS//ELEMENTS DITA Map Group Domain//EN"
|
| 17 | Delivered as file "mapGroup.mod" -->
|
| 18 |
|
| 19 | <!-- ============================================================= -->
|
| 20 | <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
|
| 21 | <!-- -->
|
| 22 | <!-- PURPOSE: Define elements and specialization attributes -->
|
| 23 | <!-- for Map Group Domain -->
|
| 24 | <!-- -->
|
| 25 | <!-- ORIGINAL CREATION DATE: -->
|
| 26 | <!-- March 2001 -->
|
| 27 | <!-- -->
|
| 28 | <!-- (C) Copyright OASIS Open 2005, 2006. -->
|
| 29 | <!-- (C) Copyright IBM Corporation 2001, 2004. -->
|
| 30 | <!-- All Rights Reserved. -->
|
| 31 | <!-- -->
|
| 32 | <!-- UPDATES: -->
|
| 33 | <!-- 2005.11.15 RDA: Corrected the "Delivered as" system ID -->
|
| 34 | <!-- 2006.06.07 RDA: Make universal attributes universal -->
|
| 35 | <!-- (DITA 1.1 proposal #12) -->
|
| 36 | <!-- ============================================================= -->
|
| 37 |
|
| 38 |
|
| 39 | <!-- ============================================================= -->
|
| 40 | <!-- ELEMENT NAME ENTITIES -->
|
| 41 | <!-- ============================================================= -->
|
| 42 |
|
| 43 | <!ENTITY % topichead "topichead" >
|
| 44 | <!ENTITY % topicgroup "topicgroup" >
|
| 45 |
|
| 46 |
|
| 47 | <!-- ============================================================= -->
|
| 48 | <!-- ELEMENT DECLARATIONS -->
|
| 49 | <!-- ============================================================= -->
|
| 50 |
|
| 51 |
|
| 52 | <!-- LONG NAME: Topic Head -->
|
| 53 | <!ELEMENT topichead ((%topicmeta;)?,
|
| 54 | (%topicref; | %navref; | %anchor; |
|
| 55 | %data.elements.incl;)* ) >
|
| 56 | <!ATTLIST topichead
|
| 57 | navtitle CDATA #REQUIRED
|
| 58 | outputclass
|
| 59 | CDATA #IMPLIED
|
| 60 | %topicref-atts;
|
| 61 | %univ-atts; >
|
| 62 |
|
| 63 |
|
| 64 | <!-- LONG NAME: Topic Group -->
|
| 65 | <!ELEMENT topicgroup ((%topicmeta;)?,
|
| 66 | (%topicref; | %navref; | %anchor; |
|
| 67 | %data.elements.incl;)* ) >
|
| 68 | <!ATTLIST topicgroup
|
| 69 | outputclass
|
| 70 | CDATA #IMPLIED
|
| 71 | %topicref-atts;
|
| 72 | %univ-atts; >
|
| 73 |
|
| 74 |
|
| 75 | <!-- ============================================================= -->
|
| 76 | <!-- SPECIALIZATION ATTRIBUTE DECLARATIONS -->
|
| 77 | <!-- ============================================================= -->
|
| 78 |
|
| 79 | <!ATTLIST topichead %global-atts; class CDATA "+ map/topicref mapgroup-d/topichead ">
|
| 80 | <!ATTLIST topicgroup %global-atts; class CDATA "+ map/topicref mapgroup-d/topicgroup ">
|
| 81 |
|
| 82 |
|
| 83 | <!-- ================== DITA Map Group Domain =================== --> |