Что-то в этом роде
$oShop_Groups = $Shop_Controller_Show->shopGroups();
$oShop_Groups
->queryBuilder()
->where('parent_id', '=', $parent_group_id);
$aShop_Groups = $oShop_Groups->findAll();
foreach($aShop_Groups as $oShop_Group)
{
// Добавляем потомком XML-сущности
$Shop_Controller_Show->addEntity(
$oShop_Group->clearEntities()->showXmlProperties(TRUE)
);
}