teacup/schemas/content-formats.rnc

11 lines
282 B
Plaintext

default namespace = "http://cms.bloomsbury.com/content-format"
start =
element controlledList {
attribute scope { xsd:NCName },
element name {
attribute label { text },
attribute mimeType { xsd:anyURI }?,
attribute xml:id { xsd:ID }
}+
}