newNode = newNode + RelSchemaColTypeValAttribute + ", ";
} else {
newNode = newNode + RelSchemaColTypeValGroup + ", ";
}
newNode = newNode + "'" + node.label() + "', ";
if (node.parent() != null) {
newNode = newNode + node.parent().id() + ", ";
} else {
newNode = newNode + "-1, ";
}
if (user != null) {