diff --git a/test/compliance_tool/files/test_demo_full_example.json b/test/compliance_tool/files/test_demo_full_example.json index fa3e4683f..4e4a4cccd 100644 --- a/test/compliance_tool/files/test_demo_full_example.json +++ b/test/compliance_tool/files/test_demo_full_example.json @@ -1424,7 +1424,6 @@ }, "value": [ { - "idShort": "ExampleProperty", "displayName": [ { "language": "en-US", @@ -1595,7 +1594,6 @@ ] }, { - "idShort": "ExampleProperty2", "displayName": [ { "language": "en-US", @@ -1754,7 +1752,6 @@ "modelType": "SubmodelElementList", "value": [ { - "idShort": "ExampleSubmodelCollection", "modelType": "SubmodelElementCollection", "value": [ { @@ -1796,7 +1793,6 @@ ] }, { - "idShort": "ExampleSubmodelCollection2", "modelType": "SubmodelElementCollection" } ] @@ -2757,7 +2753,7 @@ } ] }, - "orderRelevant": false, + "orderRelevant": true, "category": "PARAMETER", "description": [ { @@ -2782,7 +2778,6 @@ "kind": "Template", "value": [ { - "idShort": "ExampleSubmodelCollection", "category": "PARAMETER", "description": [ { @@ -2995,7 +2990,6 @@ ] }, { - "idShort": "ExampleSubmodelCollection2", "category": "PARAMETER", "description": [ { @@ -3033,7 +3027,7 @@ } ] }, - "orderRelevant": false, + "orderRelevant": true, "category": "PARAMETER", "description": [ { diff --git a/test/compliance_tool/files/test_demo_full_example.xml b/test/compliance_tool/files/test_demo_full_example.xml index 81cd70cca..e326a6b93 100644 --- a/test/compliance_tool/files/test_demo_full_example.xml +++ b/test/compliance_tool/files/test_demo_full_example.xml @@ -1180,7 +1180,6 @@ CONSTANT - ExampleProperty en-US @@ -1341,7 +1340,6 @@ CONSTANT - ExampleProperty2 en-US @@ -1624,7 +1622,6 @@ ExampleSubmodelList - ExampleSubmodelCollection Instance @@ -1663,7 +1660,6 @@ - ExampleSubmodelCollection2 Instance @@ -2632,11 +2628,10 @@ - false + true PARAMETER - ExampleSubmodelCollection en-US @@ -2838,7 +2833,6 @@ PARAMETER - ExampleSubmodelCollection2 en-US @@ -2895,7 +2889,7 @@ - false + true ExternalReference diff --git a/test/compliance_tool/files/test_demo_full_example_json.aasx b/test/compliance_tool/files/test_demo_full_example_json.aasx index ff6bfc7d2..63acdad6d 100644 Binary files a/test/compliance_tool/files/test_demo_full_example_json.aasx and b/test/compliance_tool/files/test_demo_full_example_json.aasx differ diff --git a/test/compliance_tool/files/test_demo_full_example_wrong_attribute.json b/test/compliance_tool/files/test_demo_full_example_wrong_attribute.json index af711187a..e12d885b4 100644 --- a/test/compliance_tool/files/test_demo_full_example_wrong_attribute.json +++ b/test/compliance_tool/files/test_demo_full_example_wrong_attribute.json @@ -1424,7 +1424,6 @@ }, "value": [ { - "idShort": "ExampleProperty", "displayName": [ { "language": "en-US", @@ -1595,7 +1594,6 @@ ] }, { - "idShort": "ExampleProperty2", "displayName": [ { "language": "en-US", @@ -1754,7 +1752,6 @@ "modelType": "SubmodelElementList", "value": [ { - "idShort": "ExampleSubmodelCollection", "modelType": "SubmodelElementCollection", "value": [ { @@ -1796,7 +1793,6 @@ ] }, { - "idShort": "ExampleSubmodelCollection2", "modelType": "SubmodelElementCollection" } ] @@ -2757,7 +2753,7 @@ } ] }, - "orderRelevant": false, + "orderRelevant": true, "category": "PARAMETER", "description": [ { @@ -2782,7 +2778,6 @@ "kind": "Template", "value": [ { - "idShort": "ExampleSubmodelCollection", "category": "PARAMETER", "description": [ { @@ -2995,7 +2990,6 @@ ] }, { - "idShort": "ExampleSubmodelCollection2", "category": "PARAMETER", "description": [ { @@ -3033,7 +3027,7 @@ } ] }, - "orderRelevant": false, + "orderRelevant": true, "category": "PARAMETER", "description": [ { diff --git a/test/compliance_tool/files/test_demo_full_example_wrong_attribute.xml b/test/compliance_tool/files/test_demo_full_example_wrong_attribute.xml index 475b5ff0b..d9270489c 100644 --- a/test/compliance_tool/files/test_demo_full_example_wrong_attribute.xml +++ b/test/compliance_tool/files/test_demo_full_example_wrong_attribute.xml @@ -1180,7 +1180,6 @@ CONSTANT - ExampleProperty en-US @@ -1341,7 +1340,6 @@ CONSTANT - ExampleProperty2 en-US @@ -1624,7 +1622,6 @@ ExampleSubmodelList - ExampleSubmodelCollection Instance @@ -1663,7 +1660,6 @@ - ExampleSubmodelCollection2 Instance @@ -2632,11 +2628,10 @@ - false + true PARAMETER - ExampleSubmodelCollection en-US @@ -2838,7 +2833,6 @@ PARAMETER - ExampleSubmodelCollection2 en-US @@ -2895,7 +2889,7 @@ - false + true ExternalReference diff --git a/test/compliance_tool/files/test_demo_full_example_xml.aasx b/test/compliance_tool/files/test_demo_full_example_xml.aasx index b513a52cd..e249b5acd 100644 Binary files a/test/compliance_tool/files/test_demo_full_example_xml.aasx and b/test/compliance_tool/files/test_demo_full_example_xml.aasx differ diff --git a/test/compliance_tool/files/test_demo_full_example_xml_wrong_attribute.aasx b/test/compliance_tool/files/test_demo_full_example_xml_wrong_attribute.aasx index 06bc98b31..18495fdae 100644 Binary files a/test/compliance_tool/files/test_demo_full_example_xml_wrong_attribute.aasx and b/test/compliance_tool/files/test_demo_full_example_xml_wrong_attribute.aasx differ