File: error.rnc

package info (click to toggle)
swift 2.35.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,760 kB
  • sloc: python: 281,901; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (11 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
start =
  element Error {
    element Code { xsd:string },
    element Message { xsd:string },
    DebugInfo*
  }

DebugInfo =
  element * {
    (attribute * { text } | text | DebugInfo)*
  }