StringLimitType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Limitations of a string value connected to given character class.
Item Summary  
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.