process_engine 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (409) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +37 -0
  4. data/app/assets/bower_components/process_engine/Snap.svg/CONTRIBUTING +3 -0
  5. data/app/assets/bower_components/process_engine/Snap.svg/Gruntfile.js +59 -0
  6. data/app/assets/bower_components/process_engine/Snap.svg/LICENSE +202 -0
  7. data/app/assets/bower_components/process_engine/Snap.svg/NOTICE +190 -0
  8. data/app/assets/bower_components/process_engine/Snap.svg/README.md +62 -0
  9. data/app/assets/bower_components/process_engine/Snap.svg/bower.json +25 -0
  10. data/app/assets/bower_components/process_engine/Snap.svg/component.json +13 -0
  11. data/app/assets/bower_components/process_engine/Snap.svg/dist/snap.svg-min.js +20 -0
  12. data/app/assets/bower_components/process_engine/Snap.svg/dist/snap.svg.js +7653 -0
  13. data/app/assets/bower_components/process_engine/Snap.svg/doc/css/dr.css +144 -0
  14. data/app/assets/bower_components/process_engine/Snap.svg/doc/css/main.css +508 -0
  15. data/app/assets/bower_components/process_engine/Snap.svg/doc/css/prism.css +168 -0
  16. data/app/assets/bower_components/process_engine/Snap.svg/doc/css/topcoat-desktop-light.css +3700 -0
  17. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcecodepro-regular-webfont.eot +0 -0
  18. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcecodepro-regular-webfont.svg +242 -0
  19. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcecodepro-regular-webfont.ttf +0 -0
  20. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcecodepro-regular-webfont.woff +0 -0
  21. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-light-webfont.eot +0 -0
  22. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-light-webfont.svg +243 -0
  23. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-light-webfont.ttf +0 -0
  24. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-light-webfont.woff +0 -0
  25. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-regular-webfont.eot +0 -0
  26. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-regular-webfont.svg +243 -0
  27. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  28. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-regular-webfont.woff +0 -0
  29. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-semibold-webfont.eot +0 -0
  30. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-semibold-webfont.svg +243 -0
  31. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-semibold-webfont.ttf +0 -0
  32. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/sourcesanspro-semibold-webfont.woff +0 -0
  33. data/app/assets/bower_components/process_engine/Snap.svg/doc/fonts/stylesheet.css +57 -0
  34. data/app/assets/bower_components/process_engine/Snap.svg/doc/img/search.svg +11 -0
  35. data/app/assets/bower_components/process_engine/Snap.svg/doc/img/search_dark.svg +16 -0
  36. data/app/assets/bower_components/process_engine/Snap.svg/doc/js/prism.js +9 -0
  37. data/app/assets/bower_components/process_engine/Snap.svg/doc/reference.html +13633 -0
  38. data/app/assets/bower_components/process_engine/Snap.svg/dr.json +33 -0
  39. data/app/assets/bower_components/process_engine/Snap.svg/history.md +31 -0
  40. data/app/assets/bower_components/process_engine/Snap.svg/package.json +22 -0
  41. data/app/assets/bower_components/process_engine/Snap.svg/template.dot +157 -0
  42. data/app/assets/bower_components/process_engine/Snap.svg/test.html +75 -0
  43. data/app/assets/bower_components/process_engine/bpmn-js/LICENSE +22 -0
  44. data/app/assets/bower_components/process_engine/bpmn-js/README.md +46 -0
  45. data/app/assets/bower_components/process_engine/bpmn-js/bower.json +28 -0
  46. data/app/assets/bower_components/process_engine/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css +40 -0
  47. data/app/assets/bower_components/process_engine/bpmn-js/dist/assets/bpmn-font/font/bpmn.eot +0 -0
  48. data/app/assets/bower_components/process_engine/bpmn-js/dist/assets/bpmn-font/font/bpmn.svg +21 -0
  49. data/app/assets/bower_components/process_engine/bpmn-js/dist/assets/bpmn-font/font/bpmn.ttf +0 -0
  50. data/app/assets/bower_components/process_engine/bpmn-js/dist/assets/bpmn-font/font/bpmn.woff +0 -0
  51. data/app/assets/bower_components/process_engine/bpmn-js/dist/assets/diagram-js.css +355 -0
  52. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-modeler.js +21552 -0
  53. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-modeler.js.map +1 -0
  54. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-modeler.min.js +8 -0
  55. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-navigated-viewer.js +13542 -0
  56. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-navigated-viewer.js.map +1 -0
  57. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-navigated-viewer.min.js +5 -0
  58. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-viewer.js +13294 -0
  59. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-viewer.js.map +1 -0
  60. data/app/assets/bower_components/process_engine/bpmn-js/dist/bpmn-viewer.min.js +5 -0
  61. data/app/assets/bower_components/process_engine/hammerjs/CHANGELOG.md +30 -0
  62. data/app/assets/bower_components/process_engine/hammerjs/CONTRIBUTING.md +41 -0
  63. data/app/assets/bower_components/process_engine/hammerjs/Gruntfile.coffee +123 -0
  64. data/app/assets/bower_components/process_engine/hammerjs/LICENSE.md +21 -0
  65. data/app/assets/bower_components/process_engine/hammerjs/README.md +6 -0
  66. data/app/assets/bower_components/process_engine/hammerjs/bower.json +9 -0
  67. data/app/assets/bower_components/process_engine/hammerjs/component.json +8 -0
  68. data/app/assets/bower_components/process_engine/hammerjs/hammer.js +2463 -0
  69. data/app/assets/bower_components/process_engine/hammerjs/hammer.min.js +7 -0
  70. data/app/assets/bower_components/process_engine/hammerjs/hammer.min.map +1 -0
  71. data/app/assets/bower_components/process_engine/hammerjs/package.json +50 -0
  72. data/app/assets/bower_components/process_engine/jquery/MIT-LICENSE.txt +21 -0
  73. data/app/assets/bower_components/process_engine/jquery/bower.json +27 -0
  74. data/app/assets/bower_components/process_engine/jquery/dist/jquery.js +9205 -0
  75. data/app/assets/bower_components/process_engine/jquery/dist/jquery.min.js +5 -0
  76. data/app/assets/bower_components/process_engine/jquery/dist/jquery.min.map +1 -0
  77. data/app/assets/bower_components/process_engine/jquery/src/ajax/jsonp.js +89 -0
  78. data/app/assets/bower_components/process_engine/jquery/src/ajax/load.js +75 -0
  79. data/app/assets/bower_components/process_engine/jquery/src/ajax/parseJSON.js +13 -0
  80. data/app/assets/bower_components/process_engine/jquery/src/ajax/parseXML.js +28 -0
  81. data/app/assets/bower_components/process_engine/jquery/src/ajax/script.js +64 -0
  82. data/app/assets/bower_components/process_engine/jquery/src/ajax/var/nonce.js +5 -0
  83. data/app/assets/bower_components/process_engine/jquery/src/ajax/var/rquery.js +3 -0
  84. data/app/assets/bower_components/process_engine/jquery/src/ajax/xhr.js +136 -0
  85. data/app/assets/bower_components/process_engine/jquery/src/ajax.js +786 -0
  86. data/app/assets/bower_components/process_engine/jquery/src/attributes/attr.js +141 -0
  87. data/app/assets/bower_components/process_engine/jquery/src/attributes/classes.js +158 -0
  88. data/app/assets/bower_components/process_engine/jquery/src/attributes/prop.js +94 -0
  89. data/app/assets/bower_components/process_engine/jquery/src/attributes/support.js +35 -0
  90. data/app/assets/bower_components/process_engine/jquery/src/attributes/val.js +161 -0
  91. data/app/assets/bower_components/process_engine/jquery/src/attributes.js +11 -0
  92. data/app/assets/bower_components/process_engine/jquery/src/callbacks.js +205 -0
  93. data/app/assets/bower_components/process_engine/jquery/src/core/access.js +60 -0
  94. data/app/assets/bower_components/process_engine/jquery/src/core/init.js +123 -0
  95. data/app/assets/bower_components/process_engine/jquery/src/core/parseHTML.js +39 -0
  96. data/app/assets/bower_components/process_engine/jquery/src/core/ready.js +97 -0
  97. data/app/assets/bower_components/process_engine/jquery/src/core/var/rsingleTag.js +4 -0
  98. data/app/assets/bower_components/process_engine/jquery/src/core.js +497 -0
  99. data/app/assets/bower_components/process_engine/jquery/src/css/addGetHookIf.js +22 -0
  100. data/app/assets/bower_components/process_engine/jquery/src/css/curCSS.js +57 -0
  101. data/app/assets/bower_components/process_engine/jquery/src/css/defaultDisplay.js +70 -0
  102. data/app/assets/bower_components/process_engine/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  103. data/app/assets/bower_components/process_engine/jquery/src/css/support.js +96 -0
  104. data/app/assets/bower_components/process_engine/jquery/src/css/swap.js +28 -0
  105. data/app/assets/bower_components/process_engine/jquery/src/css/var/cssExpand.js +3 -0
  106. data/app/assets/bower_components/process_engine/jquery/src/css/var/getStyles.js +12 -0
  107. data/app/assets/bower_components/process_engine/jquery/src/css/var/isHidden.js +13 -0
  108. data/app/assets/bower_components/process_engine/jquery/src/css/var/rmargin.js +3 -0
  109. data/app/assets/bower_components/process_engine/jquery/src/css/var/rnumnonpx.js +5 -0
  110. data/app/assets/bower_components/process_engine/jquery/src/css.js +450 -0
  111. data/app/assets/bower_components/process_engine/jquery/src/data/Data.js +181 -0
  112. data/app/assets/bower_components/process_engine/jquery/src/data/accepts.js +20 -0
  113. data/app/assets/bower_components/process_engine/jquery/src/data/var/data_priv.js +5 -0
  114. data/app/assets/bower_components/process_engine/jquery/src/data/var/data_user.js +5 -0
  115. data/app/assets/bower_components/process_engine/jquery/src/data.js +178 -0
  116. data/app/assets/bower_components/process_engine/jquery/src/deferred.js +149 -0
  117. data/app/assets/bower_components/process_engine/jquery/src/deprecated.js +13 -0
  118. data/app/assets/bower_components/process_engine/jquery/src/dimensions.js +50 -0
  119. data/app/assets/bower_components/process_engine/jquery/src/effects/Tween.js +114 -0
  120. data/app/assets/bower_components/process_engine/jquery/src/effects/animatedSelector.js +13 -0
  121. data/app/assets/bower_components/process_engine/jquery/src/effects.js +648 -0
  122. data/app/assets/bower_components/process_engine/jquery/src/event/ajax.js +13 -0
  123. data/app/assets/bower_components/process_engine/jquery/src/event/alias.js +39 -0
  124. data/app/assets/bower_components/process_engine/jquery/src/event/support.js +9 -0
  125. data/app/assets/bower_components/process_engine/jquery/src/event.js +868 -0
  126. data/app/assets/bower_components/process_engine/jquery/src/exports/amd.js +24 -0
  127. data/app/assets/bower_components/process_engine/jquery/src/exports/global.js +32 -0
  128. data/app/assets/bower_components/process_engine/jquery/src/intro.js +44 -0
  129. data/app/assets/bower_components/process_engine/jquery/src/jquery.js +37 -0
  130. data/app/assets/bower_components/process_engine/jquery/src/manipulation/_evalUrl.js +18 -0
  131. data/app/assets/bower_components/process_engine/jquery/src/manipulation/support.js +32 -0
  132. data/app/assets/bower_components/process_engine/jquery/src/manipulation/var/rcheckableType.js +3 -0
  133. data/app/assets/bower_components/process_engine/jquery/src/manipulation.js +580 -0
  134. data/app/assets/bower_components/process_engine/jquery/src/offset.js +207 -0
  135. data/app/assets/bower_components/process_engine/jquery/src/outro.js +1 -0
  136. data/app/assets/bower_components/process_engine/jquery/src/queue/delay.js +22 -0
  137. data/app/assets/bower_components/process_engine/jquery/src/queue.js +142 -0
  138. data/app/assets/bower_components/process_engine/jquery/src/selector-native.js +172 -0
  139. data/app/assets/bower_components/process_engine/jquery/src/selector-sizzle.js +14 -0
  140. data/app/assets/bower_components/process_engine/jquery/src/selector.js +1 -0
  141. data/app/assets/bower_components/process_engine/jquery/src/serialize.js +111 -0
  142. data/app/assets/bower_components/process_engine/jquery/src/sizzle/dist/sizzle.js +2067 -0
  143. data/app/assets/bower_components/process_engine/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  144. data/app/assets/bower_components/process_engine/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  145. data/app/assets/bower_components/process_engine/jquery/src/traversing/findFilter.js +100 -0
  146. data/app/assets/bower_components/process_engine/jquery/src/traversing/var/rneedsContext.js +6 -0
  147. data/app/assets/bower_components/process_engine/jquery/src/traversing.js +199 -0
  148. data/app/assets/bower_components/process_engine/jquery/src/var/arr.js +3 -0
  149. data/app/assets/bower_components/process_engine/jquery/src/var/class2type.js +4 -0
  150. data/app/assets/bower_components/process_engine/jquery/src/var/concat.js +5 -0
  151. data/app/assets/bower_components/process_engine/jquery/src/var/hasOwn.js +5 -0
  152. data/app/assets/bower_components/process_engine/jquery/src/var/indexOf.js +5 -0
  153. data/app/assets/bower_components/process_engine/jquery/src/var/pnum.js +3 -0
  154. data/app/assets/bower_components/process_engine/jquery/src/var/push.js +5 -0
  155. data/app/assets/bower_components/process_engine/jquery/src/var/rnotwhite.js +3 -0
  156. data/app/assets/bower_components/process_engine/jquery/src/var/slice.js +5 -0
  157. data/app/assets/bower_components/process_engine/jquery/src/var/strundefined.js +3 -0
  158. data/app/assets/bower_components/process_engine/jquery/src/var/support.js +4 -0
  159. data/app/assets/bower_components/process_engine/jquery/src/var/toString.js +5 -0
  160. data/app/assets/bower_components/process_engine/jquery/src/wrap.js +79 -0
  161. data/app/assets/bower_components/process_engine/jquery-mousewheel/ChangeLog.md +141 -0
  162. data/app/assets/bower_components/process_engine/jquery-mousewheel/LICENSE.txt +20 -0
  163. data/app/assets/bower_components/process_engine/jquery-mousewheel/README.md +85 -0
  164. data/app/assets/bower_components/process_engine/jquery-mousewheel/bower.json +17 -0
  165. data/app/assets/bower_components/process_engine/jquery-mousewheel/jquery.mousewheel.js +221 -0
  166. data/app/assets/bower_components/process_engine/jquery-mousewheel/jquery.mousewheel.min.js +8 -0
  167. data/app/assets/bower_components/process_engine/lodash/LICENSE.txt +22 -0
  168. data/app/assets/bower_components/process_engine/lodash/bower.json +23 -0
  169. data/app/assets/bower_components/process_engine/lodash/dist/lodash.compat.js +7157 -0
  170. data/app/assets/bower_components/process_engine/lodash/dist/lodash.compat.min.js +61 -0
  171. data/app/assets/bower_components/process_engine/lodash/dist/lodash.js +6785 -0
  172. data/app/assets/bower_components/process_engine/lodash/dist/lodash.min.js +56 -0
  173. data/app/assets/bower_components/process_engine/lodash/dist/lodash.underscore.js +4979 -0
  174. data/app/assets/bower_components/process_engine/lodash/dist/lodash.underscore.min.js +39 -0
  175. data/app/assets/bower_components/process_engine/sax/AUTHORS +10 -0
  176. data/app/assets/bower_components/process_engine/sax/LICENSE +32 -0
  177. data/app/assets/bower_components/process_engine/sax/LICENSE-W3C.html +188 -0
  178. data/app/assets/bower_components/process_engine/sax/README.md +216 -0
  179. data/app/assets/bower_components/process_engine/sax/component.json +12 -0
  180. data/app/assets/bower_components/process_engine/sax/examples/big-not-pretty.xml +8002 -0
  181. data/app/assets/bower_components/process_engine/sax/examples/example.js +29 -0
  182. data/app/assets/bower_components/process_engine/sax/examples/get-products.js +58 -0
  183. data/app/assets/bower_components/process_engine/sax/examples/hello-world.js +4 -0
  184. data/app/assets/bower_components/process_engine/sax/examples/not-pretty.xml +8 -0
  185. data/app/assets/bower_components/process_engine/sax/examples/pretty-print.js +74 -0
  186. data/app/assets/bower_components/process_engine/sax/examples/shopping.xml +2 -0
  187. data/app/assets/bower_components/process_engine/sax/examples/strict.dtd +870 -0
  188. data/app/assets/bower_components/process_engine/sax/examples/test.html +15 -0
  189. data/app/assets/bower_components/process_engine/sax/examples/test.xml +1254 -0
  190. data/app/assets/bower_components/process_engine/sax/lib/sax.js +1410 -0
  191. data/app/assets/bower_components/process_engine/sax/package.json +12 -0
  192. data/app/assets/bower_components/process_engine/sax/test/attribute-name.js +33 -0
  193. data/app/assets/bower_components/process_engine/sax/test/attribute-no-space.js +75 -0
  194. data/app/assets/bower_components/process_engine/sax/test/buffer-overrun.js +26 -0
  195. data/app/assets/bower_components/process_engine/sax/test/case.js +50 -0
  196. data/app/assets/bower_components/process_engine/sax/test/cdata-chunked.js +11 -0
  197. data/app/assets/bower_components/process_engine/sax/test/cdata-end-split.js +15 -0
  198. data/app/assets/bower_components/process_engine/sax/test/cdata-fake-end.js +28 -0
  199. data/app/assets/bower_components/process_engine/sax/test/cdata-multiple.js +15 -0
  200. data/app/assets/bower_components/process_engine/sax/test/cdata.js +10 -0
  201. data/app/assets/bower_components/process_engine/sax/test/cyrillic.js +8 -0
  202. data/app/assets/bower_components/process_engine/sax/test/duplicate-attribute.js +13 -0
  203. data/app/assets/bower_components/process_engine/sax/test/emoji.js +12 -0
  204. data/app/assets/bower_components/process_engine/sax/test/end_empty_stream.js +5 -0
  205. data/app/assets/bower_components/process_engine/sax/test/entities.js +10 -0
  206. data/app/assets/bower_components/process_engine/sax/test/entity-mega.js +16 -0
  207. data/app/assets/bower_components/process_engine/sax/test/flush.js +13 -0
  208. data/app/assets/bower_components/process_engine/sax/test/index.js +86 -0
  209. data/app/assets/bower_components/process_engine/sax/test/issue-23.js +43 -0
  210. data/app/assets/bower_components/process_engine/sax/test/issue-30.js +24 -0
  211. data/app/assets/bower_components/process_engine/sax/test/issue-35.js +15 -0
  212. data/app/assets/bower_components/process_engine/sax/test/issue-47.js +12 -0
  213. data/app/assets/bower_components/process_engine/sax/test/issue-49.js +31 -0
  214. data/app/assets/bower_components/process_engine/sax/test/issue-84.js +13 -0
  215. data/app/assets/bower_components/process_engine/sax/test/parser-position.js +28 -0
  216. data/app/assets/bower_components/process_engine/sax/test/script-close-better.js +12 -0
  217. data/app/assets/bower_components/process_engine/sax/test/script.js +12 -0
  218. data/app/assets/bower_components/process_engine/sax/test/self-closing-child-strict.js +44 -0
  219. data/app/assets/bower_components/process_engine/sax/test/self-closing-child.js +44 -0
  220. data/app/assets/bower_components/process_engine/sax/test/self-closing-tag.js +25 -0
  221. data/app/assets/bower_components/process_engine/sax/test/stray-ending.js +17 -0
  222. data/app/assets/bower_components/process_engine/sax/test/trailing-attribute-no-value.js +10 -0
  223. data/app/assets/bower_components/process_engine/sax/test/trailing-non-whitespace.js +18 -0
  224. data/app/assets/bower_components/process_engine/sax/test/unclosed-root.js +11 -0
  225. data/app/assets/bower_components/process_engine/sax/test/unquoted.js +18 -0
  226. data/app/assets/bower_components/process_engine/sax/test/utf8-split.js +32 -0
  227. data/app/assets/bower_components/process_engine/sax/test/xmlns-as-tag-name.js +15 -0
  228. data/app/assets/bower_components/process_engine/sax/test/xmlns-issue-41.js +68 -0
  229. data/app/assets/bower_components/process_engine/sax/test/xmlns-rebinding.js +63 -0
  230. data/app/assets/bower_components/process_engine/sax/test/xmlns-strict.js +74 -0
  231. data/app/assets/bower_components/process_engine/sax/test/xmlns-unbound-element.js +33 -0
  232. data/app/assets/bower_components/process_engine/sax/test/xmlns-unbound.js +15 -0
  233. data/app/assets/bower_components/process_engine/sax/test/xmlns-xml-default-ns.js +31 -0
  234. data/app/assets/bower_components/process_engine/sax/test/xmlns-xml-default-prefix-attribute.js +36 -0
  235. data/app/assets/bower_components/process_engine/sax/test/xmlns-xml-default-prefix.js +21 -0
  236. data/app/assets/bower_components/process_engine/sax/test/xmlns-xml-default-redefine.js +41 -0
  237. data/app/assets/javascripts/process_engine/application.js +65 -0
  238. data/app/assets/stylesheets/process_engine/application.css +39 -0
  239. data/app/controllers/process_engine/application_controller.rb +28 -0
  240. data/app/controllers/process_engine/process_definitions_controller.rb +63 -0
  241. data/app/controllers/process_engine/process_instances_controller.rb +42 -0
  242. data/app/controllers/process_engine/process_tasks_controller.rb +23 -0
  243. data/app/helpers/process_engine/application_helper.rb +4 -0
  244. data/app/models/process_engine/consumer/consumer_task.rb +15 -0
  245. data/app/models/process_engine/error/false_task_state.rb +2 -0
  246. data/app/models/process_engine/listener/base.rb +49 -0
  247. data/app/models/process_engine/node_data_injection.rb +22 -0
  248. data/app/models/process_engine/parser/complex_gateway.rb +21 -0
  249. data/app/models/process_engine/parser/end_event.rb +23 -0
  250. data/app/models/process_engine/parser/exclusive_gateway.rb +25 -0
  251. data/app/models/process_engine/parser/extension/condition_expression.rb +39 -0
  252. data/app/models/process_engine/parser/extension/execution_listener.rb +15 -0
  253. data/app/models/process_engine/parser/extension/form_field.rb +50 -0
  254. data/app/models/process_engine/parser/extension/input_output.rb +28 -0
  255. data/app/models/process_engine/parser/extension/listener.rb +43 -0
  256. data/app/models/process_engine/parser/extension/property.rb +20 -0
  257. data/app/models/process_engine/parser/extension/task_listener.rb +15 -0
  258. data/app/models/process_engine/parser/extension/transitional_parameter.rb +53 -0
  259. data/app/models/process_engine/parser/inclusive_gateway.rb +25 -0
  260. data/app/models/process_engine/parser/parallel_gateway.rb +19 -0
  261. data/app/models/process_engine/parser/script_task.rb +37 -0
  262. data/app/models/process_engine/parser/sequence_flow.rb +36 -0
  263. data/app/models/process_engine/parser/start_event.rb +27 -0
  264. data/app/models/process_engine/parser/user_task.rb +36 -0
  265. data/app/models/process_engine/parser/xml_node.rb +125 -0
  266. data/app/models/process_engine/process_definition.rb +50 -0
  267. data/app/models/process_engine/process_instance.rb +72 -0
  268. data/app/models/process_engine/process_query.rb +52 -0
  269. data/app/models/process_engine/process_schema.rb +30 -0
  270. data/app/models/process_engine/process_task.rb +70 -0
  271. data/app/models/process_engine/schema/interceptor/exclusive_gateway.rb +39 -0
  272. data/app/models/process_engine/schema/node.rb +48 -0
  273. data/app/models/process_engine/schema/node_extension.rb +79 -0
  274. data/app/models/process_engine/schema/transition.rb +22 -0
  275. data/app/views/layouts/process_engine/application.html.erb +14 -0
  276. data/app/views/process_engine/layouts/_menu.html.haml +6 -0
  277. data/app/views/process_engine/layouts/application.html.haml +11 -0
  278. data/app/views/process_engine/process_definitions/_form.html.haml +6 -0
  279. data/app/views/process_engine/process_definitions/edit.html.haml +3 -0
  280. data/app/views/process_engine/process_definitions/index.html.haml +26 -0
  281. data/app/views/process_engine/process_definitions/new.html.haml +3 -0
  282. data/app/views/process_engine/process_definitions/show.html.haml +51 -0
  283. data/app/views/process_engine/process_instances/_form.html.haml +5 -0
  284. data/app/views/process_engine/process_instances/edit.html.haml +3 -0
  285. data/app/views/process_engine/process_instances/index.html.haml +29 -0
  286. data/app/views/process_engine/process_instances/show.html.haml +38 -0
  287. data/app/views/process_engine/process_tasks/index.html.haml +44 -0
  288. data/app/views/process_engine/share/_bpmn_canvas.html.haml +7 -0
  289. data/config/initializers/bower_rails.rb +16 -0
  290. data/config/initializers/simple_form.rb +166 -0
  291. data/config/initializers/simple_form_bootstrap.rb +135 -0
  292. data/config/locales/simple_form.en.yml +31 -0
  293. data/config/routes.rb +18 -0
  294. data/db/migrate/20150313063311_create_process_engine_process_definitions.rb +14 -0
  295. data/db/migrate/20150313063508_create_process_engine_process_instances.rb +15 -0
  296. data/db/migrate/20150313063633_create_process_engine_process_tasks.rb +30 -0
  297. data/lib/process_engine/engine.rb +12 -0
  298. data/lib/process_engine/version.rb +3 -0
  299. data/lib/process_engine.rb +8 -0
  300. data/lib/tasks/process_engine_tasks.rake +4 -0
  301. data/lib/templates/erb/scaffold/_form.html.erb +13 -0
  302. data/test/dummy/README.rdoc +28 -0
  303. data/test/dummy/Rakefile +6 -0
  304. data/test/dummy/app/assets/javascripts/application.js +13 -0
  305. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  306. data/test/dummy/app/controllers/application_controller.rb +5 -0
  307. data/test/dummy/app/helpers/application_helper.rb +2 -0
  308. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  309. data/test/dummy/bin/bundle +3 -0
  310. data/test/dummy/bin/rails +4 -0
  311. data/test/dummy/bin/rake +4 -0
  312. data/test/dummy/bin/setup +29 -0
  313. data/test/dummy/config/application.rb +26 -0
  314. data/test/dummy/config/boot.rb +5 -0
  315. data/test/dummy/config/database.yml +85 -0
  316. data/test/dummy/config/environment.rb +5 -0
  317. data/test/dummy/config/environments/development.rb +41 -0
  318. data/test/dummy/config/environments/production.rb +79 -0
  319. data/test/dummy/config/environments/test.rb +42 -0
  320. data/test/dummy/config/initializers/assets.rb +11 -0
  321. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  322. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  323. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  324. data/test/dummy/config/initializers/inflections.rb +16 -0
  325. data/test/dummy/config/initializers/mime_types.rb +4 -0
  326. data/test/dummy/config/initializers/session_store.rb +3 -0
  327. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  328. data/test/dummy/config/locales/en.yml +23 -0
  329. data/test/dummy/config/routes.rb +4 -0
  330. data/test/dummy/config/secrets.yml +22 -0
  331. data/test/dummy/config.ru +4 -0
  332. data/test/dummy/db/schema.rb +66 -0
  333. data/test/dummy/log/development.log +9722 -0
  334. data/test/dummy/public/404.html +67 -0
  335. data/test/dummy/public/422.html +67 -0
  336. data/test/dummy/public/500.html +66 -0
  337. data/test/dummy/public/favicon.ico +0 -0
  338. data/test/dummy/tmp/cache/assets/development/sass/8afee1847b645742b0d2535a7c32f4f22e7926ec/bootstrap.scssc +0 -0
  339. data/test/dummy/tmp/cache/assets/development/sass/b5911aa594334efca1023d6f01abce0758e9648a/bootstrap.scssc +0 -0
  340. data/test/dummy/tmp/cache/assets/development/sprockets/014d8413350c7d85a5429f5e2c9ac911 +0 -0
  341. data/test/dummy/tmp/cache/assets/development/sprockets/0cbd667d0fbf9e0e6f60b5ebf2f95fa3 +0 -0
  342. data/test/dummy/tmp/cache/assets/development/sprockets/0f7ba040a442530a6d4a5bc8307769c1 +0 -0
  343. data/test/dummy/tmp/cache/assets/development/sprockets/0fca2cc9aa38138660d8c7d492cf81e4 +0 -0
  344. data/test/dummy/tmp/cache/assets/development/sprockets/0ff24903c54f534941fbc96ff862e475 +0 -0
  345. data/test/dummy/tmp/cache/assets/development/sprockets/11100f87277a2892323fe5581af75a7b +0 -0
  346. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  347. data/test/dummy/tmp/cache/assets/development/sprockets/18a34084783e8b7f9bc871bc64b13eed +0 -0
  348. data/test/dummy/tmp/cache/assets/development/sprockets/1a3821ce28e0196075ed0830fcb45f38 +0 -0
  349. data/test/dummy/tmp/cache/assets/development/sprockets/1cf94b9a49ee68cb0f4065d48e9cbaf3 +0 -0
  350. data/test/dummy/tmp/cache/assets/development/sprockets/21a6373d6c40614fd05be57194c68248 +0 -0
  351. data/test/dummy/tmp/cache/assets/development/sprockets/26276ae8df51c046f3adc0b50a1521ba +0 -0
  352. data/test/dummy/tmp/cache/assets/development/sprockets/2eea4a8f4854d438cd03cb23a89b6d8c +0 -0
  353. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  354. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  355. data/test/dummy/tmp/cache/assets/development/sprockets/3993bcd8bae4771e550d8fc91d1debbc +0 -0
  356. data/test/dummy/tmp/cache/assets/development/sprockets/3ccc4edae36a9c4bd70fc330c9c83dc9 +0 -0
  357. data/test/dummy/tmp/cache/assets/development/sprockets/3e391b0f37505fffc40ba9ffa13330a2 +0 -0
  358. data/test/dummy/tmp/cache/assets/development/sprockets/42e258b77f5dd532dfb9344a2d766de6 +0 -0
  359. data/test/dummy/tmp/cache/assets/development/sprockets/43a5910cb7a330ece5856c0e9099efa2 +0 -0
  360. data/test/dummy/tmp/cache/assets/development/sprockets/4e65ec1149f01e749e1e372861210d4d +0 -0
  361. data/test/dummy/tmp/cache/assets/development/sprockets/501160bcee63ae68449a5a5eb78b6d41 +0 -0
  362. data/test/dummy/tmp/cache/assets/development/sprockets/517beb0bf366ec3c8649da9ac8a8a01e +0 -0
  363. data/test/dummy/tmp/cache/assets/development/sprockets/525a556b1eaacfa041722e1250d9859a +0 -0
  364. data/test/dummy/tmp/cache/assets/development/sprockets/56edbae38e4e0ff9f4b4fc576ae3d746 +0 -0
  365. data/test/dummy/tmp/cache/assets/development/sprockets/5b04f4a7058d92f88f89f2248bcc16b0 +0 -0
  366. data/test/dummy/tmp/cache/assets/development/sprockets/5c3c69f7c2520b57620931c150032d7e +0 -0
  367. data/test/dummy/tmp/cache/assets/development/sprockets/5d1f8f2111e14084ebf711412c9230d2 +0 -0
  368. data/test/dummy/tmp/cache/assets/development/sprockets/5f9833d6835900c56d0e76a1b2924cc2 +0 -0
  369. data/test/dummy/tmp/cache/assets/development/sprockets/67c653cc36eb639f7a7af5159e9f9de3 +0 -0
  370. data/test/dummy/tmp/cache/assets/development/sprockets/704b33432a5ba417bcd5962ad999c671 +0 -0
  371. data/test/dummy/tmp/cache/assets/development/sprockets/7301f83e8e67f30be13546a794a553ef +0 -0
  372. data/test/dummy/tmp/cache/assets/development/sprockets/7482c8f712712a79937caf41413bca15 +0 -0
  373. data/test/dummy/tmp/cache/assets/development/sprockets/761cb171e67ddca71e8b9c74f0220457 +0 -0
  374. data/test/dummy/tmp/cache/assets/development/sprockets/7e23bd4385e166267961b6d936363042 +0 -0
  375. data/test/dummy/tmp/cache/assets/development/sprockets/7e5100f290c9ba0d4c026e43b58d0d79 +0 -0
  376. data/test/dummy/tmp/cache/assets/development/sprockets/80743880e8d46958e9839ff9408c3113 +0 -0
  377. data/test/dummy/tmp/cache/assets/development/sprockets/8b8941aae968854bafb4638a86cad77b +0 -0
  378. data/test/dummy/tmp/cache/assets/development/sprockets/9c292f3b6b577a92970303c351e1d4a1 +0 -0
  379. data/test/dummy/tmp/cache/assets/development/sprockets/a3435b13cfa60fb7469a19703350bda7 +0 -0
  380. data/test/dummy/tmp/cache/assets/development/sprockets/a6ce1b2837383f1e8b62b7f1ddcc6820 +0 -0
  381. data/test/dummy/tmp/cache/assets/development/sprockets/a7e90acc68ba69b7cd5c0a7005467c4b +0 -0
  382. data/test/dummy/tmp/cache/assets/development/sprockets/be4d00fb7bf467b370f0fda7e453ec68 +0 -0
  383. data/test/dummy/tmp/cache/assets/development/sprockets/c4fbf44e63e40cbbf825fe750374728f +0 -0
  384. data/test/dummy/tmp/cache/assets/development/sprockets/c593bacb8d3f003125f91763a7b36b10 +0 -0
  385. data/test/dummy/tmp/cache/assets/development/sprockets/c5ae3bc69f7b1e1fdb51a667c9f3cdd6 +0 -0
  386. data/test/dummy/tmp/cache/assets/development/sprockets/cc843b336460771bf75c97cf0935301b +0 -0
  387. data/test/dummy/tmp/cache/assets/development/sprockets/ce3b6127737ed36f7b62a54acec06b3e +0 -0
  388. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  389. data/test/dummy/tmp/cache/assets/development/sprockets/d58931b13c55c146d21475e532b126ba +0 -0
  390. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  391. data/test/dummy/tmp/cache/assets/development/sprockets/dc6bbdc1e385c7bb2743011e9c2a7407 +0 -0
  392. data/test/dummy/tmp/cache/assets/development/sprockets/dd7270e11b484ae10f601e1dd014445a +0 -0
  393. data/test/dummy/tmp/cache/assets/development/sprockets/de86beefc60e0cd84dd1525af863e64d +0 -0
  394. data/test/dummy/tmp/cache/assets/development/sprockets/e0953e6e4a6c208e350f7f25d85bdce8 +0 -0
  395. data/test/dummy/tmp/cache/assets/development/sprockets/ec3b479833be43bf164a3deb119c3aee +0 -0
  396. data/test/dummy/tmp/cache/assets/development/sprockets/ef2cb0afc9a61a3d5819b4dfc84720ad +0 -0
  397. data/test/dummy/tmp/cache/assets/development/sprockets/f0511bbd6f6cd5530acddebb6d7e7044 +0 -0
  398. data/test/dummy/tmp/cache/assets/development/sprockets/f7009bba030498129042e0c542d4f264 +0 -0
  399. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  400. data/test/fixtures/process_engine/process_definitions.yml +17 -0
  401. data/test/fixtures/process_engine/process_instances.yml +11 -0
  402. data/test/fixtures/process_engine/process_tasks.yml +11 -0
  403. data/test/integration/navigation_test.rb +10 -0
  404. data/test/models/process_engine/process_definition_test.rb +9 -0
  405. data/test/models/process_engine/process_instance_test.rb +9 -0
  406. data/test/models/process_engine/process_task_test.rb +9 -0
  407. data/test/process_engine_test.rb +7 -0
  408. data/test/test_helper.rb +19 -0
  409. metadata +740 -0
