home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / lang / sgmls / src / keyword.h < prev    next >
Text File  |  1994-07-10  |  922b  |  23 lines

  1. /* KEYWORD.H: Definitions for markup declaration keyword processing.
  2. */
  3. /* Default value types for attribute definition list declaration.
  4. */
  5. #define DNULL    1            /* Default value: implied attribute. */
  6. #define DREQ     2            /* Default value: required attribute. */
  7. #define DCURR    3            /* Default value: current attribute. */
  8. #define DCONR    4            /* Default value: content reference attribute. */
  9. #define DFIXED   5            /* Default value: fixed attribute. */
  10.  
  11. /* External identifier types for entity and notation declarations.
  12. */
  13. #define EDSYSTEM  1           /* SYSTEM (but not PUBLIC) identifier specified.*/
  14. #define EDPUBLIC  2           /* PUBLIC (but not SYSTEM) identifier specified.*/
  15. #define EDBOTH    3           /* PUBLIC and also SYSTEM identifiers specified.*/
  16.  
  17. /* Marked section keywords.
  18. */
  19. #define MSTEMP   1
  20. #define MSRCDATA 2
  21. #define MSCDATA  3
  22. #define MSIGNORE 4
  23.