content.getSpecTypes().add(linkType);
// Add the Config Element
ProrToolExtension toolExtension = cf.createProrToolExtension();
ReqIFToolExtensionUtil.addToolExtension(reqif, toolExtension);
ProrPresentationConfigurations presentationConfigs = cf.createProrPresentationConfigurations();
toolExtension.setPresentationConfigurations(presentationConfigs);
config = TracingFactory.eINSTANCE.createTracingConfiguration();
// Configure the Config Element
presentationConfigs.getPresentationConfigurations().add(config);
config.setDatatype(t_string);
config.setLinkType(linkType);
config.setProxyAttribute(ad_proxy);
config.setProxyType(proxyType);