Source for writing DTD

David Megginson david at megginson.com
Tue Jul 20 21:29:14 BST 1999


Satya.Rao at chase.com writes:

 > I would like to define DTD for my domain.
 > 
 > 1.  Where can I get idea about the design of DTD?
 > 2.  Is it good idea to write DTD or DTD schemas?

It's a good idea to write down what you need in semi-formal, human
readable prose first.  For example, you might use a standard table
with several fields to fill in, or even UML.  Most of your target
customers won't know DTD syntax or XML Schema, so you'll need to
present the information in a form that they can understand.

Once you've done that (and it's easily 90 per cent of the work),
actually writing a DTD, XML-Schema, or both is a matter of
representing your ideal model within the limits of DTD and/or XML
Schema capabilities.

Eve Maler and Jeanne El Andaloussi describe one possible business
approach for designing abstract models in their book DEVELOPING SGML
DTDS: FROM TEXT TO MODEL TO MARKUP (ISBN 0-13-309881-8); don't feel
bound by the exact details of their process, but reading the book
should give you a good idea of what you're up against.  The really
hard part is finding all of the requirements and getting buy-in from
the target customers (this is what SGML/XML consultants generally
spend most of their time doing).

When you're ready to actually write the DTD or other schema, you can
take a look at my own book, STRUCTURING XML DOCUMENTS (ISBN
0-13-642299-3) to learn about some of the decisions and trade-offs
involved in document type design.


All the best,


David

-- 
David Megginson                 david at megginson.com
           http://www.megginson.com/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list