home *** CD-ROM | disk | FTP | other *** search
- <!--
- | Copyright IBM Corporation, 2001, 2002
- | This file is part of the DITA package on IBM's developerWorks site.
- | See license.txt for disclaimers.
- |
- | The Darwin Information Typing Architecture (DITA) was orginated by
- | IBM's XML Workgroup and ID Workbench tools team.
- |
- | Refer to this file by the following public identfier or an appropriate
- | system identifier:
- |
- | PUBLIC "-//IBM//ELEMENTS DITA Reference//EN"
- |
- | Release history (vrm):
- | 1.0.0 Initial release on developerWorks, March 2001 (dita00.zip)
- | 1.0.1 fix 1 on developerWorks, October 2001 (dita01.zip)
- | 1.0.2 consolidated redesign December 2001
- | 1.0.3 fix 1, dtd freeze for UCD-1 January 2002
- | 1.1.0 Release 1 May 2002
- *-->
-
- <!ENTITY % DTDVersion '"V1.1.0"' >
-
-
- <!-- ============ Specialization of declared elements ============ -->
- <!ENTITY % referenceClasses SYSTEM "reference_class.ent">
- <!--%referenceClasses;-->
-
- <!ENTITY % refbody "refbody">
- <!ENTITY % refsyn "refsyn">
- <!ENTITY % properties "properties">
- <!ENTITY % property "property">
- <!ENTITY % proptype "proptype">
- <!ENTITY % propvalue "propvalue">
- <!ENTITY % propdesc "propdesc">
-
- <!ENTITY % reference-info-types "%info-types;">
- <!ENTITY included-domains "">
-
- <!ELEMENT reference (%title;, (%titlealts;)?, (%shortdesc;)?, (%prolog;)?, %refbody;, (%related-links;)?, (%reference-info-types;)* )>
- <!ATTLIST reference id ID #REQUIRED
- conref CDATA #IMPLIED
- outputclass CDATA #IMPLIED
- xml:lang NMTOKEN #IMPLIED
- DTDVersion CDATA #FIXED %DTDVersion;
- domains CDATA "&included-domains;"
- >
-
- <!ELEMENT refbody ((%section; | %refsyn; | %example; | %table; | %simpletable; | %properties;)*)>
- <!ATTLIST refbody %univ-atts;
- outputclass CDATA #IMPLIED
- >
-
-
- <!-- unique sections: -->
- <!ELEMENT refsyn (%section.cnt;)* > <!-- syntax content -->
- <!ATTLIST refsyn spectitle CDATA #IMPLIED
- %univ-atts;
- outputclass CDATA #IMPLIED
- >
-
- <!ELEMENT properties (%property;)+>
- <!ATTLIST properties relcolwidth CDATA #IMPLIED
- keycol NMTOKEN #IMPLIED
- refcols NMTOKENS #IMPLIED
- %display-atts;
- %univ-atts;
- spectitle CDATA #IMPLIED
- outputclass CDATA #IMPLIED
- >
-
- <!ELEMENT property ((%proptype;)?, (%propvalue;)?, (%propdesc;)?)>
- <!ATTLIST property %univ-atts;
- outputclass CDATA #IMPLIED
-
- >
- <!ELEMENT proptype (%ph.cnt;)*>
- <!ATTLIST proptype %univ-atts;
- spectitle CDATA #IMPLIED
- outputclass CDATA #IMPLIED
- >
- <!ELEMENT propvalue (%ph.cnt;)*>
- <!ATTLIST propvalue %univ-atts;
- spectitle CDATA #IMPLIED
- outputclass CDATA #IMPLIED
- >
- <!ELEMENT propdesc (%desc.cnt;)*>
- <!ATTLIST propdesc %univ-atts;
- spectitle CDATA #IMPLIED
- outputclass CDATA #IMPLIED
- >
-
-
-
-
- <!--specialization attributes-->
-
- <!ATTLIST reference class CDATA "- topic/topic reference/reference ">
- <!ATTLIST refbody class CDATA "- topic/body reference/refbody ">
- <!ATTLIST refsyn class CDATA "- topic/section reference/refsyn ">
- <!ATTLIST properties class CDATA "- topic/simpletable reference/properties ">
- <!ATTLIST property class CDATA "- topic/strow reference/property ">
- <!ATTLIST proptype class CDATA "- topic/stentry reference/proptype ">
- <!ATTLIST propvalue class CDATA "- topic/stentry reference/propvalue ">
- <!ATTLIST propdesc class CDATA "- topic/stentry reference/propdesc ">
-
-