// if user indices are specified add those attribute types as well
// ----------------------------------------------------------------
for ( int jj = 0; jj < configs[ii].getIndices().length; jj++ )
{
attributeTypeList.add( attributeTypeRegistry
.lookup( configs[ii].getIndices()[jj] ) );
}
// ----------------------------------------------------------------
// fire up the appPartition & register it with the nexus