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
12 changes: 12 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,18 @@ 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

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 V3.1.1 vs. V3.1

Bugfixes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Their definition is outside the scope of this document.
The meaning and format of xsd types is specified in XML Schema 1.0 (https://www.w3.org/TR/xmlschema-2).
The simple type "langString" is specified in the Resource Description Framework (RDF) footnote:[see: https://www.w3.org/TR/rdf11-concepts/].

====
Note: 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.
====

See xref:spec-metamodel/constraints.adoc#constraints-for-types[Constraints for Types] for constraints on types.

.Simple Data Types Used in Metamodel
Expand Down
Loading