xPathsPart.setJaxbElement(new Xpaths());
// .. Questions
questionsPart = new QuestionsPart(new PartName("/customXml/item1.xml"));
pkgOut.getMainDocumentPart().addTargetPart(questionsPart, AddPartBehaviour.RENAME_IF_NAME_EXISTS);
addPropertiesPart(questionsPart,"http://opendope.org/questions");
questionsPart.setJaxbElement(new Questionnaire());
Questionnaire.Questions questions = new Questionnaire.Questions();
questionsPart.getJaxbElement().setQuestions(questions);
// .. Standardised Answer format
standardisedAnswersPart = new StandardisedAnswersPart(new PartName("/customXml/item1.xml"));