@Test(expected = AssertionError.class)
public void testAddAttribute_ValueIsNode1() throws Exception {
SchemaManager manager = _schemaManager;
MetadataSchema schema = manager.getSchema("iso19139");
final Element metadataElement = new Element("MD_Metadata", GMD);
String newValue = "<service>xml is not allowed here</service>";
final String xpathProperty = "gmd:hierarchyLevel/gmd:MD_ScopeCode/@codeListValue";
new EditLib(_schemaManager).addElementOrFragmentFromXpath(metadataElement, schema, xpathProperty, new AddElemValue(newValue),