forked from python-openxml/python-docx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdml-picture.rnc
More file actions
18 lines (17 loc) · 770 Bytes
/
dml-picture.rnc
File metadata and controls
18 lines (17 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
default namespace =
"http://schemas.openxmlformats.org/drawingml/2006/picture"
namespace a = "http://schemas.openxmlformats.org/drawingml/2006/main"
namespace dpct =
"http://schemas.openxmlformats.org/drawingml/2006/picture"
namespace o = "urn:schemas-microsoft-com:office:office"
namespace v = "urn:schemas-microsoft-com:vml"
namespace w10 = "urn:schemas-microsoft-com:office:word"
namespace x = "urn:schemas-microsoft-com:office:excel"
dpct_CT_PictureNonVisual =
element cNvPr { a_CT_NonVisualDrawingProps },
element cNvPicPr { a_CT_NonVisualPictureProperties }
dpct_CT_Picture =
element nvPicPr { dpct_CT_PictureNonVisual },
element blipFill { a_CT_BlipFillProperties },
element spPr { a_CT_ShapeProperties }
dpct_pic = element pic { dpct_CT_Picture }