1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
<!-- ============================================================= -->
<!-- MODULE: Journal Archiving DTD-Specific Modules -->
<!-- VERSION: 2.0 -->
<!-- DATE: August 2004 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!--
"-//NLM//DTD Journal Archiving DTD-Specific Modules v2.0 20040830//EN"
Delivered as file "archivecustom-modules.ent" -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Archiving and Interchange DTD Suite -->
<!-- -->
<!-- PURPOSE: To name any modules created explicitly for this -->
<!-- DTD, that is, not present in the Archiving and -->
<!-- Interchange DTD Suite -->
<!-- -->
<!-- CONTAINS: 1) Full external Parameter Entity declarations -->
<!-- for all DTD-specific modules (Note: the -->
<!-- modules are declared here but referenced in -->
<!-- the DTD.) -->
<!-- -->
<!-- CREATED FOR: -->
<!-- Digital Archive of Journal Articles -->
<!-- National Center for Biotechnology Information -->
<!-- (NCBI) -->
<!-- National Library of Medicine (NLM) -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- August 2004 -->
<!-- -->
<!-- CREATED BY: Deborah Lapeyre (Mulberry Technologies, Inc.) -->
<!-- B. Tommie Usdin (Mulberry Technologies, Inc.) -->
<!-- -->
<!-- Suggestions for refinements and enhancements to -->
<!-- this DTD should be sent in email to: -->
<!-- archive-dtd@ncbi.nlm.nih.gov -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- DTD VERSION/CHANGE HISTORY -->
<!-- ============================================================= -->
<!--
Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
=============================================================
Version 2.0 (DAL/BTU) v2.0 (2004-08-30)
Major requirement changes led to the new release, producing
DTD version "2.0":
a) The splitting of the Archival and Interchange Tag Set
DTDs into three DTDs from two: an authoring DTD, an
archive regularization and interchange DTD (the
current Blue Publishing DTD), and a preservationist
archive DTD (the current Green Archiving and Interchange
DTD).
b) AIT Working Group suggestions from the June 04 meeting
and June/July 2004 followup discussions
c) Suite remodularization to meet new (and newly articulated)
modularization requirements
d) New or renamed classes and mixes to make modifications
easier and more consistent
1. Created this module as version "v2.0 20040830" -->
<!-- ============================================================= -->
<!-- CUSTOMIZATION MODULES DECLARED -->
<!-- ============================================================= -->
<!-- DTD-SPECIFIC CLASS CUSTOMIZATIONS MODULE -->
<!-- Set up the Parameter Entities and element
class definitions that will be used to
over-ride some element classes in the
DTD Suite. -->
<!ENTITY % archivecustom-classes.ent
PUBLIC
"-//NLM//DTD Journal Archiving DTD Customize Classes Module v2.0 20040830//EN"
"archivecustom-classes.ent" >
<!-- DTD-SPECIFIC MIX CUSTOMIZATIONS MODULE -->
<!-- Set up the Parameter Entities and element
mix definitions that will be used to
over-ride some element mixes in the DTD
Suite. -->
<!ENTITY % archivecustom-mixes.ent
PUBLIC
"-//NLM//DTD Journal Archiving DTD Customize Mixes Module v2.0 20040830//EN"
"archivecustom-mixes.ent" >
<!-- DTD-SPECIFIC MODELS/ATTRIBUTES CUSTOMIZATIONS
MODULE -->
<!-- Set up the Parameter Entities for element-
specific element groups, complete content
models, and attribute list and value over-
rides. These PEs will over-ride selected
content models and attribute lists for the
Journal Archiving and Interchange DTD Suite-->
<!ENTITY % archivecustom-models.ent
PUBLIC
"-//NLM//DTD Journal Archiving DTD Customize Content and Attributes Module v2.0 20040830//EN"
"archivecustom-models.ent" >
<!-- =================== End Archive DTD Module of Modules ======= -->
|