-
Notifications
You must be signed in to change notification settings - Fork 35
Fix P0 AAS XML/AASX compliance and spec alignment #458
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
base: main
Are you sure you want to change the base?
Changes from all commits
764c693
650e494
f6ae093
843397f
2403df3
ecd3800
c2c61f3
4e4b862
9eba709
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -150,7 +150,7 @@ public class AASSimple { | |
| private static final String SUBMODEL_OPERATIONAL_DATA_PROPERTY_VALUE = "4370"; | ||
| private static final String SUBMODEL_OPERATIONAL_DATA_PROPERTY_VALUETYPE = "integer"; | ||
| public static final String AAS_3_1_DATA_SPECIFICATION_IEC_61360 = | ||
| "https://admin-shell.io/aas/3/1/DataSpecificationIec61360"; | ||
| "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3"; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above |
||
|
|
||
| public AASSimple() {} | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -149,7 +149,7 @@ public class Examples { | |
| new DefaultKey.Builder() | ||
| .type(KeyTypes.GLOBAL_REFERENCE) | ||
| .value( | ||
| "https://admin-shell.io/aas/3/1/DataSpecificationIec61360") | ||
| "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3") | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above |
||
| .build()) | ||
| .build()) | ||
| .build()) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ | |
| "dataSpecification" : { | ||
| "keys" : [ { | ||
| "type" : "GlobalReference", | ||
| "value" : "https://admin-shell.io/aas/3/1/DataSpecificationIec61360" | ||
| "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above |
||
| } ], | ||
| "type" : "ExternalReference" | ||
| }, | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above regarding 'DataSpecificationIec61360' |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above regarding 'DataSpecificationIec61360' |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above regarding 'DataSpecificationIec61360' |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above regarding 'DataSpecificationIec61360' |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above regarding 'DataSpecificationIec61360' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per the latest documentation of IDTA-01003-a - Data Specification IEC61360, the schema for IEC61360 is included as embedded data specification in the release of IDTA-01001-3-1 or its bugfix releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to look up the link again (I should add that to the commit): https://industrialdigitaltwin.io/aas-specifications/IDTA-01003-a/v3.1.1/specification.html Your thoughts?