}
private static MappingDocument docTestConvertCriteriaWithAttribute2() {
MappingDocument doc = new MappingDocument(false);
MappingElement root = doc.addChildElement(new MappingElement("root")); //$NON-NLS-1$
root.setSource("vm1.g1"); //$NON-NLS-1$
root.addAttribute(new MappingAttribute("myAttribute", "vm1.g1.e1")); //$NON-NLS-1$ //$NON-NLS-2$
MappingSequenceNode seq = root.addSequenceNode(new MappingSequenceNode());
seq.addChildElement(new MappingElement("myElement", "vm1.g1.e2")); //$NON-NLS-1$ //$NON-NLS-2$