Core File Properties Part

Content Type:

application/vnd.openxmlformats-package.core-properties+xml

Root Namespace:

http://schemas.openxmlformats.org/package/2006/metadata/core-properties

Source Relationship:

http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties

Core file properties enable users to discover, get, and set common sets of properties within packages. (These properties include creator name, creation date, title, and description.) These properties are stored using the appropriate Dublin Core properties whenever possible.

A package shall contain at most one Core File Properties part, and that part shall be the target of a relationship in the package-relationship item for the document.

example:
<Relationships xmlns="…">
  <Relationship Id="rId3"
     Type="http://…/core-properties" Target="docProps/core.xml"/>
</Relationships>

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

example:
<cp:coreProperties xmlns:cp="…" xmlns:dc="…" >
  <dc:title>Example File</dc:title>
  <dc:creator>Tristan Davis</dc:creator>
  <cp:lastModifiedBy>Tristan Davis</cp:lastModifiedBy>
  <cp:revision>1</cp:revision>
</cp:coreProperties>

A Core File 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 Core File Properties part shall not have implicit or explicit relationships to other parts defined by this Standard.