| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: DITA Indexing Domain Entities -->
- <!-- 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//ENTITIES DITA Indexing Domain//EN"
- Delivered as file "indexingDomain.ent" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
- <!-- -->
- <!-- PURPOSE: Declaring the substitution context and domain -->
- <!-- entity declarations for the indexing domain -->
- <!-- -->
- <!-- ORIGINAL CREATION DATE: -->
- <!-- June 2006 -->
- <!-- -->
- <!-- (C) Copyright OASIS Open 2006. -->
- <!-- All Rights Reserved. -->
- <!-- -->
- <!-- UPDATES: -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- ELEMENT EXTENSION ENTITY DECLARATIONS -->
- <!-- ============================================================= -->
- <!ENTITY % indexing-d-index-base
- "index-see | index-see-also | index-sort-as">
- <!-- ============================================================= -->
- <!-- DOMAIN ENTITY DECLARATION -->
- <!-- ============================================================= -->
- <!ENTITY indexing-d-att "(topic indexing-d)" >
- <!-- ================== End Indexing Domain Entities ============= -->
|