aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/proviola/movie-pp.rnc
blob: 86ee33ebeb1a8eaaff09e58bc48c51bc084d4560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
default namespace = ""

start =
  element movie {
    element film {
      element frame {
        attribute frameNumber { xsd:integer },
        element command { text },
        element response { text },
        element command-pp { part+ },
        element response-pp { part* }
      }+
    }
  }
part =
  element part {
    attribute class { classname },
    text
  }

classname = "plain" | "comment" | "obligation" | "label"