home HTML XML DTD CSS Visual Filter JavaScript Java ASP SSI .NET  
XML Reference >
Suggested Reading

Declarations


tag/attrib/value description
      Document type declaration (contains the DTD)
Name       DTD name
[[SYSTEM | PUBLIC PubID] URL]?       External DTD
[ [ElementDecl | AttListDecl | EntityDecl |       Internal DTD
NotationDecl | ProcInstr | Comment | PEReference]* ]?       Internal DTD
      Element declaration
Name       Element name
[ EMPTY |      
ANY |      
( #PCDATA [| Name]* ) |      
( Name      
[| ...]*      
[, ...]*      
(...)*      
)[?|*|+]? ]      
      Attribute list declaration
Name       Element name
[ Name       Attribute name
[ CDATA | ID | IDREF | IDREFS | ENTITY | ENTITIES | NMTOKEN | NMTOKENS |       Attribute type
NOTATION? ( Name [ | ... ]* ) ]      
[ #REQUIRED | #IMPLIED | #FIXED? Value ] ]*       Default value
      Entity declaration
%?      
Name      
[Value | ExternalID [NDATA Name]? ]      
      Notation declaration
Name      
[ExternalID | PUBLIC PubID]