Skip to content

Commit b34f1de

Browse files
Update features/PJS003_Globally-Unique-Identifiers.feature
Co-authored-by: Evandro Alfieri <[email protected]>
1 parent af0dc67 commit b34f1de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/PJS003_Globally-Unique-Identifiers.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Feature: PJS003 - Globally Unique Identifiers
77
and ensures compliance with constraints that are not yet validated by other methods.
88
Specifically, the characters must be within the official encoding character set
99
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_$,"
10-
and the resulting string must be exactly 22 characters in length.
11-
Additionally, starting from IFC4.3_ADD2, the first character must be either 0, 1, 2, or 3.
10+
, the resulting string must be exactly 22 characters in length, and the first character must be either 0, 1, 2, or 3.
1211

1312
https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcGloballyUniqueId.htm
1413

0 commit comments

Comments
 (0)