customxml
customxml
¶
Custom element classes for the custom XML data store's properties part.
customXml/itemProps1.xml is the sidecar of customXml/item1.xml: it carries the GUID
Word identifies the store item by, and the namespaces of the schemas the item claims to
conform to. The item itself is arbitrary caller-supplied XML with no element classes of
its own.
CT_DatastoreSchemaRef
¶
CT_DatastoreSchemaRefs
¶
CT_DatastoreItem
¶
Bases: BaseOxmlElement
ds:datastoreItem, the root element of a customXml/itemPropsN.xml part.
schema_ref_uris
property
¶
The schema namespaces this item claims, in document order.
new
classmethod
¶
new(
item_id: str, schema_refs: tuple[str, ...] = ()
) -> CT_DatastoreItem
A newly created ds:datastoreItem for item_id naming schema_refs.