/* 452 */ type = SchemaUtils.getInstance().getSchemaBasicType(xmlType.getLocalPart());
/* */ else {
/* 454 */ type = schemaModel.getTypeDefinition(xmlType.getLocalPart(), namespaceURI);
/* */ }
/* 456 */ WSSchemaUtils utils = WSSchemaUtils.getInstance(schemaModel.getNamespaceRegistry(), null);
/* 457 */ JBossXSElementDeclaration element = utils.createGlobalXSElementDeclaration(xmlName.getLocalPart(), type, xmlName.getNamespaceURI());
/* */
/* 459 */ schemaModel.addXSElementDeclaration(element);
/* */
/* 461 */ this.wsdl.registerNamespaceURI(xmlName.getNamespaceURI(), null);
/* */ }