Names
The characters which can be used to name domains, templates, fields, segments, rule names and sub-rules names are:
- Lowercase or uppercase letters of the English alphabet (
a
,b
,c
, ...,A
,B
,C
, ...). - Digits (
0
,1
,2
,3
, ...). - Underscore (
_
). - Period (
.
).
A name can not start with a digit, a period or an underscore.
It is not recommended to end a name with a period.
Examples of valid names:
sports
Crime01
FirstName
last_name
C01.01
Examples of invalid names:
Invalid name | Reason why it's non valid |
---|---|
_DOSSIER_INFO |
Begins with an underscore |
1FIELD |
Begins with a digit |
00001.01 |
Begins with a digit |
00001 |
Begins with a digit |
10_subrule |
Begins with a digit |
données_personnelles |
Contains an invalid character (é ) |
PERSONAL-DATA |
Contains an invalid character (dash, - ) |