Skip to content

update to V3.0.1( DataTypeDefXsd, PathType) #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 15, 2024
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
Binary file modified documentation/IDTA-01001/modules/ROOT/images/image54.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Major Changes:


* New value "Role" to enumeration AssetKind (https://github.com/admin-shell-io/aas-specs/issues/294[#294])
* Change PathType: support complete URI scheme for files RFC2396 conformant to anyURI of XML Schema 1.0, Part 2 (https://github.com/admin-shell-io/aas-specs/issues/299[#299])
* Data type Identifier: change length from 2000 to 2048 characters (https://github.com/admin-shell-io/aas-specs/issues/306[#306])
* Referable/idShort and Constraint AASd-002: now also allows hyphens to be included in name (https://github.com/admin-shell-io/aas-specs/issues/295[#295])
* Entity/entityType and Constraint AASd-014: entityType now optional (https://github.com/admin-shell-io/aas-specs/issues/287[#287])
Expand Down Expand Up @@ -101,7 +100,6 @@ Minor Changes:
| {empty} | xref:Spec/IDTA-01001_Metamodel_SubmodelElements.adoc#Entity[Entity/entityType] a| now optional
| {empty} | xref:Spec/IDTA-01001_Metamodel_DataTypes.adoc#Identifier[Identifier] a| data type: change length from 2000 to 2024 characters
| {empty} | xref:Spec/IDTA-01001_Metamodel_DataTypes.adoc#NameType[NameType] a| implicit change due to change of Constraint AASd-002
| {empty} | xref:Spec/IDTA-01001_Metamodel_DataTypes.adoc#PathType[PathType] a| extend data type to support complete URI scheme for files RFC2396
|{empty} | xref:Spec/IDTA-01001_Metamodel_Common.adoc#Referable[Referable/idShort] a| implicit change because constraint AASd-002 now also allows hyphen
| {empty} | xref:Spec/IDTA-01001_Metamodel_SubmodelElements.adoc#RelationshipElement[RelationshipElement/first] a| now optional
| {empty} | xref:Spec/IDTA-01001_Metamodel_SubmodelElements.adoc#RelationshipElement[RelationshipElement/second] a| now optional
Expand Down Expand Up @@ -138,6 +136,10 @@ Major Bugfixes:

* CHANGE: DataTypeDefXsd all links now reference correctly to XML Schema 1.0 (xmlschema-2) not to XML Schema V1.1 (xmlschema11-2) (https://github.com/admin-shell-io/aas-specs/issues/312[#312], https://github.com/admin-shell-io/aas-specs/issues/363[#363]), i.e. remove xs:yearMonthDuration + editorial changes (remove redundant entries, sort entries. Additionally, added notes that RDF is using XML Schema 1.1 but a subset.

* CHANGE: support relative path for SubmodelElement File,
PathType: support complete URI scheme for files RFC2396 conformant to anyURI of XML Schema 1.0, Part 2 (https://github.com/admin-shell-io/aas-specs/issues/299[#299])


* CHANGE: Constraint AASd-116 globalAssetId + added note that globalAssetId should only be used in discovery functionality but not as value for SpecificAssetId/name (https://github.com/admin-shell-io/aas-specs/issues/390[#390])

* CHANGE: make EmbeddedDataSpecification/dataSpecification mandatory (as implemented in schemas) (https://github.com/admin-shell-io/aas-specs/issues/296[#296])
Expand All @@ -153,6 +155,7 @@ Other Bugfixes:
* (Editorial) HasKind/kind explanatary text: use template, not type (https://github.com/admin-shell-io/aas-specs/issues/313[#313])
* (Editorial) Qualifier/Kind changed to Qualifier/kind (typo in table, UML and schema correct)
* (Editorial) BasicEventElement/Direction and BasicEventElement/State changed to BasicEventElement/direction and BasicEventElement/state typo in table, UML and schema correct)
* Fix figure for DataTypeDefXsd: ordering was not correct, xs:float moved to its place
* (Editorial) fix figure "Association" in Annex for UML (https://github.com/admin-shell-io/aas-specs/issues/328[#328])
* (Editorial) change recommendation to use a global reference to use an external reference, same for externalSubjectId: it is an external reference.
* (Editorial) JSON and XML Schema references to github admin-shell-io reformulated
Expand All @@ -172,8 +175,13 @@ Other Bugfixes:

Updated links to XML Schema 1.0 (not 1.1)
|(x)| EmbeddedDataSpecification/dataSpecification a| (bugfix in Text only) now mandatory
| {empty} | xref:Spec/IDTA-01001_Metamodel_SubmodelElements.adoc#File[File/value] a| Type was extended, see PathType
|(x) | xref:Spec/IDTA-01001_Metamodel_DataTypes.adoc#MultiLanguageNameType[MultiLanguageNameType] a| (bugfix in Text only) maxLength=128 (as derived and implemented)
| {empty} | xref:Spec/IDTA-01001_Metamodel_DataTypes.adoc#PathType[PathType] a| string instead of Identifier but with same length constraints

extend data type to support complete URI scheme for files RFC2396
|(x) | xref:Spec/IDTA-01001_Metamodel_Common.adoc#Qualifier[Qualifier/Kind] a| (bugfix in Text only) attribute starts with small letter
| {empty} | xref:Spec/IDTA-01001_Metamodel_SubmodelElements.adoc#Resource[Resource/path] a| Type was extended, see PathType
|===

.New, Changed or Removed Constraints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ a|_string_ with max 128 and min 1 characters |"ManufacturerPartId"
.2+e|[[PathType]]PathType 2+| `\https://admin-shell.io/aas/3/1/PathType`
a|

_string_

_string_
with max 2048 and min 1 characters

conformant to an URI as per https://www.w3.org/TR/xmlschema-2/#RFC2396[RFC 2396]
Expand Down Expand Up @@ -217,7 +216,7 @@ a|
_string_ with max 4 and min 1 characters
following the following regular expression:

^([0-9]\|[1-9][0-9]*)$
`^([0-9]\|[1-9][0-9]*)$`

a|
"0"
Expand All @@ -238,7 +237,7 @@ _string_ with max 4 and min 1 characters

following the following regular expression:

^([0-9]\|[1-9][0-9]*)$
`^([0-9]\|[1-9][0-9]*)$`

a|
"1"
Expand Down
2 changes: 2 additions & 0 deletions documentation/IDTA-01001/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Feedback:

== Editorial Notes

=== History

This document (version 3.1) was produced by the Work Stream "Specification of the Asset Administration Shell" of the Working Group "Open Technology" of the https://industrialdigitaltwin.org/[Industrial Digital Twin Association (IDTA)]. It is the first version published as html document and maintained completely open source.

Version 3.0, a major release, was finalized from June 2022 to January 2023 by the joint sub working group "Asset Administration Shell" of the working group "Reference Architectures, Standards and Norms" of the Plattform Industrie 4.0 and the working group "Open Technology" of the Industrial Digital Twin Association (IDTA). It is the first release published by the Industrial Digital Twin Association.
Expand Down
Loading