teacup/rnc/content-types.rnc

11 lines
285 B
Plaintext
Raw Permalink Normal View History

2021-12-15 11:29:23 +00:00
default namespace = "http://cms.bloomsbury.com/content-type"
start =
element controlledList {
attribute scope { xsd:NCName },
element name {
attribute label { text },
attribute metadataOnly { xsd:boolean }?,
attribute xml:id { xsd:ID }
}+
}