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"

I'm sorry. This is the first time I am using a discussion list so I am still
picking things up.
The tool is xml spy 5.
I have the 
	<xs:schema targetnamespace=http://eai-schemas......... declared 
as well as
	xmlns="htttp://eai-sch.....declared


Thanks,
Meher Taraporewalla
Analyst at Wells Fargo (Contractor)
515-213-5331

-----Original Message-----
From: Ed Merks [mailto:merks@xxxxxxxxxx] 
Sent: Wednesday, May 14, 2003 10:48 AM
To: xsd-dev@xxxxxxxxxxx
Cc: xsd-dev@xxxxxxxxxxx; xsd-dev-admin@xxxxxxxxxxx
Subject: 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



_______________________________________________
xsd-dev mailing list
xsd-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/xsd-dev

Attachment: errorinxsd.doc
Description: MS-Word document


Back to the top