add policy NAME majorsequence A,B,C,... minorsequence 1,2,3 delimiter ’-’; |
The
delimiter
can be only ASCII non-alphanumeric characters. The following characters are not permitted as delimiters:
? * ' " , [ ] ( )
Both major and minor sequences are validated using the following rules:
-
Commas are used to separate enumerated types.
-
A trailing ellipsis (…) means a continuing sequence. A leading ellipsis means a sequence consisting of three dots.
-
In the absence of a trailing ellipsis, hyphens denote a range. For example:
-
A-Z signifies that all letters from A through Z, inclusive, are to be used.
-
A-1,... The trailing ellipsis used here signifies that A-1 is a revision string, not a range.
-
Only the beginning of a range is checked for the presence of a delimiter.
Strings generated or passed in major or minor revisions are checked for the presence of the delimiter. The same applies to full revision strings. In addition, full revision strings are checked for the presence of more than one instance of the delimiter.
For more information, see MQL
Concepts:
About Major and Minor Revisions.