OMAttribute attribute = factory.createOMAttribute("URI", null, policyURIString);
refElement.addAttribute(attribute);
element.addChild(refElement);
PolicyRegistry reg = policyInclude.getPolicyRegistry();
Policy p = reg.lookup(policyURIString);
if(p == null) {
throw new Exception("Policy not found for uri : " + policyURIString);
}