if(object instanceof IREntity){
IREntity entity = (IREntity) object;
rname = mapName(autoDataMap, labelMap, node.getAttribute().getName() );
IRObject olist = entity.get(rname);
if(olist != null && olist.type() == IRObject.iTable){
rTable = olist.rTableValue();
}
}
if(rTable == null){
rTable = RTable.newRTable(autoDataMap.getSession().getEntityFactory(),
null , null, IRObject.iString);