| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: DITA User Interface 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 User Interface Domain//EN"
- Delivered as file "uiDomain.ent" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
- <!-- -->
- <!-- PURPOSE: Declaring the substitution context and domain -->
- <!-- entity declarations for the User Interface 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 -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- ELEMENT EXTENSION ENTITY DECLARATIONS -->
- <!-- ============================================================= -->
- <!ENTITY % ui-d-keyword "wintitle" >
- <!ENTITY % ui-d-ph "uicontrol | menucascade" >
- <!ENTITY % ui-d-pre "screen" >
- <!-- ============================================================= -->
- <!-- DOMAIN ENTITY DECLARATION -->
- <!-- ============================================================= -->
- <!ENTITY ui-d-att "(topic ui-d)">
- <!-- ================== End User Interface Domain Entities ======= -->
|