String nodeName = p.getNodeName();
String attribute = p.getAttribute("attribute");
String fieldName = p.getAttribute("fieldName");
String type = p.getAttribute("type");
IProperty ip = null;
IAttribute ia = null;
if ("property".equals(nodeName)) {
ip = new SimplePropertyConverter(fieldName, attribute);
} else if ("simpleAttribute".equals(nodeName)) {