From 1072c7dc12112e6558bf6a5a7e86d6f90708edf1 Mon Sep 17 00:00:00 2001 From: birgitboss Date: Mon, 23 Mar 2026 17:10:12 +0100 Subject: [PATCH] #41 new IANA MIME-type application/aas+zip --- documentation/IDTA-01005/modules/ROOT/pages/aasx.adoc | 2 +- documentation/IDTA-01005/modules/ROOT/pages/changelog.adoc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/documentation/IDTA-01005/modules/ROOT/pages/aasx.adoc b/documentation/IDTA-01005/modules/ROOT/pages/aasx.adoc index ba0bef1..9210f28 100644 --- a/documentation/IDTA-01005/modules/ROOT/pages/aasx.adoc +++ b/documentation/IDTA-01005/modules/ROOT/pages/aasx.adoc @@ -43,7 +43,7 @@ The Asset Administration Shell Package (AASX) format is derived from the Open Pa * package format and rules according to ISO/IEC 29500-2:2012; any derivate format from this standard (such as the AASX format) requires the definition of a logical model, a physical model, and a security model; the specific conventions are described in the next subsections. * file extension for the AASX format *.aasx*, -* MIME-type for the AASX format: application/asset-administration-shell-packagefootnote:[The current MIME-type is provisory and needs to be requested officially.], +* MIME-type for the AASX format: application/aas+zipfootnote:[This MIME-type is registered at IANA: https://www.iana.org/assignments/media-types/media-types.xhtml.], * *icon* for the AASXfootnote:[No official icon for aasx extension available so far.], * identification of the AASX format by the file extension and content (MIME) type, which can be identified content-wise when reading the first relationship file `/_rels/.rels` (as defined in Open Packaging Conventions) and looking for a relationship type `\http://admin-shell.io/aasx/relationships/aasx-origin` (which is the entry point for the logical model of the Asset Administration Shell), * note that the following paths and filenames in the package are already reserved by the Open Packaging Conventions specification and shall therefore not be used for any derivative format: `/[Content_Types].xml`; `/_rels/.rels`; `//_rels/.rels` (where `` is a file in the package that is source of relationships and `` is the path to that file), diff --git a/documentation/IDTA-01005/modules/ROOT/pages/changelog.adoc b/documentation/IDTA-01005/modules/ROOT/pages/changelog.adoc index e30e85b..44a2f50 100644 --- a/documentation/IDTA-01005/modules/ROOT/pages/changelog.adoc +++ b/documentation/IDTA-01005/modules/ROOT/pages/changelog.adoc @@ -15,6 +15,12 @@ SPDX-License-Identifier: CC-BY-4.0 This annex lists the changes from version to version of the file exchange format together with major changes in the overall document. Non-backward compatible changes (nc) are marked as such. +== Changes V3.2 vs. V3.1 + +Major Changes: + +* CHANGE: the provisory MIME-Type application/asset-administration-shell-package was substituted with the newly registered IANA MIME-Type application/aas+zip (https://github.com/admin-shell-io/aas-specs-aasx/issues/41[#41]), + == Changes V3.1 vs. V3.0.1 Major Changes: