XMLDTDAttribute Object
See Also Example Properties Methods Events
Models an individual attribute definition from a DTD ATTLIST declaration.
Class Diagram

Remarks
An attribute definition in the DTD has a name,
a type (or variety),
is modified by certain rules,
can have a default value and
may have a list of what values it a may hold.
Note, the Variety property should more properly be called the Type property but since Type is a reserved word in VB, Variety it is.
|