File: vml-presentationDrawing.rnc

package info (click to toggle)
python-docx 1.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,904 kB
  • sloc: xml: 25,311; python: 23,028; makefile: 176
file content (11 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
default namespace = "urn:schemas-microsoft-com:office:powerpoint"
namespace o = "urn:schemas-microsoft-com:office:office"
namespace pvml = "urn:schemas-microsoft-com:office:powerpoint"
namespace v = "urn:schemas-microsoft-com:vml"
namespace w10 = "urn:schemas-microsoft-com:office:word"
namespace x = "urn:schemas-microsoft-com:office:excel"

pvml_iscomment = element iscomment { pvml_CT_Empty }
pvml_textdata = element textdata { pvml_CT_Rel }
pvml_CT_Empty = empty
pvml_CT_Rel = attribute id { xsd:string }?