-
Notifications
You must be signed in to change notification settings - Fork 1
Description
As far as I can see, there is no testcase making use of the package level OPC Core Properties. as mentioned in
https://github.com/3MFConsortium/spec_core/blob/master/3MF%20Core%20Specification.md#62-core-properties
Also, the specification does not mention what should be done if there is both a Package level Core Properties file and <metadata> elements in the top-level XML model file (https://github.com/3MFConsortium/spec_core/blob/master/3MF%20Core%20Specification.md#341-metadata)
a) Only the Core Properties file should be considered
b) Both should be merged
c) Extend the package with a standalone Application Properties part (like done for OPC based Office XML formats).
(a) would ignore any properties defined for 3MF, but not part of the OPC Core Properties (ECMA-376 Part 2). (3) Would cause additional overhead (rendering most of the OPC Core Properties benefits moot, raising both implementation and runtime requirements). (c) would be preferred, but is not specified.