<s:schema elementFormDefault="qualified" targetNamespace="http://www.openuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:v1="http://port.yk.com/v1.18"> 
                        <s:import namespace="http://port.yk.com/v1.18"/> 
                        <s:element name="makeNews"> 
                                <s:complexType> 
                                        <s:sequence> 
                                              <s:element name="request" type="v1:MakeNewsRequestType" minOccurs="0"/> 
                                        </s:sequence> 
                                </s:complexType> 
                        </s:element> 
                        <s:element name="makeNewsResponse"> 
                                <s:complexType> 
                                        <s:sequence> 
                                                <s:element name="makeNewsResult" type="v1:MakeNewsResponseType" minOccurs="0"/>                                         </s:sequence> 
                                </s:complexType> 
                        </s:element> 
                </s:schema> 
                
                <xs:schema targetNamespace="http://port.yk.com/v1.18" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xsd="http://www.w3.org/1999/XMLSchema" xmlns:bnet="http://port.yk.com/v1.18" xmlns:xs="http://www.w3.org/2001/XMLSchema"> 
                        <xs:complexType name="MakeNewsRequestType"> 
                                <xs:sequence> 
                                        <xs:element name="userid" type="bnet:String11Type"/> 
                                        <xs:element name="name" type="bnet:String10Type"/> 
                                        <xs:element name="sex" type="bnet:String10Type"/> 
                                        <xs:element name="info" type="bnet:String32Type"/> 
                                </xs:sequence> 
                        </xs:complexType> 
                        <xs:complexType name="MakeNewsResponseType"> 
                                <xs:sequence> 
                                        <xs:element name="userid" type="bnet:String11Type" minOccurs="0"/> 
                                        <xs:element name="result" type="bnet:ResultType"/> 
                                        <xs:element name="flog" type="bnet:String128Type" minOccurs="0"/> 
                                </xs:sequence> 
                        </xs:complexType> 
                </xs:schema> 
上面红色的提示错误,好像什么cannot resolve the name ‘v1:MakeNewsRequestType’to a(n)‘type definition’  component,下面也提示类似的错误,高手指点下

解决方案 »

  1.   

    此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
    楼主【iyan84】截止到2008-07-04 10:47:02的历史汇总数据(不包括此帖):
    发帖的总数量:35                       发帖的总分数:470                      
    结贴的总数量:34                       结贴的总分数:450                      
    无满意结贴数:17                       无满意结贴分:400                      
    未结的帖子数:1                        未结的总分数:20                       
    结贴的百分比:97.14 %               结分的百分比:95.74 %                  
    无满意结贴率:50.00 %               无满意结分率:88.89 %                  
    值得尊敬