Skip to content
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

editorial changes #531

Draft
wants to merge 3 commits into
base: IDTA-01001-3-1_working
Choose a base branch
from
Draft
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
26 changes: 14 additions & 12 deletions documentation/IDTA-01001/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ https://github.com/admin-shell-io/aas-specs/issues/385[#385])
|{empty} |*New Elements V3.1 vs V3.0.1* |*Comment*

|{empty} | xref:spec-metamodel/referencing.adoc#AasContainerSubmodelElements[AasContainerSubmodelElements] | New enumeration for container submodel elements
|{empty} | xref:spec-metamodel/core.adoc#AssetKind[AssetKind/Role] | New value in enumeration
|{empty} | xref:spec-metamodel/referencing.adoc#AasNonContainerSubmodelElements[AasNonContainerSubmodelElements] | New enumeration for non-container submodel elements
|{empty} | xref:spec-metamodel/core.adoc#AssetKind[AssetKind/Role] | New value in enumeration
|===

.New, Changed or Removed Constraints
Expand Down Expand Up @@ -188,17 +188,6 @@ Constraint AASd-021: Every qualifiable can only have one qualifier with the same
changed to
Constraint AASd-021: Every qualifiable shall only have one qualifier with the same Qualifier/valueType.

|{empty} | AASd-116 | Update a|
Update version of globalAssetId

Constraint AASd-116:
"globalAssetId" (case-insensitive) is a reserved key for SpecificAssetId/name with the semantics as defined in `\https://admin-shell.io/aas/3/1/AssetInformation/globalAssetId`.

|{empty} | AASd-119 | Update a|
correct class name from "hasKind" to "HasKind"

Constraint AASd-119:# If any Qualifier/kind value of a Qualifiable/qualifier is equal to TemplateQualifier and the qualified element inherits from HasKind, the qualified element shall be of kind _Template_ (_HasKind/kind = "Template"_)

|{empty} |AASd-077 |Update a|
use "shall" instead of "need"

Expand All @@ -213,6 +202,19 @@ Constraint AASd-077: The name of an extension (Extension/name) within HasExtensi
Constraint AASd-090:
For data elements, category (inherited by Referable) shall be one of the following values: CONSTANT, PARAMETER or VARIABLE. Default: VARIABLE

|{empty} | AASd-116 | Update a|
Update version of globalAssetId

Constraint AASd-116:
"globalAssetId" (case-insensitive) is a reserved key for SpecificAssetId/name with the semantics as defined in `\https://admin-shell.io/aas/3/1/AssetInformation/globalAssetId`.

|{empty} | AASd-119 | Update a|
correct class name from "hasKind" to "HasKind"

Constraint AASd-119:# If any Qualifier/kind value of a Qualifiable/qualifier is equal to TemplateQualifier and the qualified element inherits from HasKind, the qualified element shall be of kind _Template_ (_HasKind/kind = "Template"_)



|{empty} | AASd-120 | Removed a|
Constraint AASd-120: idShort of submodel elements being a direct child of a SubmodelElementList shall not be specified.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ NaN
| e|xs:negativeInteger |Integer numbers <0 a|
-1

- 23487263847628376482736487263
-23487263847628376482736487263

| e|xs:nonPositiveInteger |Integer numbers ≤0 a|
-1
Expand Down
Loading