int pos = 0;
for ( Value<?> value : attr )
{
DitStructureRule ditStructureRule = null;
try
{
ditStructureRule = ditStructureRuleParser.parseDITStructureRuleDescription( value.getString() );
ditStructureRule.setSpecification( value.getString() );
}
catch ( ParseException e )
{
LdapInvalidAttributeValueException iave = new LdapInvalidAttributeValueException(
ResultCodeEnum.INVALID_ATTRIBUTE_SYNTAX, I18n.err( I18n.ERR_426,