}
if (userAttribute != null)
{
for (UserAttributeType src : userAttribute)
{
UserAttribute target = app.addUserAttribute(src.name);
if (src.description != null)
{
for (DescriptionType d : src.description)
{
Description desc = target.addDescription(d.lang);