32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
# Overrides declarations of certain elements to allow decoration with
|
|
# WordProcessingML attributes
|
|
#
|
|
# Author: Andrew Sales
|
|
# Date: 20171024
|
|
# Project: XML CMS
|
|
#
|
|
# ***N.B. THIS SCHEMA IS PROVIDED FOR THIS PURPOSE ALONE AND DOES NOT PROVIDE VALIDITY
|
|
# TO ANY OTHER PRODUCTION PROCESS***
|
|
|
|
default namespace = "http://docbook.org/ns/docbook"
|
|
namespace w = 'http://schemas.openxmlformats.org/wordprocessingml/2006/main'
|
|
|
|
#Word stylename
|
|
word-style-att = attribute w:style{text}
|
|
|
|
#extend attribute lists:
|
|
#title, para, simpara, emphasis, phrase, term, informaltable, entry, listitem
|
|
db.title.attlist &= word-style-att?
|
|
db.para.attlist &= word-style-att?
|
|
db.simpara.attlist &= word-style-att?
|
|
db.emphasis.attlist &= word-style-att?
|
|
db.phrase.attlist &= word-style-att?
|
|
db.term.attlist &= word-style-att?
|
|
db.cals.informaltable.attlist &= word-style-att?
|
|
db.entry.attlist &= word-style-att?, attribute w:text-align{text}?
|
|
db.listitem.attlist &= attribute w:type{text}?
|
|
|
|
include "bloomsbury-mods.rnc"
|
|
{
|
|
|
|
} |