<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!--                    HEADER                                     -->
<!-- ============================================================= -->
<!--  MODULE:    DITA BASE DTD                                     -->
<!--  VERSION:   1.3                                               -->
<!--  DATE:      March 2014                                        -->
<!--                                                               -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!--                    PUBLIC DOCUMENT TYPE DEFINITION            -->
<!--                    TYPICAL INVOCATION                         -->
<!--                                                               -->
<!--  Refer to this file by the following public identifier or an  -->
<!--       appropriate system identifier                           -->
<!--                                                               -->
<!-- PUBLIC "-//OASIS//DTD DITA Composite//EN"                     -->
<!-- The public ID above refers to the latest version of this DTD. -->
<!--      To refer to this specific version, you may use this value: -->
<!--                                                               -->
<!-- PUBLIC "-//OASIS//DTD DITA 1.3 Composite//EN"                      -->
<!--                                                               -->
<!-- ============================================================= -->
<!-- SYSTEM:     Darwin Information Typing Architecture (DITA)     -->
<!--                                                               -->
<!-- PURPOSE:    Base DTD holds all the information types          -->
<!--                                                               -->
<!-- ORIGINAL CREATION DATE:                                       -->
<!--             March 2001                                        -->
<!--                                                               -->
<!--             (C) Copyright OASIS Open 2005, 2009.              -->
<!--             (C) Copyright IBM Corporation 2001, 2004.         -->
<!--             All Rights Reserved.                              -->
<!--                                                               -->
<!--  UPDATES:                                                     -->
<!--    2005.11.15 RDA: Updated these comments to match template   -->
<!--    2006.06.07 RDA: Added indexing domain                      -->
<!--    2006.06.21 RDA: Added props attribute extensions           -->
<!--    2008.01.25 RDA: Added xml:lang, DITAArchVersion to <dita>  -->
<!--    2008.02.01 RDA: Added references to topic ENT files        -->
<!--    2008.02.12 RDA: Modify imbeds to use specific 1.2 version  -->
<!--    2008.04.15 RDA: Added hazard domain                        -->
<!--    2009.11.10 RDA: Added taskbody constraint                  -->
<!--    2009.11.10 RDA: Added glossgroup                           -->
<!--    2014.03.16 WEK: Updated for DITA 1.3, reimplemented as RNG                           -->
<!-- ============================================================= -->
<!--                                                               -->

<!-- ============================================================= -->
<!--              TOPIC ENTITY DECLARATIONS                        -->
<!-- ============================================================= -->

<!ENTITY % task-dec
  SYSTEM "task.ent"
>%task-dec;

<!ENTITY % concept-dec
  SYSTEM "concept.ent"
>%concept-dec;

<!ENTITY % reference-dec
  SYSTEM "reference.ent"
>%reference-dec;

<!ENTITY % glossentry-dec
  SYSTEM "glossentry.ent"
>%glossentry-dec;

<!ENTITY % glossgroup-dec
  SYSTEM "glossgroup.ent"
>%glossgroup-dec;

<!-- ============================================================= -->
<!--             DOMAIN ENTITY DECLARATIONS                        -->
<!-- ============================================================= -->

<!ENTITY % hi-d-dec
  SYSTEM "highlightDomain.ent"
>%hi-d-dec;

<!ENTITY % ut-d-dec
  SYSTEM "utilitiesDomain.ent"
>%ut-d-dec;

<!ENTITY % indexing-d-dec
  SYSTEM "indexingDomain.ent"
>%indexing-d-dec;

<!ENTITY % hazard-d-dec
  SYSTEM "hazardstatementDomain.ent"
>%hazard-d-dec;

<!ENTITY % abbrev-d-dec
  SYSTEM "abbreviateDomain.ent"
>%abbrev-d-dec;

<!ENTITY % ui-d-dec
  SYSTEM "uiDomain.ent"
>%ui-d-dec;

<!ENTITY % pr-d-dec
  SYSTEM "programmingDomain.ent"
>%pr-d-dec;

<!ENTITY % sw-d-dec
  SYSTEM "softwareDomain.ent"
>%sw-d-dec;

<!-- ============================================================= -->
<!--             DOMAIN ATTRIBUTES DECLARATIONS                    -->
<!-- ============================================================= -->

<!-- ============================================================= -->
<!--                    DOMAIN EXTENSIONS                          -->
<!-- ============================================================= -->
<!--                    One for each extended base element, with
                        the name of the domain(s) in which the
                        extension was declared                     -->

<!ENTITY % note         "note |
                         %hazard-d-note;
                        ">
<!ENTITY % ph           "ph |
                         %hi-d-ph; |
                         %pr-d-ph; |
                         %sw-d-ph; |
                         %ui-d-ph;
                        ">
