Skip to content
Open
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
6 changes: 6 additions & 0 deletions documentation/IDTA-01001/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Note: before V3.0, the security metamodel (now IDTA-01004) and the predefined da
They had separate sections and tables documenting the changes.
====


== Changes V3.1.2 vs. V3.1.1

Bugfixes:
Expand All @@ -56,6 +57,10 @@ Bugfixes:
* CHANGED: preamble, review process as defined in IDTA
* editorial fixes

Minor:

* NEW: add new note for XML Schema data types compared to IEEE 754 definitions (https://github.com/admin-shell-io/aas-specs-metamodel/issues/620[#620])

.Changes in Metamodel
[cols="5%,42%,48%",options="header",]
|===
Expand Down Expand Up @@ -89,6 +94,7 @@ Constraint AASd-021: Every qualifiable shall only have one qualifier with the sa

|===


== Changes V3.1.1 vs. V3.1

Bugfixes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ That is why they are excluded from the allowed data types in xref:DataTypeDefXsd
Note 2: additionally, the following RDF types are not supported in xref:DataTypeDefXsd[DataTypeDefXsd]: HTML and XMLLiteral.
====

====
Note 3: Numeric data types in XML Schema are based on the definitions of IEEE 754 with slight adoptions. For instance, float and double types use different exponent ranges. In any case, solely the XML Schema data type definitions are applicable for AAS values.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding a reference for this statement "based on IECC 754" would be nice

====

.DefTypeDefRdf Enumeration
[plantuml, 53-data-type-def-rdf, svg]
....
Expand Down
Loading