//debugText(multipleAttribute.members());
//debugText(multipleAttribute.getChildren());
break;
case "CSingleAttribute":
CSingleAttribute singleAttribute = (CSingleAttribute)parent;
debugText("singleAttribute rmAttributeName: "+singleAttribute.getRmAttributeName());
debugText("singleAttribute isValid: "+singleAttribute.isValid());
debugText("singleAttribute existence: "+singleAttribute.getExistence());
debugText("singleAttribute isAnyAllowed: "+singleAttribute.isAnyAllowed());
debugText("singleAttribute isNotAllowed: "+singleAttribute.isNotAllowed());
debugText("singleAttribute isRequired: "+singleAttribute.isRequired());
debugText("singleAttribute isValid: "+singleAttribute.isValid());
break;
default:
debugText("???unknown class name???");
}