<!ENTITY % index-base   "index-base |
                         %indexing-d-index-base;
                        ">
<!ENTITY % fig          "fig |
                         %ut-d-fig; |
                         %pr-d-fig;
                        ">
<!ENTITY % data         "data |
                         %ut-d-data;
                        ">
<!ENTITY % term         "term |
                         %abbrev-d-term;
                        ">
<!ENTITY % pre          "pre |
                         %pr-d-pre; |
                         %sw-d-pre; |
                         %ui-d-pre;
                        ">
<!ENTITY % keyword      "keyword |
                         %pr-d-keyword; |
                         %sw-d-keyword; |
                         %ui-d-keyword;
                        ">
<!ENTITY % dl           "dl |
                         %pr-d-dl;
                        ">

<!-- ============================================================= -->
<!--                    DOMAIN ATTRIBUTE EXTENSIONS                -->
<!-- ============================================================= -->

<!ENTITY % props-attribute-extensions
  ""
>
<!ENTITY % base-attribute-extensions
  ""
>

<!-- ============================================================= -->
<!--                    TOPIC NESTING OVERRIDE                     -->
<!-- ============================================================= -->

<!ENTITY % info-types
              "topic |
               concept |
               task |
               reference |
               glossentry |
               glossgroup"
>

<!ENTITY % glossentry-info-types
"no-topic-nesting"

>
<!ENTITY % glossgroup-info-types
              "glossgroup |
               glossentry"
>

<!-- ============================================================= -->
<!--                    LOCALLY DEFINED CONTAINMENT                -->
<!-- ============================================================= -->

<!ELEMENT dita          (%info-types;)+                              >

<!ATTLIST dita           
     xmlns:dctm CDATA 'http://www.documentum.com'
     dctm:obj_id                CDATA    #IMPLIED
     dctm:obj_status            CDATA    #IMPLIED
     dctm:version_label         CDATA    #IMPLIED
     dctm:link_obj_id           CDATA    #IMPLIED
     dctm:link_obj_status       CDATA    #IMPLIED
     dctm:link_version_label    CDATA    #IMPLIED >


<!-- ============================================================= -->
<!--                    DOMAINS ATTRIBUTE OVERRIDE                 -->
<!-- ============================================================= -->

<!ENTITY included-domains
                          "&concept-att;
                           &reference-att;
                           &glossentry-att;
                           &glossgroup-att;
                           &hi-d-att;
                           &ut-d-att;
                           &indexing-d-att;
                           &hazard-d-att;
                           &abbrev-d-att;
                           &ui-d-att;
                           &pr-d-att;
                           &sw-d-att;
                           &taskbody-constraints;
  "
>

<!-- ============================================================= -->
<!--                    CONTENT CONSTRAINT INTEGRATION             -->
<!-- ============================================================= -->

<!ENTITY % taskbody-def
  SYSTEM "strictTaskbodyConstraint.mod"
>%taskbody-def;

<!-- ============================================================= -->
<!--                    TOPIC ELEMENT INTEGRATION                  -->
<!-- ============================================================= -->

<!ENTITY % topic-type
  SYSTEM "topic.mod"
>%topic-type;

<!ENTITY % task-type
  SYSTEM "task.mod"
>%task-type;

<!ENTITY % concept-type
  SYSTEM "concept.mod"
>%concept-type;

<!ENTITY % reference-type
  SYSTEM "reference.mod"
>%reference-type;

<!ENTITY % glossentry-type
  SYSTEM "glossentry.mod"
>%glossentry-type;

<!ENTITY % glossgroup-type
  SYSTEM "glossgroup.mod"
>%glossgroup-type;

<!-- ============================================================= -->
<!--                    DOMAIN ELEMENT INTEGRATION                 -->
<!-- ============================================================= -->

<!ENTITY % hi-d-def
  SYSTEM "highlightDomain.mod"
>%hi-d-def;

<!ENTITY % ut-d-def
  SYSTEM "utilitiesDomain.mod"
>%ut-d-def;

<!ENTITY % indexing-d-def
  SYSTEM "indexingDomain.mod"
>%indexing-d-def;

<!ENTITY % hazard-d-def
  SYSTEM "hazardstatementDomain.mod"
>%hazard-d-def;

<!ENTITY % abbrev-d-def
  SYSTEM "abbreviateDomain.mod"
>%abbrev-d-def;

<!ENTITY % ui-d-def
  SYSTEM "uiDomain.mod"
>%ui-d-def;

<!ENTITY % pr-d-def
  SYSTEM "programmingDomain.mod"
>%pr-d-def;

<!ENTITY % sw-d-def
  SYSTEM "softwareDomain.mod"
>%sw-d-def;

<!-- ================= End of DITA BASE ================= -->