diff --git a/test/compliance_tool/files/test_demo_full_example.json b/test/compliance_tool/files/test_demo_full_example.json index 3c2a65bc3..e222c0948 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", @@ -1792,7 +1790,6 @@ "modelType": "SubmodelElementList", "value": [ { - "idShort": "ExampleSubmodelCollection", "modelType": "SubmodelElementCollection", "value": [ { @@ -1834,7 +1831,6 @@ ] }, { - "idShort": "ExampleSubmodelCollection2", "modelType": "SubmodelElementCollection" } ] @@ -2795,7 +2791,7 @@ } ] }, - "orderRelevant": false, + "orderRelevant": true, "category": "PARAMETER", "description": [ { @@ -2820,7 +2816,6 @@ "kind": "Template", "value": [ { - "idShort": "ExampleSubmodelCollection", "category": "PARAMETER", "description": [ { @@ -3033,7 +3028,6 @@ ] }, { - "idShort": "ExampleSubmodelCollection2", "category": "PARAMETER", "description": [ { @@ -3071,7 +3065,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 e5fc6d966..25bf5e990 100644 --- a/test/compliance_tool/files/test_demo_full_example.xml +++ b/test/compliance_tool/files/test_demo_full_example.xml @@ -1219,7 +1219,6 @@ CONSTANT - ExampleProperty en-US @@ -1380,7 +1379,6 @@ CONSTANT - ExampleProperty2 en-US @@ -1663,7 +1661,6 @@ ExampleSubmodelList - ExampleSubmodelCollection Instance @@ -1702,7 +1699,6 @@ - ExampleSubmodelCollection2 Instance @@ -2671,11 +2667,10 @@ - false + true PARAMETER - ExampleSubmodelCollection en-US @@ -2877,7 +2872,6 @@ PARAMETER - ExampleSubmodelCollection2 en-US @@ -2934,7 +2928,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 85a0e5c7a..5aadbd099 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 0bd00b497..5a2e23771 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", @@ -1792,7 +1790,6 @@ "modelType": "SubmodelElementList", "value": [ { - "idShort": "ExampleSubmodelCollection", "modelType": "SubmodelElementCollection", "value": [ { @@ -1834,7 +1831,6 @@ ] }, { - "idShort": "ExampleSubmodelCollection2", "modelType": "SubmodelElementCollection" } ] @@ -2795,7 +2791,7 @@ } ] }, - "orderRelevant": false, + "orderRelevant": true, "category": "PARAMETER", "description": [ { @@ -2820,7 +2816,6 @@ "kind": "Template", "value": [ { - "idShort": "ExampleSubmodelCollection", "category": "PARAMETER", "description": [ { @@ -3033,7 +3028,6 @@ ] }, { - "idShort": "ExampleSubmodelCollection2", "category": "PARAMETER", "description": [ { @@ -3071,7 +3065,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 ab3c230e8..7c298293c 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 @@ -1219,7 +1219,6 @@ CONSTANT - ExampleProperty en-US @@ -1380,7 +1379,6 @@ CONSTANT - ExampleProperty2 en-US @@ -1663,7 +1661,6 @@ ExampleSubmodelList - ExampleSubmodelCollection Instance @@ -1702,7 +1699,6 @@ - ExampleSubmodelCollection2 Instance @@ -2671,11 +2667,10 @@ - false + true PARAMETER - ExampleSubmodelCollection en-US @@ -2877,7 +2872,6 @@ PARAMETER - ExampleSubmodelCollection2 en-US @@ -2934,7 +2928,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 4d1a1289a..da79139b5 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 394ed8323..056662187 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