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.14 $
-- Create a new DTD attribute content.
-- Routines that ought to be in class BOOLEAN
-- (From KL_IMPORTED_BOOLEAN_ROUTINES)
-- Has name been set?
-- Attribute name
-- Copy default value settings from 'other'.
-- require has_default_value
-- ensure Result /= Void
-- Is there a default value?
-- Set default value.
-- Is value fixed?
-- Is attribute value implied?
-- Is attribute value required?
-- Set fixed value.
-- Fixed enumeration?
-- NOTATION?
-- ENTITY?
-- ID (identifier declaration)?
-- IDREF (identifier reference)?
-- Is the type a list (NMTOKENS, ENTITIES, IDREFS)?
-- NMTOKEN?
-- List of allowed values for fixed enumeration.
-- Set enumeration type and associated list.
-- Like in DTD.
-- (From ANY)
CIRETNU
DRIF
Declarations of attribute content in DTD