summaryrefslogtreecommitdiff
path: root/doc/s3api/rnc/error.rnc
blob: 0e352c71a6bbf9c2484ec5c11f904bae32564fbe (plain)
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)*
  }