Object theXsdOption = theOptionField.get(null);
URI location = urisToLocations.get(xsdQname.getNamespaceURI());
Map<Object, Object> options = new HashMap<Object, Object>();
options.put(theXsdOption, Boolean.TRUE);
XSDEcoreBuilder builder = theXSDEcoreBuilderConstructor.newInstance(
extendedMetaData, options);
builder.generate(location);
} catch (Exception e) {
}
}
return extendedMetaData.getElement(xsdQname.getNamespaceURI(), xsdQname.getLocalPart());