Custom XML Data Storage Properties Part

Content Type:

application/vnd.openxmlformats-officedocument.customXmlProperties+xml

Root Namespace:

http://schemas.openxmlformats.org/officeDocument/2006/customXmlDataProps

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps

An instance of this part type contains the set of properties which are specified for this custom XML data. These properties consist of a unique ID for the storage, as well as information on the set of XML schemas used by this custom XML data storage.

A package is permitted to contain zero or more Custom XML Data Storage Properties parts, and each such part shall be the target of an implicit relationship from a Custom XML Data Storage (§15.2.4) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId1" 
    Type="http://…/customXmlProps" Target="itemProps1.xml"/>
</Relationships>

The root element for a part of this content type shall be< datastoreItem>.

example:
<ds:datastoreItem ds:itemID="{D85…53A}" xmlns:ds="…"/> \

A Custom XML Data Storage Properties part shall be located within the package containing the source relationship (expressed syntactically, the @TargetMode attribute of the <Relationship> element shall be Internal).

A Custom XML Data Storage Properties part shall not have implicit or explicit relationships to other parts defined by this Standard.