home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / autoinstall / dtd / rules.dtd < prev    next >
Extensible Markup Language  |  2006-11-29  |  2KB  |  42 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by test (test) -->
  3. <!ELEMENT autoinstall (rules)>
  4. <!ATTLIST autoinstall
  5.     xmlns CDATA #REQUIRED
  6.     xmlns:config CDATA #REQUIRED
  7. >
  8. <!ELEMENT continue (#PCDATA)>
  9. <!ATTLIST continue
  10.     config:type CDATA #FIXED "boolean"
  11. >
  12. <!ELEMENT custom1 (operator?, script, match, match_type?)>
  13. <!ELEMENT custom2 (operator?, script, match, match_type?)>
  14. <!ELEMENT custom3 (operator?, script, match, match_type?)>
  15. <!ELEMENT custom4 (operator?, script, match, match_type?)>
  16. <!ELEMENT custom5 (operator?, script, match, match_type?)>
  17. <!ELEMENT disksize (operator?, match, match_type?)>
  18. <!ELEMENT hostaddress (operator?, match, match_type?)>
  19. <!ELEMENT domain (operator?, match, match_type?)>
  20. <!ELEMENT network (operator?, match, match_type?)>
  21. <!ELEMENT mac (operator?, match, match_type?)>
  22. <!ELEMENT linux (operator?, match, match_type?)>
  23. <!ELEMENT others (operator?, match, match_type?)>
  24. <!ELEMENT xserver (operator?, match, match_type?)>
  25. <!ELEMENT memsize (operator?, match, match_type?)>
  26. <!ELEMENT totaldisk (operator?, match, match_type?)>
  27. <!ELEMENT haspcmcia (operator?, match, match_type?)>
  28. <!ELEMENT hostid (operator?, match, match_type?)>
  29. <!ELEMENT arch (operator?, match, match_type?)>
  30. <!ELEMENT karch (operator?, match, match_type?)>
  31. <!ELEMENT match (#PCDATA)>
  32. <!ELEMENT match_type (#PCDATA)>
  33. <!ELEMENT operator (#PCDATA)>
  34. <!ELEMENT profile (#PCDATA)>
  35. <!ELEMENT result (profile, continue)>
  36. <!ELEMENT rule (arch?, custom1?, custom2?, custom3?, custom4?, custom5?, disksize?, domain?, haspcmcia?, hostid?, hostaddress?, karch?, linux?, mac?, memsize?, network?, others?, totaldisk?, xserver?, result)>
  37. <!ELEMENT rules (rule+)>
  38. <!ATTLIST rules
  39.     config:type CDATA #FIXED "list"
  40. >
  41. <!ELEMENT script (#PCDATA)>
  42.