File: Book.rngc

package info (click to toggle)
xmlunit 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,456 kB
  • sloc: java: 11,316; xml: 4,515; makefile: 8; php: 1
file content (9 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
namespace b = "http://www.publishing.org"

element b:Book {
    element b:Title { text },
    element b:Author { text }+,
    element b:Date { text },
    element b:ISBN { text },
    element b:Publisher { text }
}