12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
|
default namespace = "http://cms.bloomsbury.com/content-status"
|
||
|
|
||
|
start =
|
||
|
element workflow {
|
||
|
element status {
|
||
|
attribute label { text },
|
||
|
attribute xml:id { xsd:ID },
|
||
|
element nextStatus {
|
||
|
attribute ref { xsd:IDREF }
|
||
|
}*
|
||
|
}+
|
||
|
}
|