Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/IDTA-01005/modules/ROOT/pages/aasx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`; `/<file_path>/_rels/<filename>.rels` (where `<filename>` is a file in the package that is source of relationships and `<file_path>` is the path to that file),
Expand Down
6 changes: 6 additions & 0 deletions documentation/IDTA-01005/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
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]),

Check warning on line 22 in documentation/IDTA-01005/modules/ROOT/pages/changelog.adoc

View workflow job for this annotation

GitHub Actions / qodana

Typo

Typo: In word 'provisory'

Check warning

Code scanning / QDJVMC

Typo Warning documentation

Typo: In word 'provisory'

== Changes V3.1 vs. V3.0.1

Major Changes:
Expand Down
Loading