attrs.addAttribute(svuri, "type", svprefix + "type", "CDATA", PropertyType.nameFromValue(PropertyType.NAME));
ch.startElement(svuri, pN, svprefix + pN, attrs);
ch.startElement(svuri, "value", svprefix + "value", new AttributesImpl());
char[] val = testNodeType.toCharArray();
ch.characters(val, 0, val.length);
ch.endElement(svuri, "value", svprefix + "value");
ch.endElement(svuri, pN, prefix + pN);
// another name value
attrs = new AttributesImpl();
attrs.addAttribute(svuri, "name", svprefix + "name", "CDATA", propertyName1);