userDefinedNamespaceAttributes.add(namespaceAttribute);
}
if (reservedNamespaceAttributes.size() > 1)
{
final MultipleReservedNamespaceAttributesProblem problem =
new MultipleReservedNamespaceAttributesProblem(reservedNamespaceAttributes.get(0));
addProblem(problem);
}
if (userDefinedNamespaceAttributes.size() > 1)
{