Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xsd-dev] Error in XSD for type="ErrorType"

Meher,

This type of question is best asked on the forum.  It's not even clear from
this which tool is giving this error.  I don't think the XSD model's editor
produces such a message.  Perhaps you are using some other tool?

Since you don't provide the whole schema it's not clear whether you've
declared (or need to declare) an xmlns attribute for the target namespace
of the schema that contains the sample below.


Ed Merks/Toronto/IBM@IBMCA
mailto: merks@xxxxxxxxxx
905-413-3265  (t/l 969)




                                                                                                                                      
                      Meher.Taraporewalla@xxxxxxxxxxxx                                                                                
                      lsFargo.COM                             To:       xsd-dev@xxxxxxxxxxx                                           
                      Sent by:                                cc:                                                                     
                      xsd-dev-admin@xxxxxxxxxxx               Subject:  [xsd-dev] Error in XSD for type="ErrorType"                   
                                                                                                                                      
                                                                                                                                      
                      05/14/2003 11:29 AM                                                                                             
                      Please respond to xsd-dev                                                                                       
                                                                                                                                      
                                                                                                                                      



Hi All,
I have the following lines within my XSD and when I try to save the file I
get an error that says
            "Undefined value for type encountered" and the type of
"ErrorType"(within polling_status) shows up highlighted

     <xs:complexType name="ERRORType">
             <xs:attribute name="_Code" type="xs:string"/>
             <xs:attribute name="_Type" type="xs:string"/>
             <xs:attribute name="_Message" type="xs:string"/>
       </xs:complexType>
       <xs:complexType name="POLLING_STATUSType">
             <xs:sequence>
                    <xs:element name="ERROR" type="ERRORType" minOccurs="0"
maxOccurs="unbounded"/>
             </xs:sequence>
             <xs:attribute name="LoanProspectorAsynchronousIdentifier" type
="xs:string"/>
             <xs:attribute name="PollingInterval" type="xs:string"/>
       </xs:complexType>

Could anyone help me out with this problem

Thanks,
Meher Taraporewalla





Back to the top