if (theAttrib != null && !string.IsNullOrEmpty(theAttrib.ElementName)) { return theAttrib.ElementName; } else { return serializedObjectType.Name; }