Object object = autoDataMap.getCurrentObject();
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().getId() == IRObject.iTable){
rTable = olist.rTableValue();
}
}
if(rTable == null){
rTable = RTable.newRTable(autoDataMap.getSession().getEntityFactory(),