Gobo Eiffel XML Library
Copyright (c) 2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:45:02 $
$Revision: 1.16 $
-- One occurrence exactly.
-- One or more occurrences.
-- Zero or more occurrences.
-- Zero or one occurrences.
-- Choice.
-- Sequence.
-- ANY content.
-- Is PCDATA allowed within this content?
-- Set mixed #PCDATA content.
-- List of subitems
--require not is_name
--ensure Result /= Void
-- Name, IF leaf item
--require is_name
--ensure Result /= Void
-- Output as in DTD.
-- (From ANY)
-- Maximum occurrences
-- Minimum occurrences
|,?0
+?*
Content model for element declaration in DTD