@@ -0,0 +1,870 @@
1
+ <!--
2
+ This is HTML 4.01 Strict DTD, which excludes the presentation
3
+ attributes and elements that W3C expects to phase out as
4
+ support for style sheets matures. Authors should use the Strict
5
+ DTD when possible, but may use the Transitional DTD when support
6
+ for presentation attribute and elements is required.
7
+
8
+ HTML 4 includes mechanisms for style sheets, scripting,
9
+ embedding objects, improved support for right to left and mixed
10
+ direction text, and enhancements to forms for improved
11
+ accessibility for people with disabilities.
12
+
13
+ Draft: $Date: 1999/12/24 23:37:48 $
14
+
15
+ Authors:
16
+ Dave Raggett <dsr@w3.org>
17
+ Arnaud Le Hors <lehors@w3.org>
18
+ Ian Jacobs <ij@w3.org>
19
+
20
+ Further information about HTML 4.01 is available at:
21
+
22
+ http://www.w3.org/TR/1999/REC-html401-19991224
23
+
24
+
25
+ The HTML 4.01 specification includes additional
26
+ syntactic constraints that cannot be expressed within
27
+ the DTDs.
28
+
29
+ -->
30
+ <!--
31
+ Typical usage:
32
+
33
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
34
+ "http://www.w3.org/TR/html4/strict.dtd">
35
+ <html>
36
+ <head>
37
+ ...
38
+ </head>
39
+ <body>
40
+ ...
41
+ </body>
42
+ </html>
43
+
44
+ The URI used as a system identifier with the public identifier allows
45
+ the user agent to download the DTD and entity sets as needed.
46
+
47
+ The FPI for the Transitional HTML 4.01 DTD is:
48
+
49
+ "-//W3C//DTD HTML 4.01 Transitional//EN"
50
+
51
+ This version of the transitional DTD is:
52
+
53
+ http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd
54
+
55
+ If you are writing a document that includes frames, use
56
+ the following FPI:
57
+
58
+ "-//W3C//DTD HTML 4.01 Frameset//EN"
59
+
60
+ This version of the frameset DTD is:
61
+
62
+ http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd
63
+
64
+ Use the following (relative) URIs to refer to
65
+ the DTDs and entity definitions of this specification:
66
+
67
+ "strict.dtd"
68
+ "loose.dtd"
69
+ "frameset.dtd"
70
+ "HTMLlat1.ent"
71
+ "HTMLsymbol.ent"
72
+ "HTMLspecial.ent"
73
+
74
+ -->
75
+
76
+ <!--================== Imported Names ====================================-->
77
+ <!-- Feature Switch for frameset documents -->
78
+ <!ENTITY % HTML.Frameset "IGNORE">
79
+
80
+ <!ENTITY % ContentType "CDATA"
81
+ -- media type, as per [RFC2045]
82
+ -->
83
+
84
+ <!ENTITY % ContentTypes "CDATA"
85
+ -- comma-separated list of media types, as per [RFC2045]
86
+ -->
87
+
88
+ <!ENTITY % Charset "CDATA"
89
+ -- a character encoding, as per [RFC2045]
90
+ -->
91
+
92
+ <!ENTITY % Charsets "CDATA"
93
+ -- a space-separated list of character encodings, as per [RFC2045]
94
+ -->
95
+
96
+ <!ENTITY % LanguageCode "NAME"
97
+ -- a language code, as per [RFC1766]
98
+ -->
99
+
100
+ <!ENTITY % Character "CDATA"
101
+ -- a single character from [ISO10646]
102
+ -->
103
+
104
+ <!ENTITY % LinkTypes "CDATA"
105
+ -- space-separated list of link types
106
+ -->
107
+
108
+ <!ENTITY % MediaDesc "CDATA"
109
+ -- single or comma-separated list of media descriptors
110
+ -->
111
+
112
+ <!ENTITY % URI "CDATA"
113
+ -- a Uniform Resource Identifier,
114
+ see [URI]
115
+ -->
116
+
117
+ <!ENTITY % Datetime "CDATA" -- date and time information. ISO date format -->
118
+
119
+
120
+ <!ENTITY % Script "CDATA" -- script expression -->
121
+
122
+ <!ENTITY % StyleSheet "CDATA" -- style sheet data -->
123
+
124
+
125
+
126
+ <!ENTITY % Text "CDATA">
127
+
128
+
129
+ <!-- Parameter Entities -->
130
+
131
+ <!ENTITY % head.misc "SCRIPT|STYLE|META|LINK|OBJECT" -- repeatable head elements -->
132
+
133
+ <!ENTITY % heading "H1|H2|H3|H4|H5|H6">
134
+
135
+ <!ENTITY % list "UL | OL">
136
+
137
+ <!ENTITY % preformatted "PRE">
138
+
139
+
140
+ <!--================ Character mnemonic entities =========================-->
141
+
142
+ <!ENTITY % HTMLlat1 PUBLIC
143
+ "-//W3C//ENTITIES Latin1//EN//HTML"
144
+ "HTMLlat1.ent">
145
+ %HTMLlat1;
146
+
147
+ <!ENTITY % HTMLsymbol PUBLIC
148
+ "-//W3C//ENTITIES Symbols//EN//HTML"
149
+ "HTMLsymbol.ent">
150
+ %HTMLsymbol;
151
+
152
+ <!ENTITY % HTMLspecial PUBLIC
153
+ "-//W3C//ENTITIES Special//EN//HTML"
154
+ "HTMLspecial.ent">
155
+ %HTMLspecial;
156
+ <!--=================== Generic Attributes ===============================-->
157
+
158
+ <!ENTITY % coreattrs
159
+ "id ID #IMPLIED -- document-wide unique id --
160
+ class CDATA #IMPLIED -- space-separated list of classes --
161
+ style %StyleSheet; #IMPLIED -- associated style info --
162
+ title %Text; #IMPLIED -- advisory title --"
163
+ >
164
+
165
+ <!ENTITY % i18n
166
+ "lang %LanguageCode; #IMPLIED -- language code --
167
+ dir (ltr|rtl) #IMPLIED -- direction for weak/neutral text --"
168
+ >
169
+
170
+ <!ENTITY % events
171
+ "onclick %Script; #IMPLIED -- a pointer button was clicked --
172
+ ondblclick %Script; #IMPLIED -- a pointer button was double clicked--
173
+ onmousedown %Script; #IMPLIED -- a pointer button was pressed down --
174
+ onmouseup %Script; #IMPLIED -- a pointer button was released --
175
+ onmouseover %Script; #IMPLIED -- a pointer was moved onto --
176
+ onmousemove %Script; #IMPLIED -- a pointer was moved within --
177
+ onmouseout %Script; #IMPLIED -- a pointer was moved away --
178
+ onkeypress %Script; #IMPLIED -- a key was pressed and released --
179
+ onkeydown %Script; #IMPLIED -- a key was pressed down --
180
+ onkeyup %Script; #IMPLIED -- a key was released --"
181
+ >
182
+
183
+ <!-- Reserved Feature Switch -->
184
+ <!ENTITY % HTML.Reserved "IGNORE">
185
+
186
+ <!-- The following attributes are reserved for possible future use -->
187
+ <![ %HTML.Reserved; [
188
+ <!ENTITY % reserved
189
+ "datasrc %URI; #IMPLIED -- a single or tabular Data Source --
190
+ datafld CDATA #IMPLIED -- the property or column name --
191
+ dataformatas (plaintext|html) plaintext -- text or html --"
192
+ >
193
+ ]]>
194
+
195
+ <!ENTITY % reserved "">
196
+
197
+ <!ENTITY % attrs "%coreattrs; %i18n; %events;">
198
+
199
+
200
+ <!--=================== Text Markup ======================================-->
201
+
202
+ <!ENTITY % fontstyle
203
+ "TT | I | B | BIG | SMALL">
204
+
205
+ <!ENTITY % phrase "EM | STRONG | DFN | CODE |
206
+ SAMP | KBD | VAR | CITE | ABBR | ACRONYM" >
207
+
208
+ <!ENTITY % special
209
+ "A | IMG | OBJECT | BR | SCRIPT | MAP | Q | SUB | SUP | SPAN | BDO">
210
+
211
+ <!ENTITY % formctrl "INPUT | SELECT | TEXTAREA | LABEL | BUTTON">
212
+
213
+ <!-- %inline; covers inline or "text-level" elements -->
214
+ <!ENTITY % inline "#PCDATA | %fontstyle; | %phrase; | %special; | %formctrl;">
215
+
216
+ <!ELEMENT (%fontstyle;|%phrase;) - - (%inline;)*>
217
+ <!ATTLIST (%fontstyle;|%phrase;)
218
+ %attrs; -- %coreattrs, %i18n, %events --
219
+ >
220
+
221
+ <!ELEMENT (SUB|SUP) - - (%inline;)* -- subscript, superscript -->
222
+ <!ATTLIST (SUB|SUP)
223
+ %attrs; -- %coreattrs, %i18n, %events --
224
+ >
225
+
226
+ <!ELEMENT SPAN - - (%inline;)* -- generic language/style container -->
227
+ <!ATTLIST SPAN
228
+ %attrs; -- %coreattrs, %i18n, %events --
229
+ %reserved; -- reserved for possible future use --
230
+ >
231
+
232
+ <!ELEMENT BDO - - (%inline;)* -- I18N BiDi over-ride -->
233
+ <!ATTLIST BDO
234
+ %coreattrs; -- id, class, style, title --
235
+ lang %LanguageCode; #IMPLIED -- language code --
236
+ dir (ltr|rtl) #REQUIRED -- directionality --
237
+ >
238
+
239
+
240
+ <!ELEMENT BR - O EMPTY -- forced line break -->
241
+ <!ATTLIST BR
242
+ %coreattrs; -- id, class, style, title --
243
+ >
244
+
245
+ <!--================== HTML content models ===============================-->
246
+
247
+ <!--
248
+ HTML has two basic content models:
249
+
250
+ %inline; character level elements and text strings
251
+ %block; block-like elements e.g. paragraphs and lists
252
+ -->
253
+
254
+ <!ENTITY % block
255
+ "P | %heading; | %list; | %preformatted; | DL | DIV | NOSCRIPT |
256
+ BLOCKQUOTE | FORM | HR | TABLE | FIELDSET | ADDRESS">
257
+
258
+ <!ENTITY % flow "%block; | %inline;">
259
+
260
+ <!--=================== Document Body ====================================-->
261
+
262
+ <!ELEMENT BODY O O (%block;|SCRIPT)+ +(INS|DEL) -- document body -->
263
+ <!ATTLIST BODY
264
+ %attrs; -- %coreattrs, %i18n, %events --
265
+ onload %Script; #IMPLIED -- the document has been loaded --
266
+ onunload %Script; #IMPLIED -- the document has been removed --
267
+ >
268
+
269
+ <!ELEMENT ADDRESS - - (%inline;)* -- information on author -->
270
+ <!ATTLIST ADDRESS
271
+ %attrs; -- %coreattrs, %i18n, %events --
272
+ >
273
+
274
+ <!ELEMENT DIV - - (%flow;)* -- generic language/style container -->
275
+ <!ATTLIST DIV
276
+ %attrs; -- %coreattrs, %i18n, %events --
277
+ %reserved; -- reserved for possible future use --
278
+ >
279
+
280
+
281
+ <!--================== The Anchor Element ================================-->
282
+
283
+ <!ENTITY % Shape "(rect|circle|poly|default)">
284
+ <!ENTITY % Coords "CDATA" -- comma-separated list of lengths -->
285
+
286
+ <!ELEMENT A - - (%inline;)* -(A) -- anchor -->
287
+ <!ATTLIST A
288
+ %attrs; -- %coreattrs, %i18n, %events --
289
+ charset %Charset; #IMPLIED -- char encoding of linked resource --
290
+ type %ContentType; #IMPLIED -- advisory content type --
291
+ name CDATA #IMPLIED -- named link end --
292
+ href %URI; #IMPLIED -- URI for linked resource --
293
+ hreflang %LanguageCode; #IMPLIED -- language code --
294
+ rel %LinkTypes; #IMPLIED -- forward link types --
295
+ rev %LinkTypes; #IMPLIED -- reverse link types --
296
+ accesskey %Character; #IMPLIED -- accessibility key character --
297
+ shape %Shape; rect -- for use with client-side image maps --
298
+ coords %Coords; #IMPLIED -- for use with client-side image maps --
299
+ tabindex NUMBER #IMPLIED -- position in tabbing order --
300
+ onfocus %Script; #IMPLIED -- the element got the focus --
301
+ onblur %Script; #IMPLIED -- the element lost the focus --
302
+ >
303
+
304
+ <!--================== Client-side image maps ============================-->
305
+
306
+ <!-- These can be placed in the same document or grouped in a
307
+ separate document although this isn't yet widely supported -->
308
+
309
+ <!ELEMENT MAP - - ((%block;) | AREA)+ -- client-side image map -->
310
+ <!ATTLIST MAP
311
+ %attrs; -- %coreattrs, %i18n, %events --
312
+ name CDATA #REQUIRED -- for reference by usemap --
313
+ >
314
+
315
+ <!ELEMENT AREA - O EMPTY -- client-side image map area -->
316
+ <!ATTLIST AREA
317
+ %attrs; -- %coreattrs, %i18n, %events --
318
+ shape %Shape; rect -- controls interpretation of coords --
319
+ coords %Coords; #IMPLIED -- comma-separated list of lengths --
320
+ href %URI; #IMPLIED -- URI for linked resource --
321
+ nohref (nohref) #IMPLIED -- this region has no action --
322
+ alt %Text; #REQUIRED -- short description --
323
+ tabindex NUMBER #IMPLIED -- position in tabbing order --
324
+ accesskey %Character; #IMPLIED -- accessibility key character --
325
+ onfocus %Script; #IMPLIED -- the element got the focus --
326
+ onblur %Script; #IMPLIED -- the element lost the focus --
327
+ >
328
+
329
+ <!--================== The LINK Element ==================================-->
330
+
331
+ <!--
332
+ Relationship values can be used in principle:
333
+
334
+ a) for document specific toolbars/menus when used
335
+ with the LINK element in document head e.g.
336
+ start, contents, previous, next, index, end, help
337
+ b) to link to a separate style sheet (rel=stylesheet)
338
+ c) to make a link to a script (rel=script)
339
+ d) by stylesheets to control how collections of
340
+ html nodes are rendered into printed documents
341
+ e) to make a link to a printable version of this document
342
+ e.g. a postscript or pdf version (rel=alternate media=print)
343
+ -->
344
+
345
+ <!ELEMENT LINK - O EMPTY -- a media-independent link -->
346
+ <!ATTLIST LINK
347
+ %attrs; -- %coreattrs, %i18n, %events --
348
+ charset %Charset; #IMPLIED -- char encoding of linked resource --
349
+ href %URI; #IMPLIED -- URI for linked resource --
350
+ hreflang %LanguageCode; #IMPLIED -- language code --
351
+ type %ContentType; #IMPLIED -- advisory content type --
352
+ rel %LinkTypes; #IMPLIED -- forward link types --
353
+ rev %LinkTypes; #IMPLIED -- reverse link types --
354
+ media %MediaDesc; #IMPLIED -- for rendering on these media --
355
+ >
356
+
357
+ <!--=================== Images ===========================================-->
358
+
359
+ <!-- Length defined in strict DTD for cellpadding/cellspacing -->
360
+ <!ENTITY % Length "CDATA" -- nn for pixels or nn% for percentage length -->
361
+ <!ENTITY % MultiLength "CDATA" -- pixel, percentage, or relative -->
362
+
363
+ <![ %HTML.Frameset; [
364
+ <!ENTITY % MultiLengths "CDATA" -- comma-separated list of MultiLength -->
365
+ ]]>
366
+
367
+ <!ENTITY % Pixels "CDATA" -- integer representing length in pixels -->
368
+
369
+
370
+ <!-- To avoid problems with text-only UAs as well as
371
+ to make image content understandable and navigable
372
+ to users of non-visual UAs, you need to provide
373
+ a description with ALT, and avoid server-side image maps -->
374
+ <!ELEMENT IMG - O EMPTY -- Embedded image -->
375
+ <!ATTLIST IMG
376
+ %attrs; -- %coreattrs, %i18n, %events --
377
+ src %URI; #REQUIRED -- URI of image to embed --
378
+ alt %Text; #REQUIRED -- short description --
379
+ longdesc %URI; #IMPLIED -- link to long description
380
+ (complements alt) --
381
+ name CDATA #IMPLIED -- name of image for scripting --
382
+ height %Length; #IMPLIED -- override height --
383
+ width %Length; #IMPLIED -- override width --
384
+ usemap %URI; #IMPLIED -- use client-side image map --
385
+ ismap (ismap) #IMPLIED -- use server-side image map --
386
+ >
387
+
388
+ <!-- USEMAP points to a MAP element which may be in this document
389
+ or an external document, although the latter is not widely supported -->
390
+
391
+ <!--==================== OBJECT ======================================-->
392
+ <!--
393
+ OBJECT is used to embed objects as part of HTML pages
394
+ PARAM elements should precede other content. SGML mixed content
395
+ model technicality precludes specifying this formally ...
396
+ -->
397
+
398
+ <!ELEMENT OBJECT - - (PARAM | %flow;)*
399
+ -- generic embedded object -->
400
+ <!ATTLIST OBJECT
401
+ %attrs; -- %coreattrs, %i18n, %events --
402
+ declare (declare) #IMPLIED -- declare but don't instantiate flag --
403
+ classid %URI; #IMPLIED -- identifies an implementation --
404
+ codebase %URI; #IMPLIED -- base URI for classid, data, archive--
405
+ data %URI; #IMPLIED -- reference to object's data --
406
+ type %ContentType; #IMPLIED -- content type for data --
407
+ codetype %ContentType; #IMPLIED -- content type for code --
408
+ archive CDATA #IMPLIED -- space-separated list of URIs --
409
+ standby %Text; #IMPLIED -- message to show while loading --
410
+ height %Length; #IMPLIED -- override height --
411
+ width %Length; #IMPLIED -- override width --
412
+ usemap %URI; #IMPLIED -- use client-side image map --
413
+ name CDATA #IMPLIED -- submit as part of form --
414
+ tabindex NUMBER #IMPLIED -- position in tabbing order --
415
+ %reserved; -- reserved for possible future use --
416
+ >
417
+
418
+ <!ELEMENT PARAM - O EMPTY -- named property value -->
419
+ <!ATTLIST PARAM
420
+ id ID #IMPLIED -- document-wide unique id --
421
+ name CDATA #REQUIRED -- property name --
422
+ value CDATA #IMPLIED -- property value --
423
+ valuetype (DATA|REF|OBJECT) DATA -- How to interpret value --
424
+ type %ContentType; #IMPLIED -- content type for value
425
+ when valuetype=ref --
426
+ >
427
+
428
+
429
+ <!--=================== Horizontal Rule ==================================-->
430
+
431
+ <!ELEMENT HR - O EMPTY -- horizontal rule -->
432
+ <!ATTLIST HR
433
+ %attrs; -- %coreattrs, %i18n, %events --
434
+ >
435
+
436
+ <!--=================== Paragraphs =======================================-->
437
+
438
+ <!ELEMENT P - O (%inline;)* -- paragraph -->
439
+ <!ATTLIST P
440
+ %attrs; -- %coreattrs, %i18n, %events --
441
+ >
442
+
443
+ <!--=================== Headings =========================================-->
444
+
445
+ <!--
446
+ There are six levels of headings from H1 (the most important)
447
+ to H6 (the least important).
448
+ -->
449
+
450
+ <!ELEMENT (%heading;) - - (%inline;)* -- heading -->
451
+ <!ATTLIST (%heading;)
452
+ %attrs; -- %coreattrs, %i18n, %events --
453
+ >
454
+
455
+ <!--=================== Preformatted Text ================================-->
456
+
457
+ <!-- excludes markup for images and changes in font size -->
458
+ <!ENTITY % pre.exclusion "IMG|OBJECT|BIG|SMALL|SUB|SUP">
459
+
460
+ <!ELEMENT PRE - - (%inline;)* -(%pre.exclusion;) -- preformatted text -->
461
+ <!ATTLIST PRE
462
+ %attrs; -- %coreattrs, %i18n, %events --
463
+ >
464
+
465
+ <!--===================== Inline Quotes ==================================-->
466
+
467
+ <!ELEMENT Q - - (%inline;)* -- short inline quotation -->
468
+ <!ATTLIST Q
469
+ %attrs; -- %coreattrs, %i18n, %events --
470
+ cite %URI; #IMPLIED -- URI for source document or msg --
471
+ >
472
+
473
+ <!--=================== Block-like Quotes ================================-->
474
+
475
+ <!ELEMENT BLOCKQUOTE - - (%block;|SCRIPT)+ -- long quotation -->
476
+ <!ATTLIST BLOCKQUOTE
477
+ %attrs; -- %coreattrs, %i18n, %events --
478
+ cite %URI; #IMPLIED -- URI for source document or msg --
479
+ >
480
+
481
+ <!--=================== Inserted/Deleted Text ============================-->
482
+
483
+
484
+ <!-- INS/DEL are handled by inclusion on BODY -->
485
+ <!ELEMENT (INS|DEL) - - (%flow;)* -- inserted text, deleted text -->
486
+ <!ATTLIST (INS|DEL)
487
+ %attrs; -- %coreattrs, %i18n, %events --
488
+ cite %URI; #IMPLIED -- info on reason for change --
489
+ datetime %Datetime; #IMPLIED -- date and time of change --
490
+ >
491
+
492
+ <!--=================== Lists ============================================-->
493
+
494
+ <!-- definition lists - DT for term, DD for its definition -->
495
+
496
+ <!ELEMENT DL - - (DT|DD)+ -- definition list -->
497
+ <!ATTLIST DL
498
+ %attrs; -- %coreattrs, %i18n, %events --
499
+ >
500
+
501
+ <!ELEMENT DT - O (%inline;)* -- definition term -->
502
+ <!ELEMENT DD - O (%flow;)* -- definition description -->
503
+ <!ATTLIST (DT|DD)
504
+ %attrs; -- %coreattrs, %i18n, %events --
505
+ >
506
+
507
+
508
+ <!ELEMENT OL - - (LI)+ -- ordered list -->
509
+ <!ATTLIST OL
510
+ %attrs; -- %coreattrs, %i18n, %events --
511
+ >
512
+
513
+ <!-- Unordered Lists (UL) bullet styles -->
514
+ <!ELEMENT UL - - (LI)+ -- unordered list -->
515
+ <!ATTLIST UL
516
+ %attrs; -- %coreattrs, %i18n, %events --
517
+ >
518
+
519
+
520
+
521
+ <!ELEMENT LI - O (%flow;)* -- list item -->
522
+ <!ATTLIST LI
523
+ %attrs; -- %coreattrs, %i18n, %events --
524
+ >
525
+
526
+ <!--================ Forms ===============================================-->
527
+ <!ELEMENT FORM - - (%block;|SCRIPT)+ -(FORM) -- interactive form -->
528
+ <!ATTLIST FORM
529
+ %attrs; -- %coreattrs, %i18n, %events --
530
+ action %URI; #REQUIRED -- server-side form handler --
531
+ method (GET|POST) GET -- HTTP method used to submit the form--
532
+ enctype %ContentType; "application/x-www-form-urlencoded"
533
+ accept %ContentTypes; #IMPLIED -- list of MIME types for file upload --
534
+ name CDATA #IMPLIED -- name of form for scripting --
535
+ onsubmit %Script; #IMPLIED -- the form was submitted --
536
+ onreset %Script; #IMPLIED -- the form was reset --
537
+ accept-charset %Charsets; #IMPLIED -- list of supported charsets --
538
+ >
539
+
540
+ <!-- Each label must not contain more than ONE field -->
541
+ <!ELEMENT LABEL - - (%inline;)* -(LABEL) -- form field label text -->
542
+ <!ATTLIST LABEL
543
+ %attrs; -- %coreattrs, %i18n, %events --
544
+ for IDREF #IMPLIED -- matches field ID value --
545
+ accesskey %Character; #IMPLIED -- accessibility key character --
546
+ onfocus %Script; #IMPLIED -- the element got the focus --
547
+ onblur %Script; #IMPLIED -- the element lost the focus --
548
+ >
549
+
550
+ <!ENTITY % InputType
551
+ "(TEXT | PASSWORD | CHECKBOX |
552
+ RADIO | SUBMIT | RESET |
553
+ FILE | HIDDEN | IMAGE | BUTTON)"
554
+ >
555
+
556
+ <!-- attribute name required for all but submit and reset -->
557
+ <!ELEMENT INPUT - O EMPTY -- form control -->
558
+ <!ATTLIST INPUT
559
+ %attrs; -- %coreattrs, %i18n, %events --
560
+ type %InputType; TEXT -- what kind of widget is needed --
561
+ name CDATA #IMPLIED -- submit as part of form --
562
+ value CDATA #IMPLIED -- Specify for radio buttons and checkboxes --
563
+ checked (checked) #IMPLIED -- for radio buttons and check boxes --
564
+ disabled (disabled) #IMPLIED -- unavailable in this context --
565
+ readonly (readonly) #IMPLIED -- for text and passwd --
566
+ size CDATA #IMPLIED -- specific to each type of field --
567
+ maxlength NUMBER #IMPLIED -- max chars for text fields --
568
+ src %URI; #IMPLIED -- for fields with images --
569
+ alt CDATA #IMPLIED -- short description --
570
+ usemap %URI; #IMPLIED -- use client-side image map --
571
+ ismap (ismap) #IMPLIED -- use server-side image map --
572
+ tabindex NUMBER #IMPLIED -- position in tabbing order --
573
+ accesskey %Character; #IMPLIED -- accessibility key character --
574
+ onfocus %Script; #IMPLIED -- the element got the focus --
575
+ onblur %Script; #IMPLIED -- the element lost the focus --
576
+ onselect %Script; #IMPLIED -- some text was selected --
577
+ onchange %Script; #IMPLIED -- the element value was changed --
578
+ accept %ContentTypes; #IMPLIED -- list of MIME types for file upload --
579
+ %reserved; -- reserved for possible future use --
580
+ >
581
+
582
+ <!ELEMENT SELECT - - (OPTGROUP|OPTION)+ -- option selector -->
583
+ <!ATTLIST SELECT
584
+ %attrs; -- %coreattrs, %i18n, %events --
585
+ name CDATA #IMPLIED -- field name --
586
+ size NUMBER #IMPLIED -- rows visible --
587
+ multiple (multiple) #IMPLIED -- default is single selection --
588
+ disabled (disabled) #IMPLIED -- unavailable in this context --
589
+ tabindex NUMBER #IMPLIED -- position in tabbing order --
590
+ onfocus %Script; #IMPLIED -- the element got the focus --
591
+ onblur %Script; #IMPLIED -- the element lost the focus --
592
+ onchange %Script; #IMPLIED -- the element value was changed --
593
+ %reserved; -- reserved for possible future use --
594
+ >
595
+
596
+ <!ELEMENT OPTGROUP - - (OPTION)+ -- option group -->
597
+ <!ATTLIST OPTGROUP
598
+ %attrs; -- %coreattrs, %i18n, %events --
599
+ disabled (disabled) #IMPLIED -- unavailable in this context --
600
+ label %Text; #REQUIRED -- for use in hierarchical menus --
601
+ >
602
+
603
+ <!ELEMENT OPTION - O (#PCDATA) -- selectable choice -->
604
+ <!ATTLIST OPTION
605
+ %attrs; -- %coreattrs, %i18n, %events --
606
+ selected (selected) #IMPLIED
607
+ disabled (disabled) #IMPLIED -- unavailable in this context --
608
+ label %Text; #IMPLIED -- for use in hierarchical menus --
609
+ value CDATA #IMPLIED -- defaults to element content --
610
+ >
611
+
612
+ <!ELEMENT TEXTAREA - - (#PCDATA) -- multi-line text field -->
613
+ <!ATTLIST TEXTAREA
614
+ %attrs; -- %coreattrs, %i18n, %events --
615
+ name CDATA #IMPLIED
616
+ rows NUMBER #REQUIRED
617
+ cols NUMBER #REQUIRED
618
+ disabled (disabled) #IMPLIED -- unavailable in this context --
619
+ readonly (readonly) #IMPLIED
620
+ tabindex NUMBER #IMPLIED -- position in tabbing order --
621
+ accesskey %Character; #IMPLIED -- accessibility key character --
622
+ onfocus %Script; #IMPLIED -- the element got the focus --
623
+ onblur %Script; #IMPLIED -- the element lost the focus --
624
+ onselect %Script; #IMPLIED -- some text was selected --
625
+ onchange %Script; #IMPLIED -- the element value was changed --
626
+ %reserved; -- reserved for possible future use --
627
+ >
628
+
629
+ <!--
630
+ #PCDATA is to solve the mixed content problem,
631
+ per specification only whitespace is allowed there!
632
+ -->
633
+ <!ELEMENT FIELDSET - - (#PCDATA,LEGEND,(%flow;)*) -- form control group -->
634
+ <!ATTLIST FIELDSET
635
+ %attrs; -- %coreattrs, %i18n, %events --
636
+ >
637
+
638
+ <!ELEMENT LEGEND - - (%inline;)* -- fieldset legend -->
639
+
640
+ <!ATTLIST LEGEND
641
+ %attrs; -- %coreattrs, %i18n, %events --
642
+ accesskey %Character; #IMPLIED -- accessibility key character --
643
+ >
644
+
645
+ <!ELEMENT BUTTON - -
646
+ (%flow;)* -(A|%formctrl;|FORM|FIELDSET)
647
+ -- push button -->
648
+ <!ATTLIST BUTTON
649
+ %attrs; -- %coreattrs, %i18n, %events --
650
+ name CDATA #IMPLIED
651
+ value CDATA #IMPLIED -- sent to server when submitted --
652
+ type (button|submit|reset) submit -- for use as form button --
653
+ disabled (disabled) #IMPLIED -- unavailable in this context --
654
+ tabindex NUMBER #IMPLIED -- position in tabbing order --
655
+ accesskey %Character; #IMPLIED -- accessibility key character --
656
+ onfocus %Script; #IMPLIED -- the element got the focus --
657
+ onblur %Script; #IMPLIED -- the element lost the focus --
658
+ %reserved; -- reserved for possible future use --
659
+ >
660
+
661
+ <!--======================= Tables =======================================-->
662
+
663
+ <!-- IETF HTML table standard, see [RFC1942] -->
664
+
665
+ <!--
666
+ The BORDER attribute sets the thickness of the frame around the
667
+ table. The default units are screen pixels.
668
+
669
+ The FRAME attribute specifies which parts of the frame around
670
+ the table should be rendered. The values are not the same as
671
+ CALS to avoid a name clash with the VALIGN attribute.
672
+
673
+ The value "border" is included for backwards compatibility with
674
+ <TABLE BORDER> which yields frame=border and border=implied
675
+ For <TABLE BORDER=1> you get border=1 and frame=implied. In this
676
+ case, it is appropriate to treat this as frame=border for backwards
677
+ compatibility with deployed browsers.
678
+ -->
679
+ <!ENTITY % TFrame "(void|above|below|hsides|lhs|rhs|vsides|box|border)">
680
+
681
+ <!--
682
+ The RULES attribute defines which rules to draw between cells:
683
+
684
+ If RULES is absent then assume:
685
+ "none" if BORDER is absent or BORDER=0 otherwise "all"
686
+ -->
687
+
688
+ <!ENTITY % TRules "(none | groups | rows | cols | all)">
689
+
690
+ <!-- horizontal placement of table relative to document -->
691
+ <!ENTITY % TAlign "(left|center|right)">
692
+
693
+ <!-- horizontal alignment attributes for cell contents -->
694
+ <!ENTITY % cellhalign
695
+ "align (left|center|right|justify|char) #IMPLIED
696
+ char %Character; #IMPLIED -- alignment char, e.g. char=':' --
697
+ charoff %Length; #IMPLIED -- offset for alignment char --"
698
+ >
699
+
700
+ <!-- vertical alignment attributes for cell contents -->
701
+ <!ENTITY % cellvalign
702
+ "valign (top|middle|bottom|baseline) #IMPLIED"
703
+ >
704
+
705
+ <!ELEMENT TABLE - -
706
+ (CAPTION?, (COL*|COLGROUP*), THEAD?, TFOOT?, TBODY+)>
707
+ <!ELEMENT CAPTION - - (%inline;)* -- table caption -->
708
+ <!ELEMENT THEAD - O (TR)+ -- table header -->
709
+ <!ELEMENT TFOOT - O (TR)+ -- table footer -->
710
+ <!ELEMENT TBODY O O (TR)+ -- table body -->
711
+ <!ELEMENT COLGROUP - O (COL)* -- table column group -->
712
+ <!ELEMENT COL - O EMPTY -- table column -->
713
+ <!ELEMENT TR - O (TH|TD)+ -- table row -->
714
+ <!ELEMENT (TH|TD) - O (%flow;)* -- table header cell, table data cell-->
715
+
716
+ <!ATTLIST TABLE -- table element --
717
+ %attrs; -- %coreattrs, %i18n, %events --
718
+ summary %Text; #IMPLIED -- purpose/structure for speech output--
719
+ width %Length; #IMPLIED -- table width --
720
+ border %Pixels; #IMPLIED -- controls frame width around table --
721
+ frame %TFrame; #IMPLIED -- which parts of frame to render --
722
+ rules %TRules; #IMPLIED -- rulings between rows and cols --
723
+ cellspacing %Length; #IMPLIED -- spacing between cells --
724
+ cellpadding %Length; #IMPLIED -- spacing within cells --
725
+ %reserved; -- reserved for possible future use --
726
+ datapagesize CDATA #IMPLIED -- reserved for possible future use --
727
+ >
728
+
729
+
730
+ <!ATTLIST CAPTION
731
+ %attrs; -- %coreattrs, %i18n, %events --
732
+ >
733
+
734
+ <!--
735
+ COLGROUP groups a set of COL elements. It allows you to group
736
+ several semantically related columns together.
737
+ -->
738
+ <!ATTLIST COLGROUP
739
+ %attrs; -- %coreattrs, %i18n, %events --
740
+ span NUMBER 1 -- default number of columns in group --
741
+ width %MultiLength; #IMPLIED -- default width for enclosed COLs --
742
+ %cellhalign; -- horizontal alignment in cells --
743
+ %cellvalign; -- vertical alignment in cells --
744
+ >
745
+
746
+ <!--
747
+ COL elements define the alignment properties for cells in
748
+ one or more columns.
749
+
750
+ The WIDTH attribute specifies the width of the columns, e.g.
751
+
752
+ width=64 width in screen pixels
753
+ width=0.5* relative width of 0.5
754
+
755
+ The SPAN attribute causes the attributes of one
756
+ COL element to apply to more than one column.
757
+ -->
758
+ <!ATTLIST COL -- column groups and properties --
759
+ %attrs; -- %coreattrs, %i18n, %events --
760
+ span NUMBER 1 -- COL attributes affect N columns --
761
+ width %MultiLength; #IMPLIED -- column width specification --
762
+ %cellhalign; -- horizontal alignment in cells --
763
+ %cellvalign; -- vertical alignment in cells --
764
+ >
765
+
766
+ <!--
767
+ Use THEAD to duplicate headers when breaking table
768
+ across page boundaries, or for static headers when
769
+ TBODY sections are rendered in scrolling panel.
770
+
771
+ Use TFOOT to duplicate footers when breaking table
772
+ across page boundaries, or for static footers when
773
+ TBODY sections are rendered in scrolling panel.
774
+
775
+ Use multiple TBODY sections when rules are needed
776
+ between groups of table rows.
777
+ -->
778
+ <!ATTLIST (THEAD|TBODY|TFOOT) -- table section --
779
+ %attrs; -- %coreattrs, %i18n, %events --
780
+ %cellhalign; -- horizontal alignment in cells --
781
+ %cellvalign; -- vertical alignment in cells --
782
+ >
783
+
784
+ <!ATTLIST TR -- table row --
785
+ %attrs; -- %coreattrs, %i18n, %events --
786
+ %cellhalign; -- horizontal alignment in cells --
787
+ %cellvalign; -- vertical alignment in cells --
788
+ >
789
+
790
+
791
+ <!-- Scope is simpler than headers attribute for common tables -->
792
+ <!ENTITY % Scope "(row|col|rowgroup|colgroup)">
793
+
794
+ <!-- TH is for headers, TD for data, but for cells acting as both use TD -->
795
+ <!ATTLIST (TH|TD) -- header or data cell --
796
+ %attrs; -- %coreattrs, %i18n, %events --
797
+ abbr %Text; #IMPLIED -- abbreviation for header cell --
798
+ axis CDATA #IMPLIED -- comma-separated list of related headers--
799
+ headers IDREFS #IMPLIED -- list of id's for header cells --
800
+ scope %Scope; #IMPLIED -- scope covered by header cells --
801
+ rowspan NUMBER 1 -- number of rows spanned by cell --
802
+ colspan NUMBER 1 -- number of cols spanned by cell --
803
+ %cellhalign; -- horizontal alignment in cells --
804
+ %cellvalign; -- vertical alignment in cells --
805
+ >
806
+
807
+
808
+ <!--================ Document Head =======================================-->
809
+ <!-- %head.misc; defined earlier on as "SCRIPT|STYLE|META|LINK|OBJECT" -->
810
+ <!ENTITY % head.content "TITLE & BASE?">
811
+
812
+ <!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head -->
813
+ <!ATTLIST HEAD
814
+ %i18n; -- lang, dir --
815
+ profile %URI; #IMPLIED -- named dictionary of meta info --
816
+ >
817
+
818
+ <!-- The TITLE element is not considered part of the flow of text.
819
+ It should be displayed, for example as the page header or
820
+ window title. Exactly one title is required per document.
821
+ -->
822
+ <!ELEMENT TITLE - - (#PCDATA) -(%head.misc;) -- document title -->
823
+ <!ATTLIST TITLE %i18n>
824
+
825
+
826
+ <!ELEMENT BASE - O EMPTY -- document base URI -->
827
+ <!ATTLIST BASE
828
+ href %URI; #REQUIRED -- URI that acts as base URI --
829
+ >
830
+
831
+ <!ELEMENT META - O EMPTY -- generic metainformation -->
832
+ <!ATTLIST META
833
+ %i18n; -- lang, dir, for use with content --
834
+ http-equiv NAME #IMPLIED -- HTTP response header name --
835
+ name NAME #IMPLIED -- metainformation name --
836
+ content CDATA #REQUIRED -- associated information --
837
+ scheme CDATA #IMPLIED -- select form of content --
838
+ >
839
+
840
+ <!ELEMENT STYLE - - %StyleSheet -- style info -->
841
+ <!ATTLIST STYLE
842
+ %i18n; -- lang, dir, for use with title --
843
+ type %ContentType; #REQUIRED -- content type of style language --
844
+ media %MediaDesc; #IMPLIED -- designed for use with these media --
845
+ title %Text; #IMPLIED -- advisory title --
846
+ >
847
+
848
+ <!ELEMENT SCRIPT - - %Script; -- script statements -->
849
+ <!ATTLIST SCRIPT
850
+ charset %Charset; #IMPLIED -- char encoding of linked resource --
851
+ type %ContentType; #REQUIRED -- content type of script language --
852
+ src %URI; #IMPLIED -- URI for an external script --
853
+ defer (defer) #IMPLIED -- UA may defer execution of script --
854
+ event CDATA #IMPLIED -- reserved for possible future use --
855
+ for %URI; #IMPLIED -- reserved for possible future use --
856
+ >
857
+
858
+ <!ELEMENT NOSCRIPT - - (%block;)+
859
+ -- alternate content container for non script-based rendering -->
860
+ <!ATTLIST NOSCRIPT
861
+ %attrs; -- %coreattrs, %i18n, %events --
862
+ >
863
+
864
+ <!--================ Document Structure ==================================-->
865
+ <!ENTITY % html.content "HEAD, BODY">
866
+
867
+ <!ELEMENT HTML O O (%html.content;) -- document root element -->
868
+ <!ATTLIST HTML
869
+ %i18n; -- lang, dir --
870
+ >