File: shared-customXmlDataProperties.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 (16 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
default namespace ds =
  "http://schemas.openxmlformats.org/officeDocument/2006/customXml"
namespace o = "urn:schemas-microsoft-com:office:office"
namespace s =
  "http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
namespace v = "urn:schemas-microsoft-com:vml"
namespace w10 = "urn:schemas-microsoft-com:office:word"
namespace x = "urn:schemas-microsoft-com:office:excel"

ds_CT_DatastoreSchemaRef = attribute ds:uri { xsd:string }
ds_CT_DatastoreSchemaRefs =
  element schemaRef { ds_CT_DatastoreSchemaRef }*
ds_CT_DatastoreItem =
  attribute ds:itemID { s_ST_Guid },
  element schemaRefs { ds_CT_DatastoreSchemaRefs }?
ds_datastoreItem = element datastoreItem { ds_CT_DatastoreItem }