15.2.6 Custom XML Data Storage Properties Part

15.2.6 Custom XML Data Storage Properties Part

Content Type:

application/vnd.openxmlformats-officedocument.customXmlProperties+xml

Root Namespace:

http://purl.oclc.org/ooxml/officeDocument/customXmlDataProps

Source Relationship:

http://purl.oclc.org/ooxml/officeDocument/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: The following Custom XML Data Storage part-relationship item contains a relationship to a Custom XML Data Storage Properties part, which is stored in the ZIP item itemProps1.xml:

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

end example]

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

[Example:

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

end example]

A Custom XML Data Storage Properties part shall be located within the package containing the relationships part (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 ISO/IEC 29500.

Last updated on