Skip to content

Commit

Permalink
Rename constraint AASc-002 to AASc-3a-002
Browse files Browse the repository at this point in the history
In version 3.0.2 of the specification of the AAS
Part 3a (IEC 613601 Data Specifiation),
constraint `AASc-002` is renamed to `AASc-3a-002`.

This commit reflects this change.
  • Loading branch information
s-heppner committed Jul 24, 2024
1 parent 3b6ab08 commit ba988ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aas_core_meta/v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5494,7 +5494,7 @@ def is_BCP_47_for_english(text: str) -> bool:
is_BCP_47_for_english(lang_string.language)
for lang_string in self.preferred_name
),
"Constraint AASc-002: preferred name shall be provided at least in English."
"Constraint AASc-3a-002: preferred name shall be provided at least in English."
)
@invariant(
lambda self:
Expand Down

0 comments on commit ba988ad

Please sign in to comment.