Name | Type | Multiplicity | Description |
---|---|---|---|
name |
property PolyStringType |
[0,1] | User-understandable name of the limitations. |
description |
property string |
[0,1] | User-understandable description of the limitations. |
documentation |
property string |
[0,1] | Technical documentation for a particular object or construct. |
minOccurs |
property int |
[0,1] | Minimal number of characters from this class that must be present in the string value. |
maxOccurs |
property int |
[0,1] | Maximal number of characters from this class that can be present in the string value. |
mustBeFirst |
property boolean |
[0,1] | If "true", the character from this class must be at the first place of the string value. |
characterClass |
property CharacterClassOrRefType |
[0,1] | Specification of the character class for these limitations. |
Flags: RAM,runtime
Multiplicity: [0,1]
User-understandable name of the limitations.
Flags: RAM,runtime
Multiplicity: [0,1]
User-understandable description of the limitations.
Flags: RAM,runtime
Multiplicity: [0,1]
Technical documentation for a particular object or construct.
The purpose of this element is to document system configuration and behavior.
The documentation will not be presented to end users. In fact, it will probably
not be presented at all in midPoint user interface. This documentation element
is supposed to be a part of the technical documentation of midPoint deployment.
The tools than generate deployment configuration will look for these elements
and combine them to compiled documentation document.
AsciiDoc formatting is assumed for this element. Any leading or trailing
whitespace is skipped. Indentation equivalent to he indentation of the first
non-blank line of text is also skipped.
Flags: RAM,runtime
Multiplicity: [0,1]
Minimal number of characters from this class that must be present in the string value.
Flags: RAM,runtime
Multiplicity: [0,1]
Maximal number of characters from this class that can be present in the string value.
Flags: RAM,runtime
Multiplicity: [0,1]
If "true", the character from this class must be at the first place of the string value.
If more classes have this flag set to "true", all of them must conform to this rule.
(I.e., the first character must come from an intersection of these classes, which must
be, obviously, non-empty.)
Flags: RAM,runtime
Multiplicity: [0,1]
Specification of the character class for these limitations.