Skip to content

Commit d2a487d

Browse files
committed
Update SDK to V3.1 of AAS Part 3a (IEC 61360)
1 parent 08f1231 commit d2a487d

14 files changed

Lines changed: 20 additions & 20 deletions

File tree

compliance_tool/aas_compliance_tool/schemas/aasJSONSchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"$ref": "#/definitions/Environment"
88
}
99
],
10-
"$id": "https://admin-shell.io/aas/3/0",
10+
"$id": "https://admin-shell.io/aas/3/1",
1111
"definitions": {
1212
"AasSubmodelElements": {
1313
"type": "string",

compliance_tool/aas_compliance_tool/schemas/aasXMLSchema.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="https://admin-shell.io/aas/3/0" elementFormDefault="qualified" targetNamespace="https://admin-shell.io/aas/3/0">
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="https://admin-shell.io/aas/3/1" elementFormDefault="qualified" targetNamespace="https://admin-shell.io/aas/3/1">
33
<xs:group name="abstractLangString">
44
<xs:sequence>
55
<xs:element name="language">

compliance_tool/test/files/test_demo_full_example.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
2+
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
33
<aas:assetAdministrationShells>
44
<aas:assetAdministrationShell>
55
<aas:idShort>TestAssetAdministrationShell</aas:idShort>

compliance_tool/test/files/test_demo_full_example_wrong_attribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
2+
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
33
<aas:assetAdministrationShells>
44
<aas:assetAdministrationShell>
55
<aas:idShort>TestAssetAdministrationShell123</aas:idShort>

compliance_tool/test/files/test_demo_full_example_xml_aasx/aasx/data.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
2+
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
33
<aas:assetAdministrationShells>
44
<aas:assetAdministrationShell>
55
<aas:idShort>TestAssetAdministrationShell</aas:idShort>

compliance_tool/test/files/test_demo_full_example_xml_wrong_attribute_aasx/aasx/data.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
2+
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
33
<aas:assetAdministrationShells>
44
<aas:assetAdministrationShell>
55
<aas:idShort>TestAssetAdministrationShell123</aas:idShort>

compliance_tool/test/files/test_deserializable_aas_warning.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/0">
2+
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/1">
33
<aas:assetAdministrationShells>
44
<aas:assetAdministrationShell>
55
<aas:idShort>TestAssetAdministrationShell</aas:idShort>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/0">
2+
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/1">
33
</aas:environment>

compliance_tool/test/files/test_not_deserializable_aas.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/0">
2+
<aas:environment xmlns:aas="https://admin-shell.io/aas/3/1">
33
<aas:assetAdministrationShells>
44
<aas:submodel>
55
<aas:idShort/>

sdk/basyx/aas/adapter/_generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828

2929
# XML Namespace definition
30-
XML_NS_MAP = {"aas": "https://admin-shell.io/aas/3/0"}
30+
XML_NS_MAP = {"aas": "https://admin-shell.io/aas/3/1"}
3131
XML_NS_AAS = "{" + XML_NS_MAP["aas"] + "}"
3232

3333
MODELLING_KIND: Dict[model.ModellingKind, str] = {

0 commit comments

Comments
 (0)