File: shared-customXmlSchemaProperties.rnc

package info (click to toggle)
python-docx 1.2.0%2Bdfsg-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,216 kB
  • sloc: xml: 25,323; python: 23,414; makefile: 175
file content (14 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace o = "urn:schemas-microsoft-com:office:office"
default namespace sl =
  "http://schemas.openxmlformats.org/schemaLibrary/2006/main"
namespace v = "urn:schemas-microsoft-com:vml"
namespace w10 = "urn:schemas-microsoft-com:office:word"
namespace x = "urn:schemas-microsoft-com:office:excel"

sl_CT_Schema =
  attribute sl:uri { xsd:string }?,
  attribute sl:manifestLocation { xsd:string }?,
  attribute sl:schemaLocation { xsd:string }?,
  attribute sl:schemaLanguage { xsd:token }?
sl_CT_SchemaLibrary = element schema { sl_CT_Schema }*
sl_schemaLibrary = element schemaLibrary { sl_CT_SchemaLibrary }