The "minlength" attribute sets the minimum length for properties of type string.
<property name = NAME label = LABEL minlength="4" />
<property name ="name" label="Name" type="string" minlength="4" />