teacup/schemas/content-formats.rnc

11 lines
282 B
Plaintext
Raw Permalink Normal View History

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