ad_proxy.setType(t_string);
proxyType.getSpecAttributes().add(ad_proxy);
content.getSpecTypes().add(proxyType);
// Build SpecRelationType for linking
SpecRelationType linkType = rf.createSpecRelationType();
content.getSpecTypes().add(linkType);
// Add the Config Element
ProrToolExtension toolExtension = cf.createProrToolExtension();
ReqIFToolExtensionUtil.addToolExtension(reqif, toolExtension);