@@ -124,7 +124,7 @@ public class AASFull {
124124 .build ();
125125
126126 public static final AssetAdministrationShell AAS_2 = new DefaultAssetAdministrationShell .Builder ()
127- .idShort ("" )
127+ .idShort ("Test_AssetAdministrationShell_Mandatory " )
128128 .identification (new DefaultIdentifier .Builder ()
129129 .idType (IdentifierType .IRI )
130130 .identifier ("https://acplt.org/Test_AssetAdministrationShell_Mandatory" )
@@ -156,7 +156,7 @@ public class AASFull {
156156 .build ();
157157
158158 public static final AssetAdministrationShell AAS_3 = new DefaultAssetAdministrationShell .Builder ()
159- .idShort ("" )
159+ .idShort ("Test_AssetAdministrationShell2_Mandatory " )
160160 .identification (new DefaultIdentifier .Builder ()
161161 .idType (IdentifierType .IRI )
162162 .identifier ("https://acplt.org/Test_AssetAdministrationShell2_Mandatory" )
@@ -802,7 +802,7 @@ public class AASFull {
802802 .build ();
803803
804804 public static final Submodel SUBMODEL_4 = new DefaultSubmodel .Builder ()
805- .idShort ("" )
805+ .idShort ("Test_Submodel_Mandatory " )
806806 .identification (new DefaultIdentifier .Builder ()
807807 .idType (IdentifierType .IRI )
808808 .identifier ("https://acplt.org/Test_Submodel_Mandatory" )
@@ -949,7 +949,7 @@ public class AASFull {
949949 .build ();
950950
951951 public static final Submodel SUBMODEL_5 = new DefaultSubmodel .Builder ()
952- .idShort ("" )
952+ .idShort ("Test_Submodel2_Mandatory " )
953953 .kind (ModelingKind .INSTANCE )
954954 .identification (new DefaultIdentifier .Builder ()
955955 .idType (IdentifierType .IRI )
@@ -1693,7 +1693,7 @@ public class AASFull {
16931693 .build ();
16941694
16951695 public final static ConceptDescription CONCEPT_DESCRIPTION_2 = new DefaultConceptDescription .Builder ()
1696- .idShort ("" )
1696+ .idShort ("Test_ConceptDescription_Mandatory " )
16971697 .identification (new DefaultIdentifier .Builder ()
16981698 .idType (IdentifierType .IRI )
16991699 .identifier ("https://acplt.org/Test_ConceptDescription_Mandatory" )
0 commit comments