teacup/schemas/content-statuses.rnc

12 lines
274 B
Plaintext
Raw Permalink Normal View History

2021-12-15 11:29:23 +00:00
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 }
}*
}+
}