if (SchemaConstants.XSD_INCLUDE_QNAME_LIST.contains(tempElType))
{
// Create a new include. Don't use the
// ExtensionRegistry.createExtension()
// method as a Schema include is not a WSDL import.
sr = schema.createInclude();
sr.setId(DOMUtils.getAttribute(tempEl, SchemaConstants.ATTR_ID));
locationURI = DOMUtils.getAttribute(tempEl, SchemaConstants.ATTR_SCHEMA_LOCATION);