This repository was archived by the owner on Feb 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/io/adminshell/aas/v3/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 * template defines the additional attributes an element may or shall have. The data specifications
1515 * used are explicitly specified with their id. Constraint AASd-050: If the DataSpecificationContent
1616 * DataSpecificationIEC61360 is used for an element then the value of
17- * hasDataSpecification/dataSpecification shall contain the global reference to the IRI of the
17+ * hasDataSpecification/dataSpecification shall contain the global reference to the Iri of the
1818 * corresponding data specification template
1919 * https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0.
2020 */
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public interface Identifier {
3636 void setIdentifier (String identifier );
3737
3838 /**
39- * Type of the Identifier, e.g. IRI, IRDI etc. The supported Identifier types are defined in the
39+ * Type of the Identifier, e.g. Iri, Irdi etc. The supported Identifier types are defined in the
4040 * enumeration 'IdentifierType'.
4141 *
4242 * More information under https://admin-shell.io/aas/3/0/RC01/Identifier/idType
@@ -47,7 +47,7 @@ public interface Identifier {
4747 IdentifierType getIdType ();
4848
4949 /**
50- * Type of the Identifier, e.g. IRI, IRDI etc. The supported Identifier types are defined in the
50+ * Type of the Identifier, e.g. Iri, Irdi etc. The supported Identifier types are defined in the
5151 * enumeration 'IdentifierType'.
5252 *
5353 * More information under https://admin-shell.io/aas/3/0/RC01/Identifier/idType
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public interface Key {
7373 void setType (KeyElements type );
7474
7575 /**
76- * The key value, for example an IRDI if the idType=IRDI .
76+ * The key value, for example an IRDI if the idType=Irdi .
7777 *
7878 * More information under https://admin-shell.io/aas/3/0/RC01/Key/value
7979 *
@@ -83,7 +83,7 @@ public interface Key {
8383 String getValue ();
8484
8585 /**
86- * The key value, for example an IRDI if the idType=IRDI .
86+ * The key value, for example an IRDI if the idType=Irdi .
8787 *
8888 * More information under https://admin-shell.io/aas/3/0/RC01/Key/value
8989 *
You can’t perform that action at this time.
0 commit comments