File: dbstart.rnc

package info (click to toggle)
nxml-mode 20041004-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,476 kB
  • ctags: 1,106
  • sloc: lisp: 27,512; xml: 686; makefile: 118; sh: 117
file content (23 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This choice of root elements comes from the 1.0b1 RNG schema at
# http://www.oasis-open.org/docbook/relaxng/1.0b1/index.shtml

start = 
  set
  | setindex
  | book
  | part
  | reference
  | preface
  | chapter
  | appendix
  | article
  | bibliography
  | glossary
  | index
  | refentry
  | sect1
  | sect2
  | sect3
  | sect4
  | sect5
  | section