@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "customXml", scope = Body.class) public JAXBElement createBodyCustomXml(CTCustomXmlBlock value) { return new JAXBElement(_TrCustomXml_QNAME, CTCustomXmlBlock.class, Body.class, value); }